[Libreoffice-commits] .: sw/inc

Thomas Arnhold tarnhold at kemper.freedesktop.org
Thu Feb 17 01:24:39 PST 2011


 sw/inc/swprtopt.hxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit c3c3afec87f4ea4a0774144845c6ac4d57caa557
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu Feb 17 10:20:15 2011 +0100

    Remove TCPP
    
    Seems to be an old compiler

diff --git a/sw/inc/swprtopt.hxx b/sw/inc/swprtopt.hxx
index 180b1b7..ab22521 100644
--- a/sw/inc/swprtopt.hxx
+++ b/sw/inc/swprtopt.hxx
@@ -80,12 +80,6 @@ public:
     const String& MakeNextJobName();		// steht in vprint.cxx
     const String& GetJobName() const 	{ return sJobName; }
 
-#if defined(TCPP)
-    // seit neuestem (SV 223) kann der keinen mehr generieren
-    inline	SwPrtOptions(const SwPrtOptions& rNew) {*this = rNew;}
-#endif
-
-
     SwPrtOptions& operator=(const SwPrintData& rData)
         {
             SwPrintData::operator=(rData);


More information about the Libreoffice-commits mailing list