summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-17 14:49:41 +0200
committerNoel Grandin <noel@peralex.com>2014-07-17 14:49:41 +0200
commit8416a65af18b7b030dece09f532235b8bb195a2b (patch)
tree5537ac31914df1887d0f20490e6658fa23c0691e /sw
parenta39f690a2ac9bf8a04d3371cc837ca81bd85f22c (diff)
fix spelling structur -> structure
Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/laycache.hxx2
-rw-r--r--sw/source/core/text/pormulti.cxx2
-rw-r--r--sw/source/core/text/pormulti.hxx6
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
4 files changed, 6 insertions, 6 deletions
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