Kaydet (Commit) d948d665 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Noel Grandin

Fix typos

Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085
Reviewed-on: https://gerrit.libreoffice.org/35413Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 7e24cedb
......@@ -233,7 +233,7 @@ namespace basegfx
// the four implied half-planes, but the outer part is not.
// It is possible for strokes, but with creating unnecessary extra
// cuts, so using clipPolygonOnPolyPolygon is better there, too.
// This needs to be done with the topology knowlegde and is unfortunately
// This needs to be done with the topology knowledge and is unfortunately
// more expensive, too.
const B2DPolygon aClip(createPolygonFromRect(rRange));
......
......@@ -133,7 +133,7 @@ class VCSFileInfo:
raise NotImplementedError
class CVSFileInfo(VCSFileInfo):
""" A class to maintiain version information for files in a CVS repository.
""" A class to maintain version information for files in a CVS repository.
Derived from VCSFileInfo. """
def __init__(self, file, srcdir):
......
......@@ -234,7 +234,7 @@ namespace chart
{
xDestMod->setModified( false );
}
// \-- loccked controllers of destination
// \-- locked controllers of destination
}
catch( const Exception& )
{
......
......@@ -151,7 +151,7 @@ namespace connectivity
};
}
#endif //_CONNECTIVITY_JAVA_LANG_OBJJECT_HXX_
#endif //_CONNECTIVITY_JAVA_LANG_OBJECT_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -2695,7 +2695,7 @@ void EditDoc::FindAttribs( ContentNode* pNode, sal_Int32 nStartPos, sal_Int32 nE
// If (...)
// It needs to be examined on exactly the same attribute at the
// break point, which is quite expensive.
// Since optimazation is done when inserting the attributes
// Since optimization is done when inserting the attributes
// this case does not appear so fast...
// So based on the need for speed:
rCurSet.InvalidateItem( pAttr->GetItem()->Which() );
......
......@@ -51,7 +51,7 @@ protected:
// [properties] for all EditingFields
css::uno::Any m_aDefault;
OUString m_aDefaultText; // default value
bool m_bEmptyIsNull : 1; // empty string will be interepreted as NULL when committing
bool m_bEmptyIsNull : 1; // empty string will be interpreted as NULL when committing
bool m_bFilterProposal : 1; // use a list of possible value in filtermode
// [properties]
......
......@@ -178,7 +178,7 @@ CFilePreview* CFilePreview::createInstance(
catch( CAutoOleInit::COleInitException& )
{
OSL_ASSERT( !s_FilePreviewInst );
OSL_FAIL( "OleInitalize failed" );
OSL_FAIL( "OleInitialize failed" );
}
}
......
......@@ -467,7 +467,7 @@ public:
css::uno::Reference< css::datatransfer::XTransferable >
CreateTransferable( const ESelection& rSelection ) const;
// MT: Can't create new virtual functions like for ParagraphInserted/Deleted, musst be compatible in SRC638, change later...
// MT: Can't create new virtual functions like for ParagraphInserted/Deleted, must be compatible in SRC638, change later...
void SetBeginMovingParagraphsHdl( const Link<MoveParagraphsInfo&,void>& rLink );
void SetEndMovingParagraphsHdl( const Link<MoveParagraphsInfo&,void>& rLink );
void SetBeginPasteOrDropHdl( const Link<PasteOrDropInfos&,void>& rLink );
......
......@@ -158,7 +158,7 @@
#define SDRATTR_CIRCENDANGLE (SDRATTR_CIRC_FIRST+ 2) /* 1174 */ /* Pool V4+ */
#define SDRATTR_CIRC_LAST (SDRATTR_CIRCENDANGLE) /* 1178 */ /* Pool V4+ */
// Only for Interfaceing, not yet implemented. / * + * V4 /
// Only for Interfacing, not yet implemented. / * + * V4 /
#define SDRATTR_NOTPERSIST_FIRST (SDRATTR_CIRC_LAST + 1) /* 1180 */ /* 1172 */ /* 1127 */ /* 1110 */ /* Pool V1: 1058 */
#define SDRATTR_OBJMOVEPROTECT (SDRATTR_NOTPERSIST_FIRST+ 0) /* 1180 sal_Bool, def=sal_False */
#define SDRATTR_OBJSIZEPROTECT (SDRATTR_NOTPERSIST_FIRST+ 1) /* 1181 sal_Bool, def=sal_False */
......
......@@ -38,7 +38,7 @@ extern "C"
typedef void uno_Enterable_enter (void * context);
/** Generic function type declaration for levaing an Environment.
/** Generic function type declaration for leaving an Environment.
(http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack)
@param context
......
......@@ -46,7 +46,7 @@ public class Helper
/** Connect to an office, if no office is running a new instance is started.
* A new connection is established and the service manger from the running
* offic eis returned.
* office is returned.
*/
public static XComponentContext connect()
throws Exception
......
......@@ -117,8 +117,8 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
* start working as frame action listener really.
* We will be frame action listener here. In case
* we get a frame action which indicates, that we should
* update our interception. Because such using of an interecptor
* isn't guaranteed - in case a newer one was registered ...
* update our interception. Because such using of an interceptor
* isn't guaranteed - in case a newer one was registered...
*/
public void startListening()
{
......
......@@ -188,7 +188,7 @@ class StatusListener implements com.sun.star.frame.XStatusListener,
* Because it's a oneway method we start a thread as reaction. This thread call
* us back and we can do necessary things there.
* But we shouldn't start such action - if it's not really necessary.
* So we check before, if we are intereested on this event really.
* So we check before, if we are interested on this event really.
*
* @see #impl_frameAction
*
......
......@@ -16412,7 +16412,7 @@
<attribute name="dr3d:texture-kind">
<choice>
<value>luminance</value>
<value>intesity</value>
<value>intensity</value>
<value>color</value>
</choice>
</attribute>
......
......@@ -741,7 +741,7 @@ SCODE STDMETHODCALLTYPE COooFilterCF::QueryInterface(REFIID riid, void ** ppvOb
return S_OK;
}
//M-------------------------------------------------------------------------
// Method: COooFilterCF::AddRef (IUknown::AddRef)
// Method: COooFilterCF::AddRef (IUnknown::AddRef)
// Summary: Increments interface refcount
// Arguments: void
// Returns: Value of incremented interface refcount
......
......@@ -247,7 +247,7 @@ Any SAL_CALL Invocation_Impl::queryInterface( const Type & aType )
if( aType == cppu::UnoType<XExactName>::get())
{
// Ivocation does not support XExactName, if direct object supports
// Invocation does not support XExactName, if direct object supports
// XInvocation, but not XExactName.
if ((_xDirect.is() && _xENDirect.is()) ||
(!_xDirect.is() && _xENIntrospection.is()))
......
......@@ -787,7 +787,7 @@ bool SwTable::NewInsertCol( SwDoc* pDoc, const SwSelBoxes& rBoxes,
For the old table model, ::GetMergeSel(..) is called only,
for the new table model, PrepareMerge does the main work.
It modifices all cells to merge (width, border, rowspan etc.) and collects
It modifies all cells to merge (width, border, rowspan etc.) and collects
the cells which have to be deleted by Merge(..) afterwards.
If there are superfluous rows, these cells are put into the deletion list as well.
......
......@@ -370,7 +370,7 @@ void SwFrame::dumpInfosAsXml( xmlTextWriterPtr writer ) const
}
// Hack: somehow conversion from "..." to va_list does
// bomb on two string litterals in the format.
// bomb on two string literals in the format.
static const char* const TMP_FORMAT = "%" SAL_PRIuUINTPTR;
void SwFrame::dumpAsXmlAttributes( xmlTextWriterPtr writer ) const
......
......@@ -13,7 +13,7 @@ Base makes it easy to keep track of your finances, customers, invoices, or even
just the contacts in your address book!
</p>
<p>
For users that are new to databases, Base offeres helpful wizards to create tables,
For users that are new to databases, Base offers helpful wizards to create tables,
queries, forms and reports.
It's a solution for people requiring an easy-to-understand, simple-to-use system.
</p>
......
......@@ -647,7 +647,7 @@
<!ATTLIST style:properties dr3d:normals-direction (normal|inverse) #IMPLIED>
<!ATTLIST style:properties dr3d:texture-generation-mode-x (object|parallel|sphere) #IMPLIED>
<!ATTLIST style:properties dr3d:texture-generation-mode-y (object|parallel|sphere) #IMPLIED>
<!ATTLIST style:properties dr3d:texture-kind (luminance|intesity|color) #IMPLIED>
<!ATTLIST style:properties dr3d:texture-kind (luminance|intensity|color) #IMPLIED>
<!ATTLIST style:properties dr3d:texture-filter (enabled|disabled) #IMPLIED>
<!ATTLIST style:properties dr3d:texture-mode (replace|modulate|blend) #IMPLIED>
<!ATTLIST style:properties dr3d:ambient-color %color; #IMPLIED>
......
......@@ -48,7 +48,7 @@ class SecurityEngine : public cppu::WeakImplHelper
protected:
/*
* A SAXEventKeeper internally maintians all resources that a security
* A SAXEventKeeper internally maintains all resources that a security
* operation needs. The m_xSAXEventKeeper member is used to release
* those resources when the security operation finishes.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment