From 8583bccaac0832f3488d7fefefb80109e535b46e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 3 Jul 2014 18:20:39 +0200 Subject: Dead declarations Change-Id: I5fe417a6f3682764f8ff1844cc418e95d68c6c38 --- include/sfx2/printer.hxx | 5 +---- 1 file changed, 1 insertion(+), 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(); -- cgit v1.2.3