diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-04-13 23:03:00 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-04-13 23:13:58 +0200 |
commit | 24ae12911a38343b29a68eb75ccbb2589dd383cc (patch) | |
tree | ca574a13d0114b149bbaf6f4066ea564b15807e4 /sd/source/ui/inc/pubdlg.hxx | |
parent | ccbe5105ca782f4d6efc4de5fb4e0a4714d59ab1 (diff) |
sd html export: q&d add single document publish mode
Change-Id: Ifa96814eb2664bea082e51bfaa739250718abd1e
Diffstat (limited to 'sd/source/ui/inc/pubdlg.hxx')
-rw-r--r-- | sd/source/ui/inc/pubdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx index 574a6ff0f04b..36bc3ed748fb 100644 --- a/sd/source/ui/inc/pubdlg.hxx +++ b/sd/source/ui/inc/pubdlg.hxx @@ -63,6 +63,7 @@ private: FixedLine* pPage2_Titel; RadioButton* pPage2_Standard; RadioButton* pPage2_Frames; + RadioButton* pPage2_SingleDocument; RadioButton* pPage2_Kiosk; RadioButton* pPage2_WebCast; FixedBitmap* pPage2_Standard_FB; |