diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-04-15 00:18:11 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-04-15 15:40:56 +0200 |
commit | 15ac3f9f4dc65fc0c6020284064e3725956f5d0a (patch) | |
tree | 5e6c4bb8dea4491434671c4b53b364ed7be59cf4 /include/editeng | |
parent | 820e47fdecd47b171786d3aadef5cc77e93b795e (diff) |
Fix vertical text and bitmap bullet rendering
Change-Id: I881fce0511c81b164516d68f72c7e750687d4e0e
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/outliner.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 5d2ce0044517..e8fdb13b6920 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -686,6 +686,7 @@ public: void SetVertical( bool bVertical, bool bTopToBottom = true); bool IsVertical() const; + bool IsTopToBottom() const; void SetFixedCellHeight( bool bUseFixedCellHeight ); |