diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-03 18:20:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-03 18:20:39 +0200 |
commit | 8583bccaac0832f3488d7fefefb80109e535b46e (patch) | |
tree | 9f98ccfba1deb7f36b53e2f5b8b11a31434ae344 /include | |
parent | e09931ce4d413929b9cbdbbf1f71ac5941ec25ba (diff) |
Dead declarations
Change-Id: I5fe417a6f3682764f8ff1844cc418e95d68c6c38
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/printer.hxx | 5 |
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(); |