summaryrefslogtreecommitdiff
path: root/include/sfx2/printer.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-03 18:20:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-03 18:20:39 +0200
commit8583bccaac0832f3488d7fefefb80109e535b46e (patch)
tree9f98ccfba1deb7f36b53e2f5b8b11a31434ae344 /include/sfx2/printer.hxx
parente09931ce4d413929b9cbdbbf1f71ac5941ec25ba (diff)
Dead declarations
Change-Id: I5fe417a6f3682764f8ff1844cc418e95d68c6c38
Diffstat (limited to 'include/sfx2/printer.hxx')
-rw-r--r--include/sfx2/printer.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sfx2/printer.hxx b/include/sfx2/printer.hxx
index 66dd4dcde747..f07a135c8ece 100644
--- a/include/sfx2/printer.hxx
+++ b/include/sfx2/printer.hxx
@@ -39,7 +39,7 @@ private:
SfxPrinter_Impl* pImpl;
bool bKnown;
- SAL_DLLPRIVATE void operator =(SfxPrinter &); // not defined
+ SAL_DLLPRIVATE void operator =(SfxPrinter &) SAL_DELETED_FUNCTION;
SAL_DLLPRIVATE void UpdateFonts_Impl();
@@ -49,9 +49,6 @@ public:
const OUString &rPrinterName );
SfxPrinter( SfxItemSet *pTheOptions,
const JobSetup &rTheOrigJobSetup );
- SfxPrinter( SfxItemSet *pTheOptions,
- const OUString &rPrinterName,
- const JobSetup &rTheOrigJobSetup );
SfxPrinter( const SfxPrinter &rPrinter );
virtual ~SfxPrinter();