summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2017-04-15 00:18:11 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-04-15 00:23:41 +0200
commitc3591519e25204c0ceaca1aa90942273374f8640 (patch)
tree0785b2e3ed2035f6c03fc74dc478e03803c89d31 /include
parent71fa72c6d03852c563206baaa8bd3d303da3e6b0 (diff)
Fix vertical text and bitmap bullet rendering feature/table_rotated_text
Change-Id: I881fce0511c81b164516d68f72c7e750687d4e0e
Diffstat (limited to 'include')
-rw-r--r--include/editeng/outliner.hxx1
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 );