From d71859ed79eef8d0d76ea93530fe708b0effdc80 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 2 Sep 2018 06:16:28 +0200 Subject: Fix typos Change-Id: Icfe120db02a70d43e4120d1f4cbb2704640d3990 Reviewed-on: https://gerrit.libreoffice.org/59470 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/inc/ndtxt.hxx | 2 +- sw/inc/swtable.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc') 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. -- cgit