diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-10-09 18:48:33 +0100 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-09 14:09:45 -0500 |
commit | 31506335a0613341407140662fe7c62dab0fabdc (patch) | |
tree | 23bee785a9a82223f3fb2e23f7b202b90be11f42 /sfx2/source/dialog/tplcitem.cxx | |
parent | 44fdd8e4d2fa5fc36e4541994fafead3f6c6a8db (diff) |
Remove redundant #ifndef & #ifdef directives
These unused directives are:-
- multiple #ifndef GCC
- one #ifdef WIN
Diffstat (limited to 'sfx2/source/dialog/tplcitem.cxx')
-rw-r--r-- | sfx2/source/dialog/tplcitem.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/dialog/tplcitem.cxx b/sfx2/source/dialog/tplcitem.cxx index 285605fc8c47..475aba2f2276 100644 --- a/sfx2/source/dialog/tplcitem.cxx +++ b/sfx2/source/dialog/tplcitem.cxx @@ -33,9 +33,6 @@ #include <svl/intitem.hxx> #include <vcl/svapp.hxx> -#ifndef GCC -#endif - #include <sfx2/templdlg.hxx> #include <sfx2/bindings.hxx> #include "tplpitem.hxx" |