summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-14 17:43:00 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-14 18:12:57 +0200
commit7249ba6877ef687fd787375e18678c5f1f417a49 (patch)
tree4b729fff093397ad49b55cc9f8d4bdb516c7f04c /filter
parentb81ec527f0bc07f1d988b2393e3ec02503cd72e4 (diff)
remove external header guards
that's the problem with those: none of them was actually defined... Change-Id: I496140e43cf8ff8a5712394023d98516aaf21adc
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/test/odfserializer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/test/odfserializer.hxx b/filter/source/svg/test/odfserializer.hxx
index cda1b9e59e89..4fd47b5e6474 100644
--- a/filter/source/svg/test/odfserializer.hxx
+++ b/filter/source/svg/test/odfserializer.hxx
@@ -31,6 +31,6 @@ namespace svgi
createSerializer(const ::com::sun::star::uno::Reference<com::sun::star::io::XOutputStream>& );
}
-#endif // _COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HDL_
+#endif // INCLUDED_FILTER_SOURCE_SVG_TEST_ODFSERIALIZER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */