summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:11:00 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-09-30 11:44:19 +0000
commitcf2921ccae8531cf13921c67ad85c5aa0d924b08 (patch)
treedc0fc44243cf01552a66687f0dce13e9574e6335 /sw/inc
parente26188145238572580b9af18fbde4b824b341046 (diff)
Fix typos
Change-Id: Iad3a3d77c5d4412a5c0e0b6adcb9bff3389f863c Reviewed-on: https://gerrit.libreoffice.org/18983 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/IMark.hxx2
-rw-r--r--sw/inc/fesh.hxx4
-rw-r--r--sw/inc/hintids.hxx2
-rw-r--r--sw/inc/lineinfo.hxx14
-rw-r--r--sw/inc/swtable.hxx2
-rw-r--r--sw/inc/swunohelper.hxx2
-rw-r--r--sw/inc/tox.hxx2
7 files changed, 14 insertions, 14 deletions
diff --git a/sw/inc/IMark.hxx b/sw/inc/IMark.hxx
index b72ec6c365ea..998039e3c7c3 100644
--- a/sw/inc/IMark.hxx
+++ b/sw/inc/IMark.hxx
@@ -54,7 +54,7 @@ namespace sw { namespace mark
//setters
// not available in IMark
// inside core, you can cast to MarkBase and use its setters,
- // make sure to update the sortings in Markmanager in this case
+ // make sure to update the sorting in Markmanager in this case
//operators and comparisons (non-virtual)
bool operator<(const IMark& rOther) const
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 478d07a717be..cb6d9f477d8e 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -578,7 +578,7 @@ public:
const Graphic* pGrf = 0 );
// --> #i972#
- /** for starmath formulas anchored 'as char' it alignes it baseline to baseline
+ /** for starmath formulas anchored 'as char' it aligns it baseline to baseline
changing the previous vertical orientation */
void AlignFormulaToBaseline( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& xObj, SwFlyFrm * pFly = 0 );
@@ -650,7 +650,7 @@ public:
void SetRowHeight( const SwFormatFrmSize &rSz );
- /// Pointer must be detroyed by caller != 0.
+ /// Pointer must be destroyed by caller != 0.
void GetRowHeight( SwFormatFrmSize *&rpSz ) const;
void SetRowSplit( const SwFormatRowSplit &rSz );
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx
index 93af3fba2a0e..eccf6a4a7fcd 100644
--- a/sw/inc/hintids.hxx
+++ b/sw/inc/hintids.hxx
@@ -437,7 +437,7 @@ SW_DLLPUBLIC sal_uInt16 GetWhichOfScript( sal_uInt16 nWhich, sal_uInt16 nScript
// return for the given TextAttribute without an end the correct character.
// This function returns
// CH_TXTATR_BREAKWORD for Textattribute which breaks a word (default)
-// CH_TXTATR_INWORD for Textattribute which dont breaks a word
+// CH_TXTATR_INWORD for Textattribute which doesn't breaks a word
class SwTextAttr;
sal_Unicode GetCharOfTextAttr( const SwTextAttr& rAttr );
diff --git a/sw/inc/lineinfo.hxx b/sw/inc/lineinfo.hxx
index a1e2695dcf2f..bbd7a5a8b001 100644
--- a/sw/inc/lineinfo.hxx
+++ b/sw/inc/lineinfo.hxx
@@ -42,13 +42,13 @@ class SW_DLLPUBLIC SwLineNumberInfo : public SwClient /**< purpose of derivation
sal_uInt16 nPosFromLeft; ///< Position for paint
sal_uInt16 nCountBy; ///< Paint only for every n line
sal_uInt16 nDividerCountBy; /**< Interval for display of an user defined
- string every n lines */
- LineNumberPosition ePos; ///< Where should the display occur (number and divicer)
- bool bPaintLineNumbers; ///< Should anything be displayed?
- bool bCountBlankLines; ///< Count empty lines?
- bool bCountInFlys; ///< Count also within FlyFrames?
- bool bRestartEachPage; /**< Restart counting at the first paragraph of each page
- (even on follows when paragraphs are splitted) */
+ string every n lines */
+ LineNumberPosition ePos; ///< Where should the display occur (number and divider)
+ bool bPaintLineNumbers; ///< Should anything be displayed?
+ bool bCountBlankLines; ///< Count empty lines?
+ bool bCountInFlys; ///< Count also within FlyFrames?
+ bool bRestartEachPage; /**< Restart counting at the first paragraph of each page
+ (even on follows when paragraphs are splitted) */
protected:
virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) SAL_OVERRIDE;
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 784b3981d8d3..821d7a74920b 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -209,7 +209,7 @@ public:
// When a table is splitted into two tables, the row spans which overlaps
// the split have to be corrected and stored for undo
// SwSavRowSpan is the structure needed by Undo to undo the split operation
- // CleanUpRowSpan corrects the (top of the) second table and delviers the structure
+ // CleanUpRowSpan corrects the (top of the) second table and delivers the structure
// for Undo
SwSaveRowSpan* CleanUpTopRowSpan( sal_uInt16 nSplitLine );
// RestoreRowSpan is called by Undo to restore the old row span values
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx
index c00404c759c1..40f8f88e0975 100644
--- a/sw/inc/swunohelper.hxx
+++ b/sw/inc/swunohelper.hxx
@@ -52,7 +52,7 @@ SW_DLLPUBLIC bool UCB_DeleteFile( const OUString& rURL );
bool UCB_CopyFile( const OUString& rURL, const OUString& rNewURL,
bool bCopyIsMove = false );
- // is the URL on the current system case sentive?
+ // is the URL on the current system case sensitive?
SW_DLLPUBLIC bool UCB_IsCaseSensitiveFileName( const OUString& rURL );
// is the URL readonly?
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index 22ad81efc6a5..439a540aa562 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -422,7 +422,7 @@ class SW_DLLPUBLIC SwTOXBase : public SwClient
protected:
// Add a data member, for record the TOC field expression of MS Word binary format
- // For keeping fedality and may giving a better exporting performance
+ // For keeping fidality and may giving a better exporting performance
OUString maMSTOCExpression;
bool mbKeepExpression;