summaryrefslogtreecommitdiff
path: root/svtools/source
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/source
parent57154616f064752c237a278db18767241da13c3f (diff)
Remove some more include guards
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/filter/FilterConfigCache.hxx4
1 files changed, 0 insertions, 4 deletions
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
{