summaryrefslogtreecommitdiff
path: root/sw/inc/swtypes.hxx
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2020-07-27 17:52:41 -0800
committerMike Kaganski <mike.kaganski@collabora.com>2020-07-30 12:03:56 +0200
commit835cd06a047717dfe5e0f117959f3c042e13b21b (patch)
tree74a334fb89d401370e9dcd51d5a3c4ad93edcc64 /sw/inc/swtypes.hxx
parentb2686de46250d0c8d14365a2af8428387baa0c24 (diff)
tdf#38093 Writer outline folding - outline visibility and on canvas ui
Patch 2/6 Outline content visibility and on canvas collapse/expand control button implementations. Change-Id: I8481125b102d2f07bfcfce91e1379d8e786a7aa2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99653 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/inc/swtypes.hxx')
-rw-r--r--sw/inc/swtypes.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index 119ef21d7997..0f7d3af3e962 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -242,7 +242,8 @@ enum class FrameControlType
PageBreak,
Header,
Footer,
- FloatingTable
+ FloatingTable,
+ Outline
};
#endif