summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2009-12-07 14:11:32 +0100
committerThomas Lange [tl] <tl@openoffice.org>2009-12-07 14:11:32 +0100
commit8a75134b7668c04ee8b8bab2d49a84d3540a702a (patch)
treeb0b52bbdfb01b481ec770490d0aa01b8849671a4 /sw/source/ui
parent0b7a663872f6377fced80cdd6368174f1f28eddb (diff)
#i104312# fixed print objetcs for pictures and graphics; nopw works for drawing objects as well and does not effect form controls
Diffstat (limited to 'sw/source/ui')
-rwxr-xr-x[-rw-r--r--]sw/source/ui/config/optdlg.src2
-rwxr-xr-xsw/source/ui/uno/unotxdoc.cxx4
2 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index 7c839834234f..ce1d9ae22942 100644..100755
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -944,7 +944,7 @@ StringArray STR_PRINTOPTUI
< "Contents"; >;
< "Page ba~ckground"; >;
< "Specifies whether to include colors and objects that are inserted to the background of the page (Format - Page - Background) in the printed document."; >;
- < "~Graphics and diagrams"; >;
+ < "~Pictures and objects"; >;
< "Specifies whether the graphics of your text document are printed"; >;
< "Hidden te~xt"; >;
< "Enable this option to print text that is marked as hidden."; >;
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 51fdb6779778..c7888f754ff0 100755
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -3998,7 +3998,9 @@ void SwXDocumentPropertyHelper::onChange()
/*****************************************************************************/
-SwViewOptionAdjust_Impl::SwViewOptionAdjust_Impl( SwWrtShell& rSh, const SwPrtOptions *pPrtOptions ) :
+SwViewOptionAdjust_Impl::SwViewOptionAdjust_Impl(
+ SwWrtShell& rSh,
+ const SwPrtOptions *pPrtOptions ) :
m_pViewOption(0),
m_rShell(rSh)
{