summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-10-09 18:48:33 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-09 14:09:45 -0500
commit31506335a0613341407140662fe7c62dab0fabdc (patch)
tree23bee785a9a82223f3fb2e23f7b202b90be11f42 /sfx2/source/statbar
parent44fdd8e4d2fa5fc36e4541994fafead3f6c6a8db (diff)
Remove redundant #ifndef & #ifdef directives
These unused directives are:- - multiple #ifndef GCC - one #ifdef WIN
Diffstat (limited to 'sfx2/source/statbar')
-rw-r--r--sfx2/source/statbar/stbitem.cxx2
1 files changed, 0 insertions, 2 deletions
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 <svl/stritem.hxx>
-#ifndef GCC
-#endif
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/frame/XController.hpp>