summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-28 13:12:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 09:25:10 +0200
commit4c4d748767c5740cc4b5348c69ad86c68db234bd (patch)
tree0dd2552859802f0554f83589cc02995eaa7c602e /svtools
parentRemove UNO includes comments (diff)
downloadcore-4c4d748767c5740cc4b5348c69ad86c68db234bd.tar.gz
core-4c4d748767c5740cc4b5348c69ad86c68db234bd.zip
Remove some more include guards
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/acceleratorexecute.hxx8
-rw-r--r--svtools/inc/svtools/brwbox.hxx7
-rw-r--r--svtools/inc/svtools/helpopt.hxx3
-rw-r--r--svtools/inc/svtools/svlbox.hxx3
-rw-r--r--svtools/inc/svtools/svtabbx.hxx3
-rw-r--r--svtools/inc/svtools/textdata.hxx7
-rw-r--r--svtools/source/filter/FilterConfigCache.hxx4
7 files changed, 0 insertions, 35 deletions
diff --git a/svtools/inc/svtools/acceleratorexecute.hxx b/svtools/inc/svtools/acceleratorexecute.hxx
index 321c53869657..66a025de4731 100644
--- a/svtools/inc/svtools/acceleratorexecute.hxx
+++ b/svtools/inc/svtools/acceleratorexecute.hxx
@@ -34,22 +34,14 @@
#include "svtools/svtdllapi.h"
-#ifndef INCLUDED_VECTOR
#include <vector>
-#define INCLUDED_VECTOR
-#endif
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-
#include <com/sun/star/frame/XFrame.hpp>
-
#include <com/sun/star/frame/XDispatchProvider.hpp>
-
#include <com/sun/star/ui/XAcceleratorConfiguration.hpp>
-
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/util/URL.hpp>
-
#include <com/sun/star/awt/KeyEvent.hpp>
#include <vcl/keycod.hxx>
#include <vcl/evntpost.hxx>
diff --git a/svtools/inc/svtools/brwbox.hxx b/svtools/inc/svtools/brwbox.hxx
index cc1b5b58b0cb..4a05fa83b473 100644
--- a/svtools/inc/svtools/brwbox.hxx
+++ b/svtools/inc/svtools/brwbox.hxx
@@ -38,15 +38,8 @@
#include <svtools/accessibletableprovider.hxx>
#include <vector>
-#ifndef INCLUDED_LIMITS_H
#include <limits.h>
-#define INCLUDED_LIMITS_H
-#endif
-
-#ifndef INCLUDED_MEMORY
#include <memory>
-#define INCLUDED_MEMORY
-#endif
class BrowserColumn;
class BrowserDataWin;
diff --git a/svtools/inc/svtools/helpopt.hxx b/svtools/inc/svtools/helpopt.hxx
index a22a10e97ac7..bcd367b2e7d3 100644
--- a/svtools/inc/svtools/helpopt.hxx
+++ b/svtools/inc/svtools/helpopt.hxx
@@ -30,10 +30,7 @@
#include "svtools/svtdllapi.h"
-#ifndef INCLUDED_LIST
#include <list>
-#define INCLUDED_LIST
-#endif
#include <tools/string.hxx>
#include <unotools/options.hxx>
diff --git a/svtools/inc/svtools/svlbox.hxx b/svtools/inc/svtools/svlbox.hxx
index 3d1f6a6e343b..92aa9460e692 100644
--- a/svtools/inc/svtools/svlbox.hxx
+++ b/svtools/inc/svtools/svlbox.hxx
@@ -31,10 +31,7 @@
#include "svtools/svtdllapi.h"
-#ifndef INCLUDED_DEQUE
#include <deque>
-#define INCLUDED_DEQUE
-#endif
#include <vcl/ctrl.hxx>
#include <vcl/seleng.hxx>
diff --git a/svtools/inc/svtools/svtabbx.hxx b/svtools/inc/svtools/svtabbx.hxx
index 99fdba235c20..4c5701830832 100644
--- a/svtools/inc/svtools/svtabbx.hxx
+++ b/svtools/inc/svtools/svtabbx.hxx
@@ -32,10 +32,7 @@
#include <svtools/svtreebx.hxx>
#include <svtools/accessibletableprovider.hxx>
-#ifndef INCLUDED_VECTOR
#include <vector>
-#define INCLUDED_VECTOR
-#endif
enum SvTabJustify
{
diff --git a/svtools/inc/svtools/textdata.hxx b/svtools/inc/svtools/textdata.hxx
index 1708f8f80f4f..29d97e6e51e4 100644
--- a/svtools/inc/svtools/textdata.hxx
+++ b/svtools/inc/svtools/textdata.hxx
@@ -154,15 +154,8 @@ struct TEIMEInfos
// ----------------- Wrapper for old Tools List -------------------
-#ifndef INCLUDED_VECTOR
#include <vector>
-#define INCLUDED_VECTOR
-#endif
-
-#ifndef INCLUDED_ALGORITHM
#include <algorithm>
-#define INCLUDED_ALGORITHM
-#endif
template <class T> class ToolsList : public ::std::vector< T >
{
diff --git a/svtools/source/filter/FilterConfigCache.hxx b/svtools/source/filter/FilterConfigCache.hxx
index 66e55c28c6d3..1967565f269e 100644
--- a/svtools/source/filter/FilterConfigCache.hxx
+++ b/svtools/source/filter/FilterConfigCache.hxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-
#ifndef _FILTER_CONFIG_CACHE_HXX_
#define _FILTER_CONFIG_CACHE_HXX_
@@ -36,10 +35,7 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
-#ifndef INCLUDED_VECTOR
#include <vector>
-#define INCLUDED_VECTOR
-#endif
class FilterConfigCache
{