summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 15:53:41 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 19:10:00 +0200
commita4bf209e2c5c2ff3fed5dcaeb7226b2f549c7ce5 (patch)
tree3e5ed49e2ef6bee297344d01f65dd45932a6e1ec /sc/inc
parent137b49c1d42163da7d9ccb82d1783b0e2fb57e17 (diff)
more removed include guards using fixguard.py
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/addincol.hxx2
-rw-r--r--sc/inc/compiler.hxx2
-rw-r--r--[-rwxr-xr-x]sc/inc/dpglobal.hxx0
-rw-r--r--sc/inc/dptablecache.hxx2
-rw-r--r--sc/inc/drawpage.hxx2
-rw-r--r--[-rwxr-xr-x]sc/inc/eventuno.hxx0
-rw-r--r--sc/inc/scitems.hxx2
-rw-r--r--sc/inc/viewopti.hxx2
8 files changed, 0 insertions, 12 deletions
diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx
index fbc1444cc6de..f66a498e8292 100644
--- a/sc/inc/addincol.hxx
+++ b/sc/inc/addincol.hxx
@@ -41,9 +41,7 @@
#include <rtl/ustring.h>
#include "scdllapi.h"
-#ifndef SC_SCMATRIX_HXX
#include "scmatrix.hxx"
-#endif
#include <hash_map>
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 2de9f9d68fd3..d2fa4dddfcf6 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -47,9 +47,7 @@
#include <formula/FormulaCompiler.hxx>
-#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
#include <boost/shared_ptr.hpp>
-#endif
#ifndef INCLUDED_HASH_MAP
#include <hash_map>
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index 7de5947cc969..7de5947cc969 100755..100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
diff --git a/sc/inc/dptablecache.hxx b/sc/inc/dptablecache.hxx
index 953c793093be..55fee3c4f6f9 100644
--- a/sc/inc/dptablecache.hxx
+++ b/sc/inc/dptablecache.hxx
@@ -32,9 +32,7 @@
#define DPTABLECACHE_HXX
// Wang Xu Ming -- 12/21/2008
// Add Data Cache Support.
-#ifndef SC_SCGLOB_HXX
#include "global.hxx"
-#endif
//Added by PengYunQuan for SODC_16015
#include <svl/zforlist.hxx>
//end
diff --git a/sc/inc/drawpage.hxx b/sc/inc/drawpage.hxx
index 9c39fc71e5af..14691c6632cd 100644
--- a/sc/inc/drawpage.hxx
+++ b/sc/inc/drawpage.hxx
@@ -28,9 +28,7 @@
#ifndef SC_DRAWPAGE_HXX
#define SC_DRAWPAGE_HXX
-#ifndef _FM_FMPAGE_HXX
#include <svx/fmpage.hxx>
-#endif
class ScDrawLayer;
diff --git a/sc/inc/eventuno.hxx b/sc/inc/eventuno.hxx
index f3ae72f0f1bf..f3ae72f0f1bf 100755..100644
--- a/sc/inc/eventuno.hxx
+++ b/sc/inc/eventuno.hxx
diff --git a/sc/inc/scitems.hxx b/sc/inc/scitems.hxx
index 8a6589781655..18c96dfe7df3 100644
--- a/sc/inc/scitems.hxx
+++ b/sc/inc/scitems.hxx
@@ -28,9 +28,7 @@
#ifndef SC_ITEMS_HXX
#define SC_ITEMS_HXX
-#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>
-#endif
// EditEngine darf nicht ihre eigenen ITEMID's definieren
#define _EEITEMID_HXX
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index 47e4047c95d4..985fdb803f2e 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -30,9 +30,7 @@
#include <svx/optgrid.hxx>
-#ifndef _SVX_SVXIDS_HRC //autogen
#include <svx/svxids.hrc>
-#endif
#include "scdllapi.h"
#include "optutil.hxx"
#include "global.hxx"