diff options
-rw-r--r-- | desktop/source/deployment/registry/configuration/dp_configuration.cxx | 2 | ||||
-rw-r--r-- | include/cppuhelper/interfacecontainer.h | 2 | ||||
-rw-r--r-- | include/rtl/locale.h | 2 | ||||
-rw-r--r-- | include/rtl/strbuf.hxx | 2 | ||||
-rw-r--r-- | include/rtl/ustrbuf.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/control/request.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/inc/laycache.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/pormulti.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/pormulti.hxx | 6 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtw8nds.cxx | 2 |
11 files changed, 13 insertions, 13 deletions
diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx index 1f1b084f6712..af5fb703af57 100644 --- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx +++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx @@ -754,7 +754,7 @@ void BackendImpl::PackageImpl::processPackage_( { //If the xcu file was installed before the configmgr was chaned //to use the configmgr.ini, one needed to rebuild to whole directory - //structur containing the xcu, xcs files from all extensions. Now, + //structure containing the xcu, xcs files from all extensions. Now, //we just add all other xcu/xcs files to the configmgr.ini instead of //rebuilding the directory structure. OUString url2( diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h index 56805f099da2..4b52c55e0682 100644 --- a/include/cppuhelper/interfacecontainer.h +++ b/include/cppuhelper/interfacecontainer.h @@ -433,7 +433,7 @@ struct OBroadcastHelperVar sal_Bool bInDispose; /** - Initialize the structur. bDispose and bInDispose are set to false. + Initialize the structure. bDispose and bInDispose are set to false. @param rMutex_ the mutex reference. */ OBroadcastHelperVar( ::osl::Mutex & rMutex_ ) diff --git a/include/rtl/locale.h b/include/rtl/locale.h index e410e025a5e8..3e49976bddc0 100644 --- a/include/rtl/locale.h +++ b/include/rtl/locale.h @@ -34,7 +34,7 @@ extern "C" { #endif /** - The implementation structur of a locale. Do not create this structure + The implementation structure of a locale. Do not create this structure direct. Only use the functions rtl_locale_register and rtl_locale_setDefault. The strings Language, Country and Variant are constants, so it is not necessary to acquire and release them. diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx index 1a59f0ee2534..b8d1d9d8faf0 100644 --- a/include/rtl/strbuf.hxx +++ b/include/rtl/strbuf.hxx @@ -932,7 +932,7 @@ public: private: /** - A pointer to the data structur which contains the data. + A pointer to the data structure which contains the data. */ rtl_String * pData; diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx index 9d304b68fa71..b3cee756f685 100644 --- a/include/rtl/ustrbuf.hxx +++ b/include/rtl/ustrbuf.hxx @@ -1386,7 +1386,7 @@ private: } /** - A pointer to the data structur which contains the data. + A pointer to the data structure which contains the data. */ rtl_uString * pData; diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx index 5675454a18ee..083d5ea2e055 100644 --- a/sfx2/source/control/request.cxx +++ b/sfx2/source/control/request.cxx @@ -49,7 +49,7 @@ struct SfxRequest_Impl: public SfxListener /* [Description] - Implementation structur of the <SfxRequest> class. + Implementation structure of the <SfxRequest> class. */ { diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 6039cdaf4bf8..5abd6f6591c6 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -1267,7 +1267,7 @@ IMPL_LINK( SfxTabDialog, DeactivatePageHdl, TabControl *, pTabCtrl ) return sal_False; #ifdef DBG_UTIL Data_Impl* pDataObject = Find( pImpl->aData, pTabCtrl->GetCurPageId() ); - DBG_ASSERT( pDataObject, "no Data structur for current page" ); + DBG_ASSERT( pDataObject, "no Data structure for current page" ); if ( pPage->HasExchangeSupport() && pDataObject->bOnDemand ) { DBG_WARNING( "Data exchange in ItemsOnDemand is not desired!" ); diff --git a/sw/source/core/inc/laycache.hxx b/sw/source/core/inc/laycache.hxx index 3cd5be70271c..5871460c931b 100644 --- a/sw/source/core/inc/laycache.hxx +++ b/sw/source/core/inc/laycache.hxx @@ -32,7 +32,7 @@ class SvStream; * Call Write(..) with a stream and the document to save and the page break * information of the document will be written. * Call Read(..) with a stream and the member pLayCacheImpl will - * read the information from the stream and store it in an internal structur. + * read the information from the stream and store it in an internal structure. * There's a simple locking mechanism at these classes, * if somebody reads the information, he increments the lock count by 1, * during the Read(..) function the lock count will set to $8000. diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx index b0909b7663f1..a4239b9ac745 100644 --- a/sw/source/core/text/pormulti.cxx +++ b/sw/source/core/text/pormulti.cxx @@ -354,7 +354,7 @@ void SwDoubleLinePortion::PaintBracket( SwTxtPaintInfo &rInf, rInf.X( rInf.X() + PreWidth() ); } -// creates the bracket-structur +// creates the bracket-structure // and fills it, if not both characters are 0x00. void SwDoubleLinePortion::SetBrackets( const SwDoubleLinePortion& rDouble ) { diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx index 5becdc38ae4e..054b6347a55c 100644 --- a/sw/source/core/text/pormulti.hxx +++ b/sw/source/core/text/pormulti.hxx @@ -31,10 +31,10 @@ class SwTxtAttr; class SfxPoolItem; class SwFont; -// SwMultiCreator is a small structur to create a multiportion. +// SwMultiCreator is a small structure to create a multiportion. // It contains the kind of multiportion and a textattribute // or a poolitem. -// The GetMultiCreator-function fills this structur and +// The GetMultiCreator-function fills this structure and // the Ctor of the SwMultiPortion uses it. #define SW_MC_DOUBLE 0 #define SW_MC_RUBY 1 @@ -50,7 +50,7 @@ struct SwMultiCreator }; // A two-line-portion (SwMultiPortion) could have surrounding brackets, -// in this case the structur SwBracket will be used. +// in this case the structure SwBracket will be used. struct SwBracket { sal_Int32 nStart; // Start of text attribute determins the font diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx index 384a004a61f3..5da52e8e0351 100644 --- a/sw/source/filter/ww8/wrtw8nds.cxx +++ b/sw/source/filter/ww8/wrtw8nds.cxx @@ -950,7 +950,7 @@ bool WW8AttributeOutput::StartURL( const OUString &rUrl, const OUString &rTarget m_rWW8Export.OutputField( 0, ww::eHYPERLINK, sURL, WRITEFIELD_CMD_END ); - // now write the picture structur + // now write the picture structure sURL = aURL.GetURLNoMark(); // Compare the URL written by AnalyzeURL with the original one to see if |