summaryrefslogtreecommitdiff
path: root/filter/source/graphic
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:56:13 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:33 +0200
commit3a6148e8114a5b980dbedadacce2074390d81555 (patch)
treebd0515c36b202a575111da891a86c7448871d71e /filter/source/graphic
parenteb24baec8cc465218ca34302c2ddd2a24e023414 (diff)
fixincludeguards.sh: filter
Change-Id: Ifdb49a0fd5f658056b14b7c2f4e323dd38b412e6
Diffstat (limited to 'filter/source/graphic')
-rw-r--r--filter/source/graphic/GraphicExportDialog.hxx4
-rw-r--r--filter/source/graphic/GraphicExportFilter.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/graphic/GraphicExportDialog.hxx b/filter/source/graphic/GraphicExportDialog.hxx
index 7a32708d7089..7933f3c07b34 100644
--- a/filter/source/graphic/GraphicExportDialog.hxx
+++ b/filter/source/graphic/GraphicExportDialog.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GRAPHICEXPORTDIALOG_HXX_
-#define _GRAPHICEXPORTDIALOG_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_GRAPHIC_GRAPHICEXPORTDIALOG_HXX
+#define INCLUDED_FILTER_SOURCE_GRAPHIC_GRAPHICEXPORTDIALOG_HXX
#include <tools/fldunit.hxx>
#include <cppuhelper/implbase4.hxx>
diff --git a/filter/source/graphic/GraphicExportFilter.hxx b/filter/source/graphic/GraphicExportFilter.hxx
index 13e9b39b317a..4c4c7d90300d 100644
--- a/filter/source/graphic/GraphicExportFilter.hxx
+++ b/filter/source/graphic/GraphicExportFilter.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GRAPHICEXPORTFILTER_HXX_
-#define _GRAPHICEXPORTFILTER_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_GRAPHIC_GRAPHICEXPORTFILTER_HXX
+#define INCLUDED_FILTER_SOURCE_GRAPHIC_GRAPHICEXPORTFILTER_HXX
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/document/XFilter.hpp>