diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-09-07 20:50:17 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-12 10:31:33 +0000 |
commit | 69ce52fbf26fab9239562d2bfd407db67cfb6ec8 (patch) | |
tree | 08ea96f675c6163e5d21cb1f3ba2c69e9b65b40b /sw/Library_sw.mk | |
parent | 65828fa693507d699369f0dbc3c0bfc31638d945 (diff) |
Page size popup converted to use outside sidebar
Change-Id: Ia9c4c03a9780dca146adda8f1a126197d3e38643
Reviewed-on: https://gerrit.libreoffice.org/28816
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 793c3ff2939a..6f0877fc0cda 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -680,6 +680,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/uibase/sidebar/PageOrientationPopup \ sw/source/uibase/sidebar/PageMarginControl \ sw/source/uibase/sidebar/PageSizeControl \ + sw/source/uibase/sidebar/PageSizePopup \ sw/source/uibase/sidebar/PageColumnControl \ sw/source/uibase/sidebar/PageColumnPopup \ sw/source/uibase/sidebar/PagePropertyPanel \ |