summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-25 19:56:20 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-25 19:58:16 +0100
commit488e6875e992e11601611a119476624822fc4635 (patch)
treeb70124749e69faf507d0e317ca9d7e26753e99a2 /filter
parentfixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokenness (diff)
downloadcore-488e6875e992e11601611a119476624822fc4635.tar.gz
core-488e6875e992e11601611a119476624822fc4635.zip
remove external include guards
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/impsvgdialog.hxx5
-rw-r--r--filter/source/svg/svgdialog.hxx4
2 files changed, 0 insertions, 9 deletions
diff --git a/filter/source/svg/impsvgdialog.hxx b/filter/source/svg/impsvgdialog.hxx
index 40318e289e3c..563a874a77b8 100644
--- a/filter/source/svg/impsvgdialog.hxx
+++ b/filter/source/svg/impsvgdialog.hxx
@@ -20,13 +20,8 @@
#ifndef IMPSVGDIALOG_HXX
#define IMPSVGDIALOG_HXX
-#ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_
#include <com/sun/star/uno/Sequence.h>
-#endif
-
-#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
#include <com/sun/star/beans/PropertyValue.hpp>
-#endif
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
diff --git a/filter/source/svg/svgdialog.hxx b/filter/source/svg/svgdialog.hxx
index 928d9a9b0358..02a61b55f166 100644
--- a/filter/source/svg/svgdialog.hxx
+++ b/filter/source/svg/svgdialog.hxx
@@ -20,12 +20,8 @@
#ifndef SVGDIALOG_HXX
#define SVGDIALOG_HXX
-#ifndef _COM_SUN_STAR_BEANS_XPROPERTYACCESS_HPP_
#include <com/sun/star/beans/XPropertyAccess.hpp>
-#endif
-#ifndef _COM_SUN_STAR_DOCUMENT_XEXPORTER_HPP_
#include <com/sun/star/document/XExporter.hpp>
-#endif
#include <svtools/genericunodialog.hxx>
#include <memory>