diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 04:49:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 04:49:39 +0200 |
commit | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (patch) | |
tree | 2a91fcbcb206d60dcc652a336bb9b6813578815e /svtools | |
parent | 7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff) |
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/PlaceEditDialog.hxx | 2 | ||||
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 2 | ||||
-rw-r--r-- | svtools/source/config/miscopt.cxx | 2 | ||||
-rw-r--r-- | svtools/source/config/optionsdrawinglayer.cxx | 2 | ||||
-rw-r--r-- | svtools/source/svrtf/parrtf.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/svtools/inc/svtools/PlaceEditDialog.hxx b/svtools/inc/svtools/PlaceEditDialog.hxx index 96afef7d1a3e..d529442cd738 100644 --- a/svtools/inc/svtools/PlaceEditDialog.hxx +++ b/svtools/inc/svtools/PlaceEditDialog.hxx @@ -70,7 +70,7 @@ public : PlaceEditDialog(Window* pParent, const boost::shared_ptr<Place> &pPlace ); ~PlaceEditDialog(); - // Returns a place instance with given informations + // Returns a place instance with given information boost::shared_ptr<Place> GetPlace(); OUString GetServerName() { return m_pEDServerName->GetText(); } diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index 0680e050b795..b5cba7fa9eda 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -424,7 +424,7 @@ void SvtMenuOptions_Impl::RemoveListenerLink( const Link& rLink ) //***************************************************************************************************************** // initialize static member // DON'T DO IT IN YOUR HEADER! -// see definition for further informations +// see definition for further information //***************************************************************************************************************** SvtMenuOptions_Impl* SvtMenuOptions::m_pDataContainer = NULL ; sal_Int32 SvtMenuOptions::m_nRefCount = 0 ; diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx index 2191a9d020cd..ed509e05dd1f 100644 --- a/svtools/source/config/miscopt.cxx +++ b/svtools/source/config/miscopt.cxx @@ -709,7 +709,7 @@ Sequence< OUString > SvtMiscOptions_Impl::GetPropertyNames() //***************************************************************************************************************** // initialize static member // DON'T DO IT IN YOUR HEADER! -// see definition for further informations +// see definition for further information //***************************************************************************************************************** SvtMiscOptions_Impl* SvtMiscOptions::m_pDataContainer = NULL ; sal_Int32 SvtMiscOptions::m_nRefCount = 0 ; diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx index 9af953964bdb..025a2bc4e92c 100644 --- a/svtools/source/config/optionsdrawinglayer.cxx +++ b/svtools/source/config/optionsdrawinglayer.cxx @@ -951,7 +951,7 @@ Sequence< OUString > SvtOptionsDrawinglayer_Impl::impl_GetPropertyNames() //***************************************************************************************************************** // initialize static member // DON'T DO IT IN YOUR HEADER! -// see definition for further informations +// see definition for further information //***************************************************************************************************************** SvtOptionsDrawinglayer_Impl* SvtOptionsDrawinglayer::m_pDataContainer = NULL; sal_Int32 SvtOptionsDrawinglayer::m_nRefCount = 0; diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx index 1f4936ef8244..f064a56e525b 100644 --- a/svtools/source/svrtf/parrtf.cxx +++ b/svtools/source/svrtf/parrtf.cxx @@ -172,7 +172,7 @@ int SvRTFParser::_GetNextToken() case RTF_UPR: if (!_inSkipGroup) { // UPR - overread the group with the ansi - // informations + // information while( '{' != _GetNextToken() ) ; SkipGroup(); |