summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/page.hxx
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2019-10-30 19:49:57 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-10-31 01:02:02 +0100
commit57ba3d1d16df86d2393a8110620738e57265e19c (patch)
tree3dc2e62399bf153a890cb1694d3ee40eb9061475 /cui/source/inc/page.hxx
parentgtktiledviewer: always load with en-US language (diff)
downloadcore-57ba3d1d16df86d2393a8110620738e57265e19c.tar.gz
core-57ba3d1d16df86d2393a8110620738e57265e19c.zip
tdf#84257: Consistent 'slide' naming in Impress UI
Change-Id: I6af0f6d79e145a4a0497cd72f960ee21d595b311 Reviewed-on: https://gerrit.libreoffice.org/81796 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r--cui/source/inc/page.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx
index 04648e4342ac..1019a9fbc214 100644
--- a/cui/source/inc/page.hxx
+++ b/cui/source/inc/page.hxx
@@ -109,6 +109,7 @@ private:
// layout settings
std::unique_ptr<weld::Label> m_xPageText;
std::unique_ptr<weld::ComboBox> m_xLayoutBox;
+ std::unique_ptr<weld::Label> m_xNumberFormatText;
std::unique_ptr<SvxPageNumberListBox> m_xNumberFormatBox;
//Extras Calc
std::unique_ptr<weld::Label> m_xTblAlignFT;