[Libreoffice-commits] .: sc/source
J Graeme Lingard
jgraeme at kemper.freedesktop.org
Sun Nov 7 10:00:26 PST 2010
sc/source/ui/inc/drtxtob.hxx | 3 ---
sc/source/ui/inc/fusel.hxx | 3 ---
sc/source/ui/inc/pfiltdlg.hxx | 3 ---
sc/source/ui/inc/styledlg.hxx | 3 ---
sc/source/ui/inc/subtdlg.hxx | 3 ---
5 files changed, 15 deletions(-)
New commits:
commit 0fa525bba040913aa65c7d809730098a74f41cf8
Author: J. Graeme Lingard <jgraeme+git at gmail.com>
Date: Sun Nov 7 17:58:05 2010 +0000
Remove redundant #ifndef directives
diff --git a/sc/source/ui/inc/drtxtob.hxx b/sc/source/ui/inc/drtxtob.hxx
index 49d0b3b..e03ca2d 100644
--- a/sc/source/ui/inc/drtxtob.hxx
+++ b/sc/source/ui/inc/drtxtob.hxx
@@ -29,9 +29,6 @@
#ifndef SC_DRTXTOB_HXX
#define SC_DRTXTOB_HXX
-#ifndef _SFX_HXX
-#endif
-
#include <sfx2/shell.hxx>
#include <sfx2/module.hxx>
#include <tools/link.hxx>
diff --git a/sc/source/ui/inc/fusel.hxx b/sc/source/ui/inc/fusel.hxx
index 993275a..a859662 100644
--- a/sc/source/ui/inc/fusel.hxx
+++ b/sc/source/ui/inc/fusel.hxx
@@ -29,9 +29,6 @@
#ifndef SC_FUSEL_HXX
#define SC_FUSEL_HXX
-#ifndef _SV_HXX
-#endif
-
#include "fudraw.hxx"
//class Outliner;
diff --git a/sc/source/ui/inc/pfiltdlg.hxx b/sc/source/ui/inc/pfiltdlg.hxx
index 5baf841..d572b7c 100644
--- a/sc/source/ui/inc/pfiltdlg.hxx
+++ b/sc/source/ui/inc/pfiltdlg.hxx
@@ -29,9 +29,6 @@
#ifndef SC_PFILTDLG_HXX
#define SC_PFILTDLG_HXX
-#ifndef _SV_HXX
-#endif
-
#include <vcl/morebtn.hxx>
#include <svtools/stdctrl.hxx>
#include <vcl/button.hxx>
diff --git a/sc/source/ui/inc/styledlg.hxx b/sc/source/ui/inc/styledlg.hxx
index 09a6ff1..c9715a9 100644
--- a/sc/source/ui/inc/styledlg.hxx
+++ b/sc/source/ui/inc/styledlg.hxx
@@ -29,9 +29,6 @@
#ifndef SC_STYLEDLG_HXX
#define SC_STYLEDLG_HXX
-#ifndef _SFX_HXX
-#endif
-
#include <sfx2/styledlg.hxx>
//==================================================================
diff --git a/sc/source/ui/inc/subtdlg.hxx b/sc/source/ui/inc/subtdlg.hxx
index 6148890..b4ee249 100644
--- a/sc/source/ui/inc/subtdlg.hxx
+++ b/sc/source/ui/inc/subtdlg.hxx
@@ -29,9 +29,6 @@
#ifndef SC_SUBTDLG_HXX
#define SC_SUBTDLG_HXX
-#ifndef _SFX_HXX
-#endif
-
#include <sfx2/tabdlg.hxx>
#include "scui_def.hxx"
More information about the Libreoffice-commits
mailing list