summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-13 15:52:56 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-13 14:51:15 +0000
commit1f408db49740f8cc6ba67d72b54f49d2e4fdae9b (patch)
tree9c69f0c29184240836c93019ef44de839bdcee01
parentc1fc84ac140d519e0bfa7a607e36771682b08eed (diff)
Fix typos
Change-Id: Ifaa52b49b717d893846fc1e7ae4ac50735f824ac Reviewed-on: https://gerrit.libreoffice.org/16260 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--filter/source/config/cache/filtercache.hxx4
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--helpcompiler/source/BasCodeTagger.cxx2
-rw-r--r--include/svtools/acceleratorexecute.hxx2
-rw-r--r--include/svtools/contextmenuhelper.hxx2
-rw-r--r--linguistic/source/lngsvcmgr.cxx2
-rw-r--r--lotuswordpro/source/filter/lwpframelayout.cxx2
-rw-r--r--sd/source/ui/func/fuprlout.cxx2
-rw-r--r--sdext/source/pdfimport/tree/writertreevisiting.cxx2
-rw-r--r--vcl/win/source/gdi/salprn.cxx2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGDocument.py2
11 files changed, 12 insertions, 12 deletions
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 2eee9f710be4..f932275e1c6b 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -667,7 +667,7 @@ class FilterCache : public BaseLock
object.
@param bLocalesMode
- enable/disable special handling of localized configuratiom
+ enable/disable special handling of localized configuration
items by the returned configuration object.
@return A valid reference, if the configuration access could be opened
@@ -867,7 +867,7 @@ class FilterCache : public BaseLock
this list to check if the item was changed/added or removed. This method
checks the exist state of the requested item inside our own cache
and inside the underlying configuration layer to find out, if the item
- must be removed/added or modified inside the configuratuion layer.
+ must be removed/added or modified inside the configuration layer.
@param xSet
points directly to the configuration set, where the item should resist
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 8f982328afae..1d741efe648c 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -552,7 +552,7 @@ private:
/** @short open the underlying configuration.
@descr This method must be called every time
- a configuartion call is needed. Because
+ a configuration call is needed. Because
method works together with the member
m_xCFG, open it on demand and cache it
afterwards.
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx
index c4779d755381..89aca5418088 100644
--- a/helpcompiler/source/BasCodeTagger.cxx
+++ b/helpcompiler/source/BasCodeTagger.cxx
@@ -32,7 +32,7 @@ void LibXmlTreeWalker::nextNode()
}
else
m_pCurrentNode = m_pCurrentNode->next;
- //queue chiledren if they exist
+ //queue children if they exist
if ( m_pCurrentNode->xmlChildrenNode != NULL )
m_Queue.push_back( m_pCurrentNode->xmlChildrenNode );
}
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index f42bc2afd339..6e9c223c0fed 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -172,7 +172,7 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
/** @short trigger this accelerator.
- @descr The internal configuartions are used to find
+ @descr The internal configurations are used to find
as suitable command for this key code.
This command will be queued and executed later
asynchronous.
diff --git a/include/svtools/contextmenuhelper.hxx b/include/svtools/contextmenuhelper.hxx
index c0fd6bcf6124..4b7db90b83fd 100644
--- a/include/svtools/contextmenuhelper.hxx
+++ b/include/svtools/contextmenuhelper.hxx
@@ -79,7 +79,7 @@ class SVT_DLLPUBLIC ContextMenuHelper
// methods to retrieve a single command URL dependent value from a
- // ui configuratin manager
+ // ui configuration manager
Image getImageFromCommandURL( const OUString& aCmdURL ) const;
OUString getLabelFromCommandURL( const OUString& aCmdURL ) const;
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index c6b2ae0a3e5f..3824b917f599 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -683,7 +683,7 @@ namespace
for (sal_Int32 k = 0; k < 2; ++k)
{
- // add previously configuerd service first and append
+ // add previously configured service first and append
// new found services at the end
const Sequence< OUString > &rSeq = k == 0 ? rCfgSvcs : rNewSvcs;
diff --git a/lotuswordpro/source/filter/lwpframelayout.cxx b/lotuswordpro/source/filter/lwpframelayout.cxx
index 61325da000b0..0beee840320b 100644
--- a/lotuswordpro/source/filter/lwpframelayout.cxx
+++ b/lotuswordpro/source/filter/lwpframelayout.cxx
@@ -889,7 +889,7 @@ OUString LwpFrameLayout::GetNextLinkName()
{
LwpAtomHolder& rHolder = pLayout->GetName();
aName = rHolder.str();
- //for division name confict
+ //for division name conflict
if(!pLayout->GetStyleName().isEmpty())
aName = pLayout->GetStyleName();
}
diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx
index c0fffc972193..6ce661f773e8 100644
--- a/sd/source/ui/func/fuprlout.cxx
+++ b/sd/source/ui/func/fuprlout.cxx
@@ -190,7 +190,7 @@ void FuPresentationLayout::DoExecute( SfxRequest& rReq )
OUString aFileName = aFile.getToken(0, DOCUMENT_TOKEN);
SdDrawDocument* pTempDoc = mpDoc->OpenBookmarkDoc( aFileName );
- // #69581: If I chosed the standard-template I got no filename and so I get no
+ // #69581: If I chose the standard-template I got no filename and so I get no
// SdDrawDocument-Pointer. But the method SetMasterPage is able to handle
// a NULL-pointer as a Standard-template ( look at SdDrawDocument::SetMasterPage )
OUString aLayoutName;
diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx b/sdext/source/pdfimport/tree/writertreevisiting.cxx
index e54d41281fde..d880191700db 100644
--- a/sdext/source/pdfimport/tree/writertreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx
@@ -660,7 +660,7 @@ void WriterXmlOptimizer::checkHeaderAndFooter( PageElement& rElem )
*/
// detect header
- // Note: the following assumes that the pages' chiuldren have been
+ // Note: the following assumes that the pages' children have been
// sorted geometrically
std::list< Element* >::iterator it = rElem.Children.begin();
while( it != rElem.Children.end() )
diff --git a/vcl/win/source/gdi/salprn.cxx b/vcl/win/source/gdi/salprn.cxx
index ea180404a3a0..c6d7623af238 100644
--- a/vcl/win/source/gdi/salprn.cxx
+++ b/vcl/win/source/gdi/salprn.cxx
@@ -1521,7 +1521,7 @@ bool WinSalPrinter::StartJob( const OUString* pFileName,
while ( bWhile );
PostMessageW( GetSalData()->mpFirstInstance->mhComWnd, SAL_MSG_DUMMY, 0, 0 );
- // bring up a file choser if printing to file port but no file name given
+ // bring up a file chooser if printing to file port but no file name given
OUString aOutFileName;
if( mpInfoPrinter->maPortName.equalsIgnoreAsciiCase( "FILE:" ) && !(pFileName && !pFileName->isEmpty()) )
{
diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.py b/wizards/com/sun/star/wizards/web/data/CGDocument.py
index 7bb83ab1d3df..9ae627e7016d 100644
--- a/wizards/com/sun/star/wizards/web/data/CGDocument.py
+++ b/wizards/com/sun/star/wizards/web/data/CGDocument.py
@@ -36,7 +36,7 @@ relevant only for the web-wizard.
On the other-hand, the web-wizard can read those fields automatically
from SO documents.
In order to avoid conflict by saving, I use two fields: "cp_title", which
-should be read from the configuratin (saved session), and "title" which is
+should be read from the configuration (saved session), and "title" which is
the value read from the document.
The *cp_title* "overrides" *title*, if exists. if not, *title* is used.
The same is valid for *description* and *author*.