diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editview.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx index df544449a5f3..0f3c2de9bba8 100644 --- a/include/editeng/editview.hxx +++ b/include/editeng/editview.hxx @@ -260,6 +260,8 @@ public: bool bIsParaText ); /// Allows adjusting the point or mark of the selection to a document coordinate. void SetCursorLogicPosition(const Point& rPosition, bool bPoint, bool bClearMark); + /// Trigger selection drawing callback in pOtherShell based on our shell's selection state. + void DrawSelection(OutlinerViewShell* pOtherShell); }; #endif // INCLUDED_EDITENG_EDITVIEW_HXX |