summaryrefslogtreecommitdiff
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
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>
-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
-rw-r--r--sw/qa/extras/inc/swmodeltestbase.hxx2
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport4.cxx2
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport5.cxx6
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport6.cxx4
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport7.cxx4
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx4
-rw-r--r--sw/qa/extras/rtfexport/rtfexport.cxx2
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx6
15 files changed, 29 insertions, 29 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;
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx
index c404e462508b..10d2b632e5b3 100644
--- a/sw/qa/extras/inc/swmodeltestbase.hxx
+++ b/sw/qa/extras/inc/swmodeltestbase.hxx
@@ -280,7 +280,7 @@ protected:
}
/**
- * Override this function if calcing layout is not needed
+ * Override this function if calc layout is not needed
*/
virtual bool mustCalcLayoutOf(const char* /*filename*/)
{
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
index 13592416fb31..0e78cf93b6fe 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
@@ -272,7 +272,7 @@ DECLARE_OOXMLEXPORT_TEST(testFdo73556,"fdo73556.docx")
{
/*
* The file contains a table with 3 columns
- * the girdcols are as follows: {1210, 1331, 1210}
+ * the gridcols are as follows: {1210, 1331, 1210}
* whereas the individual cells have {1210, 400, 1210}
* The table column separators were taken from the Grid, while
* the table width was calculated as 2820 from cells instead
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 0d45a4997a50..7fc7620f2095 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -395,7 +395,7 @@ DECLARE_OOXMLEXPORT_TEST(testfdo78469, "fdo78469.docx")
xmlDocPtr pXmlDoc = parseExport("word/header1.xml");
if (!pXmlDoc)
return;
- // make sure dataBinding & text tags not presernt in sdtcontent
+ // make sure dataBinding & text tags not present in sdtcontent
assertXPath(pXmlDoc, "/w:hdr[1]/w:tbl[1]/w:tr[1]/w:tc[2]/w:p[1]/w:sdt[2]/w:sdtPr[1]/w:dataBinding[1]",0);
assertXPath(pXmlDoc, "/w:hdr[1]/w:tbl[1]/w:tr[1]/w:tc[2]/w:p[1]/w:sdt[2]/w:sdtPr[1]/w:text[1]",0);
}
@@ -453,8 +453,8 @@ DECLARE_OOXMLEXPORT_TEST(testfdo76934, "fdo76934.docx")
DECLARE_OOXMLEXPORT_TEST(testfdo79540, "fdo79540.docx")
{
/* Issue was, <w:drawing> was getting written inside <w:drawing>.
- * So Postone the writing of Inner Drawing tag.
- * MS Office does not allow Nestimg of drawing tags.
+ * So postpone the writing of Inner Drawing tag.
+ * MS Office does not allow nesting of drawing tags.
*/
xmlDocPtr pXmlDoc = parseExport("word/document.xml");
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
index 732d6d838cd5..f4fd3476bffe 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
@@ -620,8 +620,8 @@ DECLARE_OOXMLEXPORT_TEST(testSmartArtAnchoredInline, "fdo73227.docx")
{
/* Given file conatins 3 DrawingML objects as 1Picture,1SmartArt and 1Shape.
* Check for SmartArt.
- * SmartArt shoould get written as "Floating Object" i.e. inside <wp:anchor> tag.
- * Also check for value of attribute "id" of <wp:docPr> . It should be unique for
+ * SmartArt should get written as "Floating Object" i.e. inside <wp:anchor> tag.
+ * Also check for value of attribute "id" of <wp:docPr>. It should be unique for
* all 3 DrawingML objects in a document.
*/
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
index 76ff02a898c7..7a76674813b5 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
@@ -370,7 +370,7 @@ DECLARE_OOXMLEXPORT_TEST(testShape3DEffectPreservation, "shape-3d-effect-preserv
"wp:anchor/a:graphic/a:graphicData/wps:wsp/wps:spPr/a:sp3d/a:extrusionClr/a:schemeClr/a:lumOff",
"val", "60000");
- // third shape: colored countour and top and bottom bevel, plastic material
+ // third shape: colored contour and top and bottom bevel, plastic material
assertXPath(pXmlDoc, "/w:document/w:body/w:p[3]/w:r/mc:AlternateContent/mc:Choice/w:drawing/"
"wp:anchor/a:graphic/a:graphicData/wps:wsp/wps:spPr/a:sp3d",
"contourW", "50800");
@@ -730,7 +730,7 @@ DECLARE_OOXMLEXPORT_TEST(testWordArtWithinDraingtool, "testWordArtWithinDraingto
* <p> <r> <ac> <drawing> <txbx> <txbxContent> .. <pict> </pict> </txbxContent></txbx> </drawing> </ac> </r> </p>
* After RT :
* <p> <r> <ac> <drawing> <txbx> <txbxContent> .. <drawing> <txbx> <txbxContent> .. </txbxContent></txbx> </drawing> .. </txbxContent></txbx> </drawing> </ac> </r> </p>
- * Expected : As there is nesting of a 2007 Word Art within a draing tool, then can be separated in two different runs.
+ * Expected : as there is nesting of a 2007 Word Art within a drawing tool, then can be separated in two different runs.
* */
xmlDocPtr pXmlDoc = parseExport("word/document.xml");
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 20e793889db1..4f21820e152e 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -1253,7 +1253,7 @@ DECLARE_OOXMLIMPORT_TEST(testBnc865381, "bnc865381.docx")
DECLARE_OOXMLIMPORT_TEST(testFdo53985, "fdo53985.docx")
{
- // Unhandled excetion prevented import of the rest of the document.
+ // Unhandled exception prevented import of the rest of the document.
uno::Reference<text::XTextTablesSupplier> xTablesSupplier(mxComponent, uno::UNO_QUERY);
uno::Reference<container::XIndexAccess> xTables(xTablesSupplier->getTextTables( ), uno::UNO_QUERY);
@@ -2171,7 +2171,7 @@ DECLARE_OOXMLIMPORT_TEST(testLargeTwips, "large-twips.docx" )
DECLARE_OOXMLIMPORT_TEST(testNegativeCellMarginTwips, "negative-cell-margin-twips.docx" )
{
- // Sligtly related to cp#1000043, the twips value was negative, which wrapped around somewhere,
+ // Slightly related to cp#1000043, the twips value was negative, which wrapped around somewhere,
// while MSO seems to ignore that as well.
OUString width = parseDump( "/root/page/body/tab/row[1]/cell[1]/txt/infos/bounds", "width" );
CPPUNIT_ASSERT( width.toInt32() > 0 );
diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx b/sw/qa/extras/rtfexport/rtfexport.cxx
index 4371ef5b63f9..e63a05f3f0e8 100644
--- a/sw/qa/extras/rtfexport/rtfexport.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport.cxx
@@ -381,7 +381,7 @@ DECLARE_RTFEXPORT_TEST(testFdo77979, "fdo77979.odt")
DECLARE_RTFEXPORT_TEST(testFdo53113, "fdo53113.odt")
{
/*
- * The problem was that a custom shape was missings its second (and all the other remaining) coordinates.
+ * The problem was that a custom shape was missing its second (and all the other remaining) coordinates.
*
* oShape = ThisComponent.DrawPage(0)
* oPathPropVec = oShape.CustomShapeGeometry(1).Value
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 91887202d0fd..0240015b5de5 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -1598,7 +1598,7 @@ void SwUiWriterTest::testTdf60967()
//moving cursor forward to check whether there is any node following the table, BTW there should not be any such node
pCrsr->Move(fnMoveForward);
SwPosition aPosMoveAfterDel(*(pCrsr->GetPoint()));
- //checking the positons to verify that the paragraph is actually deleted
+ //checking the positions to verify that the paragraph is actually deleted
CPPUNIT_ASSERT(aPosInTable == aPosAfterDel);
CPPUNIT_ASSERT(aPosInTable == aPosMoveAfterDel);
//Undo the changes
@@ -1621,7 +1621,7 @@ void SwUiWriterTest::testTdf60967()
SwPosition aPosAfterRedo(*(pCrsr->GetPoint()));
//position should be exactly same as it was after deletion of *text node*
CPPUNIT_ASSERT(aPosMoveAfterDel == aPosAfterRedo);
- //moving the cursor forward, but it should not actually move as there is no *text node* after the table due to this same postion is expected after move as it was before move
+ //moving the cursor forward, but it should not actually move as there is no *text node* after the table due to this same position is expected after move as it was before move
pCrsr->Move(fnMoveForward);
SwPosition aPosAfterUndoMove(*(pCrsr->GetPoint()));
CPPUNIT_ASSERT(aPosAfterUndoMove == aPosAfterRedo);
@@ -2054,7 +2054,7 @@ void SwUiWriterTest::testTdf57197()
rUndoManager.Undo();
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xTable->getRows()->getCount());
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xTable->getColumns()->getCount());
- //Insering one row after the existing row
+ //Inserting one row after the existing row
pWrtShell->SttDoc(); //moves the cursor to the start of Doc
pWrtShell->InsertRow(1, true);
CPPUNIT_ASSERT_EQUAL(sal_Int32(2), xTable->getRows()->getCount());