summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/prtopt.cxx
diff options
context:
space:
mode:
authorPrashant Shah <pshah.mumbai@gmail.com>2010-10-10 13:47:31 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-10 13:47:31 -0500
commit4aefa94618fd40768dfa927cb68e5caed2ac8e27 (patch)
tree62abf3f5aa4a53ff6ab6796b0f987c78f6f83e4c /sw/source/ui/config/prtopt.cxx
parenta6aea52f0d4e2b0fbd4a5f662bf9383c0fb9b737 (diff)
Remove bogus comment
Diffstat (limited to 'sw/source/ui/config/prtopt.cxx')
-rw-r--r--sw/source/ui/config/prtopt.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/config/prtopt.cxx b/sw/source/ui/config/prtopt.cxx
index a07c2c154696..44e0a2f6a2ca 100644
--- a/sw/source/ui/config/prtopt.cxx
+++ b/sw/source/ui/config/prtopt.cxx
@@ -78,9 +78,7 @@ Sequence<OUString> SwPrintOptions::GetPropertyNames()
}
return aNames;
}
-/* -----------------------------06.09.00 16:44--------------------------------
- ---------------------------------------------------------------------------*/
SwPrintOptions::SwPrintOptions(sal_Bool bWeb) :
ConfigItem(bWeb ? C2U("Office.WriterWeb/Print") : C2U("Office.Writer/Print"),
CONFIG_MODE_DELAYED_UPDATE|CONFIG_MODE_RELEASE_TREE),
@@ -139,15 +137,11 @@ SwPrintOptions::SwPrintOptions(sal_Bool bWeb) :
bPrintDraw = bPrintGraphic;
}
-/* -----------------------------06.09.00 16:50--------------------------------
- ---------------------------------------------------------------------------*/
SwPrintOptions::~SwPrintOptions()
{
}
-/* -----------------------------06.09.00 16:43--------------------------------
- ---------------------------------------------------------------------------*/
void SwPrintOptions::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {}