[Libreoffice-commits] core.git: include/sfx2

Stephan Bergmann sbergman at redhat.com
Thu Jul 3 09:21:15 PDT 2014


 include/sfx2/printer.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 8583bccaac0832f3488d7fefefb80109e535b46e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jul 3 18:20:39 2014 +0200

    Dead declarations
    
    Change-Id: I5fe417a6f3682764f8ff1844cc418e95d68c6c38

diff --git a/include/sfx2/printer.hxx b/include/sfx2/printer.hxx
index 66dd4dc..f07a135 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();
 


More information about the Libreoffice-commits mailing list