[Libreoffice-commits] core.git: sw/inc

Stephan Bergmann sbergman at redhat.com
Tue Aug 26 07:55:48 PDT 2014


 sw/inc/shellio.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit f1de58a6a63ae6d492ae5feb479d322f5b5b95f8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Aug 26 16:55:06 2014 +0200

    Remove unnecessary #ifndef SW_DECL_WRITER_DEFINED
    
    Change-Id: I867011761c1029d676db39ddc3e647c7708f42a7

diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index b91aa41..3a0259b 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -461,10 +461,7 @@ public:
     void SetOrganizerMode( bool bSet ) { bOrganizerMode = bSet; }
 };
 
-#ifndef SW_DECL_WRITER_DEFINED
-#define SW_DECL_WRITER_DEFINED
 typedef tools::SvRef<Writer> WriterRef;
-#endif
 
 // Base class for all storage writers.
 class SW_DLLPUBLIC StgWriter : public Writer


More information about the Libreoffice-commits mailing list