summaryrefslogtreecommitdiff
path: root/sw/inc/swtypes.hxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-01-03 13:07:29 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-01-03 21:45:53 +0100
commit021c3a0ee1c95a1b0b8e7c72f9d8e81718862a62 (patch)
treeb1b46e5477afce4504df2a46e49296e20a27a3f1 /sw/inc/swtypes.hxx
parentd02f89770f427c1a864641bf8bf2d0d1f59d8117 (diff)
Unfloat: Introduce Unfloat table button as a frame control
Use the same button style and color what LO uses for header/footer button. Later it might be a good idea to have a separate configurable color for this button, but for now it's seems unneeded to introduce a new configure option for this. Change-Id: Idf86aaa44e29846a2ee211a81fe5376b4335bb05 Reviewed-on: https://gerrit.libreoffice.org/65818 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@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 0206535fcd37..37f369c4c794 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -245,7 +245,8 @@ enum FrameControlType
{
PageBreak,
Header,
- Footer
+ Footer,
+ FloatingTable
};
#endif