diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-02 06:16:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-27 12:14:06 +0200 |
commit | d71859ed79eef8d0d76ea93530fe708b0effdc80 (patch) | |
tree | 58cdbd13e8b777a7afec9a2dd363e1e6ae3304e2 /sw/inc | |
parent | 1534025a0386584a7b8f3f929b10ce5eb33257cf (diff) |
Fix typos
Change-Id: Icfe120db02a70d43e4120d1f4cbb2704640d3990
Reviewed-on: https://gerrit.libreoffice.org/59470
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ndtxt.hxx | 2 | ||||
-rw-r--r-- | sw/inc/swtable.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index dde56486e0a7..d84c3053533c 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -413,7 +413,7 @@ public: const SwTextFormatColl* pNew ); /** Copy collection with all auto formats to dest-node. - The latter might be in an other document! + The latter might be in another document! (Method in ndcopy.cxx!!). */ void CopyCollFormat( SwTextNode& rDestNd ); diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 595785583643..84663b3ca3e4 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -283,7 +283,7 @@ public: SwUndoTableCpyTable* pUndo ); bool InsNewTable( const SwTable& rCpyTable, const SwSelBoxes&, SwUndoTableCpyTable* pUndo ); - // Copy headline of table (with content!) into an other one. + // Copy headline of table (with content!) into another one. void CopyHeadlineIntoTable( SwTableNode& rTableNd ); // Get box, whose start index is set on nBoxStt. |