summaryrefslogtreecommitdiff
path: root/include/editeng/overflowingtxt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/overflowingtxt.hxx')
-rw-r--r--include/editeng/overflowingtxt.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/overflowingtxt.hxx b/include/editeng/overflowingtxt.hxx
index faa77f876dc1..2d263fc3dbaa 100644
--- a/include/editeng/overflowingtxt.hxx
+++ b/include/editeng/overflowingtxt.hxx
@@ -116,14 +116,10 @@ public:
OutlinerParaObject *InsertOverflowingText(Outliner *, OutlinerParaObject *);
OutlinerParaObject *RemoveOverflowingText(Outliner *);
- static ESelection GetInsertionPointSel();
ESelection GetOverflowPointSel() const;
bool IsLastParaInterrupted() const;
-protected:
- void impSetOutlinerToEmptyTxt(Outliner *);
-
private:
NonOverflowingText *mpNonOverflowingTxt;
OverflowingText *mpOverflowingTxt;