summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 22:45:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 09:37:03 +0200
commit7f0f574d7a1ec96f25c017f0576b930e0ff715d8 (patch)
treeff646f6353fdcffd01d391489fbd49c5d9562078 /sw/inc/swtable.hxx
parentc8e70f970a9b80323e9274880a135143accbb621 (diff)
Fix typos
Change-Id: Ib6b4f091e56e047968b2ad9b575aff2c81558635 Reviewed-on: https://gerrit.libreoffice.org/77254 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 844ab31497e0..a0deaf01e892 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -212,7 +212,7 @@ public:
void CreateSelection( const SwNode* pStart, const SwNode* pEnd,
SwSelBoxes& rBoxes, const SearchType eSearchType, bool bProtect ) const;
void ExpandSelection( SwSelBoxes& rBoxes ) const;
- // When a table is splitted into two tables, the row spans which overlaps
+ // When a table is split 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 delivers the structure
@@ -366,7 +366,7 @@ public:
SwFrameFormat* GetFrameFormat() { return static_cast<SwFrameFormat*>(GetRegisteredIn()); }
SwFrameFormat* GetFrameFormat() const { return const_cast<SwFrameFormat*>(static_cast<const SwFrameFormat*>(GetRegisteredIn())); }
- // Creates a own FrameFormat if more lines depend on it.
+ // Creates an own FrameFormat if more lines depend on it.
SwFrameFormat* ClaimFrameFormat();
void ChgFrameFormat( SwTableLineFormat* pNewFormat );