summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-09-20 16:19:50 +0300
committerTor Lillqvist <tml@collabora.com>2015-09-20 16:28:11 +0300
commitcc3e899fabe73629b1670bc38386deb649ae81e5 (patch)
treea2698016fb0ab84b16b6038c02cfc81eb6921388 /include
parent711752a98a373778aca8044406d6f08ebd2aeb9a (diff)
WaE: this method can be declared static
Change-Id: I1b656cc53f00b866ed6e86d291149e7f1790f26f
Diffstat (limited to 'include')
-rw-r--r--include/editeng/overflowingtxt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/overflowingtxt.hxx b/include/editeng/overflowingtxt.hxx
index 1b521e9c07a6..9eec07ec1edd 100644
--- a/include/editeng/overflowingtxt.hxx
+++ b/include/editeng/overflowingtxt.hxx
@@ -75,7 +75,7 @@ class OverflowingText
public:
OutlinerParaObject *JuxtaposeParaObject(Outliner *, OutlinerParaObject *);
OutlinerParaObject *DeeplyMergeParaObject(Outliner *, OutlinerParaObject *);
- ESelection GetInsertionPointSel() const;
+ static ESelection GetInsertionPointSel();
private:
friend class Outliner;
@@ -116,7 +116,7 @@ public:
OutlinerParaObject *InsertOverflowingText(Outliner *, OutlinerParaObject *);
OutlinerParaObject *RemoveOverflowingText(Outliner *);
- ESelection GetInsertionPointSel() const;
+ static ESelection GetInsertionPointSel();
ESelection GetOverflowPointSel() const;
bool IsLastParaInterrupted() const;