From 31506335a0613341407140662fe7c62dab0fabdc Mon Sep 17 00:00:00 2001 From: "J. Graeme Lingard" Date: Sat, 9 Oct 2010 18:48:33 +0100 Subject: Remove redundant #ifndef & #ifdef directives These unused directives are:- - multiple #ifndef GCC - one #ifdef WIN --- sfx2/source/statbar/stbitem.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfx2/source/statbar') diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx index b85d9d1589a4..30641af3d722 100644 --- a/sfx2/source/statbar/stbitem.cxx +++ b/sfx2/source/statbar/stbitem.cxx @@ -28,8 +28,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sfx2.hxx" #include -#ifndef GCC -#endif #include #include #include -- cgit