summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2021-03-24 21:13:38 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-25 15:04:45 +0100
commit1bad47097694de957857c9c891bf79a4873a97c4 (patch)
tree17a3586792708554f5a6a3c5b2f39efae738d0a3 /sd/source/ui
parent4fd1333ba4bb4f2311e9098291154772bd310429 (diff)
tdf#67614 - Added the FHD image resolution
Added the possibility to chose full hd image resolution when exporting slides via html. Change-Id: I38c721c98093fbd21d9761708edf68e26d0c97ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113069 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/inc/pubdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx
index 3528fd078e02..5c8f15d629d0 100644
--- a/sd/source/ui/inc/pubdlg.hxx
+++ b/sd/source/ui/inc/pubdlg.hxx
@@ -108,6 +108,7 @@ private:
std::unique_ptr<weld::RadioButton> m_xPage3_Resolution_1;
std::unique_ptr<weld::RadioButton> m_xPage3_Resolution_2;
std::unique_ptr<weld::RadioButton> m_xPage3_Resolution_3;
+ std::unique_ptr<weld::RadioButton> m_xPage3_Resolution_4;
std::unique_ptr<weld::Label> m_xPage3_Title3;
std::unique_ptr<weld::CheckButton> m_xPage3_SldSound;
std::unique_ptr<weld::CheckButton> m_xPage3_HiddenSlides;