summaryrefslogtreecommitdiff
path: root/filter/source/pdf/impdialog.src
diff options
context:
space:
mode:
authorsj <sj@openoffice.org>2009-12-11 14:31:09 +0100
committersj <sj@openoffice.org>2009-12-11 14:31:09 +0100
commit4e036c5f856ee63648871c2afdb8fdf177ac9778 (patch)
treef4afcec782a01ee8ed75a1ae5c740415030a1695 /filter/source/pdf/impdialog.src
parentd6a487f786328f689c73a86afef7fd550febca35 (diff)
impress181: #i107561#: now also exporting notes to pdf
Diffstat (limited to 'filter/source/pdf/impdialog.src')
-rw-r--r--filter/source/pdf/impdialog.src11
1 files changed, 9 insertions, 2 deletions
diff --git a/filter/source/pdf/impdialog.src b/filter/source/pdf/impdialog.src
index 00abf5b5ebd4..6140f299601e 100644
--- a/filter/source/pdf/impdialog.src
+++ b/filter/source/pdf/impdialog.src
@@ -210,9 +210,16 @@ TabPage RID_PDF_TAB_GENER
TabStop = TRUE ;
Text[ en-US ] = "~Export comments";
};
- CheckBox CB_EXPORTEMPTYPAGES
+ CheckBox CB_EXPORTNOTESPAGES
{
Pos = MAP_APPFONT ( 12 , 206 ) ;
+ Size = MAP_APPFONT ( 158 , 10 ) ;
+ TabStop = TRUE ;
+ Text[ en-US ] = "Export ~notes pages";
+ };
+ CheckBox CB_EXPORTEMPTYPAGES
+ {
+ Pos = MAP_APPFONT ( 12 , 219 ) ;
Size = MAP_APPFONT ( 158 , 16 ) ;
TabStop = TRUE ;
WordBreak = TRUE ;
@@ -220,7 +227,7 @@ TabPage RID_PDF_TAB_GENER
};
CheckBox CB_ADDSTREAM
{
- Pos = MAP_APPFONT ( 12 , 224 ) ;
+ Pos = MAP_APPFONT ( 12 , 237 ) ;
Size = MAP_APPFONT ( 158 , 10 ) ;
TabStop = TRUE ;
Text[ en-US ] = "Create ~hybrid file";