summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
commit1264480bc32e8dbadd654a0a014e8045c57d1ae4 (patch)
tree42f9cfaad6d58e4faaa0d6d91d0840b737edbdbf
parent70e4329d0479305f16158a63878f335ee9232a5e (diff)
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx4
-rw-r--r--embeddedobj/source/msole/olecomponent.cxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--framework/inc/classes/filtercachedata.hxx4
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx4
-rw-r--r--framework/inc/threadhelp/readguard.hxx2
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx2
-rw-r--r--framework/source/services/frame.cxx2
-rw-r--r--qadevOOo/runner/base/java_complex.java4
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java2
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java2
-rw-r--r--sal/inc/osl/security_decl.hxx8
-rw-r--r--sfx2/source/appl/appdde.cxx18
-rw-r--r--svl/inc/svl/poolitem.hxx2
-rw-r--r--tools/inc/tools/inetmime.hxx2
-rw-r--r--vcl/inc/vcl/window.hxx2
-rw-r--r--vcl/test/dndtest.cxx2
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py2
-rw-r--r--xmloff/source/forms/propertyexport.hxx2
-rw-r--r--xmloff/source/meta/xmlversion.cxx2
20 files changed, 35 insertions, 35 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index 3051968dca9e..f0767052d324 100644
--- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -963,7 +963,7 @@ namespace
/** helper to take needed action on ClipRegion change. This method needs to be called
on any Region change, e.g. at the obvious actions doing this, but also at pop-calls
- whcih change the Region of the current context. It takes care of creating the
+ which change the Region of the current context. It takes care of creating the
current embeddec context, set the new Region at the context and eventually prepare
a new target for embracing new geometry to the current region
*/
@@ -1152,7 +1152,7 @@ namespace
/** helper to create needed data to emulate the VCL Wallpaper Metafile action.
It is a quite mighty action. This helper decides if color and/or gradient
- background is needed for the wnated bitmap fill and then creates the needed
+ background is needed for the wanted bitmap fill and then creates the needed
WallpaperBitmapPrimitive2D. This primitive was created for this purpose and
takes over all needed logic of orientations and tiling.
*/
diff --git a/embeddedobj/source/msole/olecomponent.cxx b/embeddedobj/source/msole/olecomponent.cxx
index f8a51984b743..cb5967d2f77f 100644
--- a/embeddedobj/source/msole/olecomponent.cxx
+++ b/embeddedobj/source/msole/olecomponent.cxx
@@ -440,7 +440,7 @@ OleComponent::OleComponent( const uno::Reference< lang::XMultiServiceFactory >&
OSL_ENSURE( m_pUnoOleObject, "No owner object is provided!" );
HRESULT hr = OleInitialize( NULL );
- OSL_ENSURE( hr == S_OK || hr == S_FALSE, "The ole can not be successfuly initialized\n" );
+ OSL_ENSURE( hr == S_OK || hr == S_FALSE, "The ole can not be successfully initialized\n" );
if ( hr == S_OK || hr == S_FALSE )
m_bOleInitialized = sal_True;
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index f21c0cbf4443..bb4d45f6faab 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -216,7 +216,7 @@ private:
Note : Its content will be adapted to returned result of this method.
Means: The stream will be added to it.
- @throw Any suitable exception if stream should be opened but operation was not sucessfull.
+ @throw Any suitable exception if stream should be opened but operation was not successful.
Note: If an interactionHandler is part of the given descriptor too, it was already used.
Means: let the exception pass trough the top most interface method!
*/
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index e8591bba2c08..324480b9cc1b 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -593,8 +593,8 @@ class DataContainer : private ThreadHelpBase
@descr We use the ConfigItem mechanism to read/write values from/to configuration.
This implementation could be used to handle standard AND additional filter configurations in the same way.
We set a data container pointer for filling or reading ... this class use it temp.
- After successfuly calling of read(), we can use filled container directly or merge it with an existing one.
- After successfuly calling of write() all values of given data container are flushed to our configuration.
+ After successfully calling of read(), we can use filled container directly or merge it with an existing one.
+ After successfully calling of write() all values of given data container are flushed to our configuration.
@implements -
@base ConfigItem
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index e090039aba9e..1f7963725fea 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -135,8 +135,8 @@ class FWI_DLLPUBLIC HandlerCache
@short implements configuration access for handler configuration
@descr We use the ConfigItem mechanism to read/write values from/to configuration.
We set a data container pointer for filling or reading ... this class use it temp.
- After successfuly calling of read(), we can use filled container directly or merge it with an existing one.
- After successfuly calling of write() all values of given data container are flushed to our configuration -
+ After successfully calling of read(), we can use filled container directly or merge it with an existing one.
+ After successfully calling of write() all values of given data container are flushed to our configuration -
but current implementation doesn't support writeing realy.
@base ::utl::ConfigItem
diff --git a/framework/inc/threadhelp/readguard.hxx b/framework/inc/threadhelp/readguard.hxx
index 22f337a61c08..ea59f8006a9f 100644
--- a/framework/inc/threadhelp/readguard.hxx
+++ b/framework/inc/threadhelp/readguard.hxx
@@ -31,7 +31,7 @@ namespace framework{
/*-************************************************************************************************************//**
@short implement a guard to set read locks
@descr This guard should be used to set a lock for reading object internal member.
- Nobody can control it but don't use member after successfuly locking for writing!
+ Nobody can control it but don't use member after successfully locking for writing!
We never need a own mutex to safe our internal member access - because
a guard is used as function-local member only. There exist no multithreaded access to it realy ...
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index 10b382b64610..962eadb07118 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -65,7 +65,7 @@ DEFINE_XTYPEPROVIDER_2( DispatchProvider ,
/**
@short standard ctor/dtor
- @descr These initialize a new instance of tihs class with needed information for work.
+ @descr These initialize a new instance of this class with needed information for work.
We hold a weakreference to our owner frame which start dispatches at us.
We can't use a normal reference because he hold a reference of us too ...
nobody can die so ...!
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 359a7bb4f55d..1641efd19523 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -1928,7 +1928,7 @@ void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException )
remove himself at this instance ...
Release m_xFramesHelper after that ... it's the same problem between parent and child!
"m_xParent->getFrames()->remove( xThis );" needs this helper ...
- Otherwise we get a null reference and could finish removing successfuly.
+ Otherwise we get a null reference and could finish removing successfully.
=> You see: Order of calling operations is important!!!
*/
implts_forgetSubFrames();
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java
index f83d7ecdd931..ea1fe32e3fd4 100644
--- a/qadevOOo/runner/base/java_complex.java
+++ b/qadevOOo/runner/base/java_complex.java
@@ -41,7 +41,7 @@ public class java_complex implements TestBase
* This function executes the complex tests given as parameter "-o" or "TestJob". It querys for the correspond class
* and crates the JobDescription.
* @param param
- * @return true of all tests run successfuly, else false
+ * @return true of all tests run successfully, else false
*/
public boolean executeTest(TestParameters param)
{
@@ -68,7 +68,7 @@ public class java_complex implements TestBase
* This function run the given DescEntry[] as ComplexTest
* @param param
* @param entries
- * @return true of all tests run successfuly, else false
+ * @return true of all tests run successfully, else false
*/
public boolean executeTest(TestParameters param, DescEntry[] entries)
{
diff --git a/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java b/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java
index 4d31efe1389e..7e72330e4ea3 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java
@@ -180,7 +180,7 @@ public class _XDocumentAuditing extends MultiMethodTest {
/**
* Check if the amount of shapes is the right one after displaying that stuff
- * 2do improve this: check taht the shapes are the correct ones -> convwatch
+ * 2do improve this: check that the shapes are the correct ones -> convwatch
* @desiredValue That's the amount of shapes that have to be here.
* @return True, if the actual count of shapes is the same
*/
diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java b/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java
index 345e07cdfe8d..a2084b65de9f 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java
@@ -168,7 +168,7 @@ public class _XSheetAuditing extends MultiMethodTest {
/**
* Check if the amount of shapes is the right one after displaying that stuff
- * 2do improve this: check taht the shapes are the correct ones -> convwatch
+ * 2do improve this: check that the shapes are the correct ones -> convwatch
* @desiredValue That's the amount of shapes that have to be here.
* @return True, if the actual count of shapes is the same
*/
diff --git a/sal/inc/osl/security_decl.hxx b/sal/inc/osl/security_decl.hxx
index 5b8b17066d91..ba2f4195d769 100644
--- a/sal/inc/osl/security_decl.hxx
+++ b/sal/inc/osl/security_decl.hxx
@@ -70,25 +70,25 @@ public:
/** get the ident of the logged in user.
@param[out] strIdent is the OUString which returns the name
- @return True, if any user is successfuly logged in, otherwise False
+ @return True, if any user is successfully logged in, otherwise False
*/
inline sal_Bool SAL_CALL getUserIdent( rtl::OUString& strIdent) const;
/** get the name of the logged in user.
@param[out] strName is the OUString which returns the name
- @return True, if any user is successfuly logged in, otherwise False
+ @return True, if any user is successfully logged in, otherwise False
*/
inline sal_Bool SAL_CALL getUserName( rtl::OUString& strName) const;
/** get the home directory of the logged in user.
@param[out] strDirectory is the OUString which returns the directory name
- @return True, if any user is successfuly logged in, otherwise False
+ @return True, if any user is successfully logged in, otherwise False
*/
inline sal_Bool SAL_CALL getHomeDir( rtl::OUString& strDirectory) const;
/** get the directory for configuration data of the logged in user.
@param[out] strDirectory is the OUString which returns the directory name
- @return True, if any user is successfuly logged in, otherwise False
+ @return True, if any user is successfully logged in, otherwise False
*/
inline sal_Bool SAL_CALL getConfigDir( rtl::OUString & strDirectory) const;
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 8080942b953d..371f5239ac7e 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -297,7 +297,7 @@ long SfxApplication::DdeExecute
/* Description]
This method can be overloaded by application developers, to receive
- DDE-commands directed to thier SfxApplication subclass.
+ DDE-commands directed to their SfxApplication subclass.
The base implementation understands the API functionality of the
relevant SfxApplication subclass in BASIC syntax. Return values can
@@ -334,7 +334,7 @@ long SfxObjectShell::DdeExecute
/* [Description]
This method can be overloaded by application developers, to receive
- DDE-commands directed to the thier SfxApplication subclass.
+ DDE-commands directed to the their SfxApplication subclass.
The base implementation does nothing and returns 0.
*/
@@ -367,7 +367,7 @@ long SfxObjectShell::DdeGetData
/* [Description]
This method can be overloaded by application developers, to receive
- DDE-data-requests directed to thier SfxApplication subclass.
+ DDE-data-requests directed to their SfxApplication subclass.
The base implementation provides no data and returns 0.
*/
@@ -388,7 +388,7 @@ long SfxObjectShell::DdeSetData
/* [Description]
This method can be overloaded by application developers, to receive
- DDE-data directed to thier SfxApplication subclass.
+ DDE-data directed to their SfxApplication subclass.
The base implementation is not receiving any data and returns 0.
*/
@@ -406,7 +406,7 @@ long SfxObjectShell::DdeSetData
/* [Description]
This method can be overloaded by application developers, to establish
- a DDE-hotlink to thier SfxApplication subclass.
+ a DDE-hotlink to their SfxApplication subclass.
The base implementation is not generate a link and returns 0.
*/
@@ -442,7 +442,7 @@ long SfxViewFrame::DdeExecute
/* [Description]
This method can be overloaded by application developers, to receive
- DDE-commands directed to the thier SfxApplication subclass.
+ DDE-commands directed to the their SfxApplication subclass.
The base implementation understands the API functionality of the
relevant SfxViewFrame, which is shown and the relevant SfxViewShell
@@ -469,7 +469,7 @@ long SfxViewFrame::DdeGetData
/* [Description]
This method can be overloaded by application developers, to receive
- DDE-data-requests directed to thier SfxApplication subclass.
+ DDE-data-requests directed to their SfxApplication subclass.
The base implementation provides no data and returns 0.
*/
@@ -490,7 +490,7 @@ long SfxViewFrame::DdeSetData
/* [Description]
This method can be overloaded by application developers, to receive
- DDE-data directed to thier SfxApplication subclass.
+ DDE-data directed to their SfxApplication subclass.
The base implementation is not receiving any data and returns 0.
*/
@@ -509,7 +509,7 @@ long SfxViewFrame::DdeSetData
/* [Description]
This method can be overloaded by application developers, to establish
- a DDE-hotlink to thier SfxApplication subclass.
+ a DDE-hotlink to their SfxApplication subclass.
The base implementation is not generate a link and returns 0.
*/
diff --git a/svl/inc/svl/poolitem.hxx b/svl/inc/svl/poolitem.hxx
index 30443a750f9d..5e041825186a 100644
--- a/svl/inc/svl/poolitem.hxx
+++ b/svl/inc/svl/poolitem.hxx
@@ -228,7 +228,7 @@ public:
@param rString On success, returns the reconstructed Unicode string.
- @return True if the string was successfuly read and reconstructed.
+ @return True if the string was successfully read and reconstructed.
*/
static OUString readByteString(SvStream & rStream);
diff --git a/tools/inc/tools/inetmime.hxx b/tools/inc/tools/inetmime.hxx
index 7f4c5aa98679..afe4247c6612 100644
--- a/tools/inc/tools/inetmime.hxx
+++ b/tools/inc/tools/inetmime.hxx
@@ -1210,7 +1210,7 @@ struct INetContentTypeParameter
*/
const OUString m_sValue;
- /** This is true if the value is successfuly converted to Unicode, and
+ /** This is true if the value is successfully converted to Unicode, and
false if the value is a special mixture of ISO-LATIN-1 characters and
characters from Unicode's Private Use Area.
*/
diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx
index 04bd8299a317..43e232dab55c 100644
--- a/vcl/inc/vcl/window.hxx
+++ b/vcl/inc/vcl/window.hxx
@@ -784,7 +784,7 @@ public:
Currently only mouse events get this special treatment.
- Use this sparingly, chances are if you want to use it you're wroking around
+ Use this sparingly, chances are if you want to use it you're working around
the real problem.
@param bCall
diff --git a/vcl/test/dndtest.cxx b/vcl/test/dndtest.cxx
index b2cf7ada6761..f99e4cbf2bc4 100644
--- a/vcl/test/dndtest.cxx
+++ b/vcl/test/dndtest.cxx
@@ -333,7 +333,7 @@ void SAL_CALL MyDragAndDropListener::dropActionChanged( const DropTargetDragEven
void SAL_CALL MyDragAndDropListener::dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeException)
{
- printf( "XDragSourceListener::dropDropEnd called ( Window: %p, %s ).\n", m_pWindow, dsde.DropSuccess ? "sucess" : "failed" );
+ printf( "XDragSourceListener::dropDropEnd called ( Window: %p, %s ).\n", m_pWindow, dsde.DropSuccess ? "success" : "failed" );
}
// -----------------------------------------------------------------------
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 0da7fccef525..e59620bfb482 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -295,7 +295,7 @@ class AgendaDocument(TextDocument):
'''
locates the titles (name, location, date, time)
- and saves a reference to thier Text ranges.
+ and saves a reference to their Text ranges.
'''
def initializeTitles(self):
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx
index f7601e593f6c..a5567538af47 100644
--- a/xmloff/source/forms/propertyexport.hxx
+++ b/xmloff/source/forms/propertyexport.hxx
@@ -249,7 +249,7 @@ namespace xmloff
/** add an arbitrary attribute extracted from an arbitrary property to the export context
- <p>The current value of the property specified wiht <arg>_pPropertyName</arg> is taken and converted
+ <p>The current value of the property specified with <arg>_pPropertyName</arg> is taken and converted
into a string, no matter what type it has. (Okay, there are the usual limitations: We know Date, Datetime,
double, integer ... to name just a few).</p>
diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx
index 899eccb90aa1..815b47fcf542 100644
--- a/xmloff/source/meta/xmlversion.cxx
+++ b/xmloff/source/meta/xmlversion.cxx
@@ -417,7 +417,7 @@ uno::Sequence< util::RevisionTag > SAL_CALL XMLVersionListPersistence::load( con
aParserInput.aInputStream = xDocStream->getInputStream();
OSL_ENSURE( aParserInput.aInputStream.is(),
- "The stream was successfuly opened for reading, the input part must be accessible!\n" );
+ "The stream was successfully opened for reading, the input part must be accessible!\n" );
if ( !aParserInput.aInputStream.is() )
throw uno::RuntimeException();