[Libreoffice-commits] core.git: desktop/source include/cppuhelper include/rtl sfx2/source sw/source
Noel Grandin
noel at peralex.com
Thu Jul 17 05:50:42 PDT 2014
desktop/source/deployment/registry/configuration/dp_configuration.cxx | 2 +-
include/cppuhelper/interfacecontainer.h | 2 +-
include/rtl/locale.h | 2 +-
include/rtl/strbuf.hxx | 2 +-
include/rtl/ustrbuf.hxx | 2 +-
sfx2/source/control/request.cxx | 2 +-
sfx2/source/dialog/tabdlg.cxx | 2 +-
sw/source/core/inc/laycache.hxx | 2 +-
sw/source/core/text/pormulti.cxx | 2 +-
sw/source/core/text/pormulti.hxx | 6 +++---
sw/source/filter/ww8/wrtw8nds.cxx | 2 +-
11 files changed, 13 insertions(+), 13 deletions(-)
New commits:
commit 8416a65af18b7b030dece09f532235b8bb195a2b
Author: Noel Grandin <noel at peralex.com>
Date: Thu Jul 17 14:49:41 2014 +0200
fix spelling structur -> structure
Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c
diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx
index 1f1b084..af5fb70 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 56805f0..4b52c55 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 e410e02..3e49976b 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 1a59f0e..b8d1d9d 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 9d304b6..b3cee75 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 5675454..083d5ea 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 6039cda..5abd6f6 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 3cd5be7..5871460 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 b0909b7..a4239b9 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 5becdc3..054b634 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 384a004..5da52e8 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
More information about the Libreoffice-commits
mailing list