summaryrefslogtreecommitdiff
path: root/include/vcl/FilterConfigItem.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:10:20 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:29 +0200
commitd0df04f299a6634075c8410f5c5e01e57f6fae68 (patch)
tree7cacb79da6755992b4617bdb5deefc2085d645c3 /include/vcl/FilterConfigItem.hxx
parentb95ee1be9b45352344b090d5b97e25f75b353c52 (diff)
fixincludeguards.sh: include/vcl
Change-Id: Iaea4396f60aeade5303bf83a4504ad62f161b83c
Diffstat (limited to 'include/vcl/FilterConfigItem.hxx')
-rw-r--r--include/vcl/FilterConfigItem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/FilterConfigItem.hxx b/include/vcl/FilterConfigItem.hxx
index 6154c40c3a19..091b6b2f7be6 100644
--- a/include/vcl/FilterConfigItem.hxx
+++ b/include/vcl/FilterConfigItem.hxx
@@ -18,8 +18,8 @@
*/
-#ifndef _FILTER_CONFIG_ITEM_HXX_
-#define _FILTER_CONFIG_ITEM_HXX_
+#ifndef INCLUDED_VCL_FILTERCONFIGITEM_HXX
+#define INCLUDED_VCL_FILTERCONFIGITEM_HXX
#include <vcl/dllapi.h>
@@ -82,6 +82,6 @@ public :
::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > GetStatusIndicator() const;
};
-#endif // _FILTER_CONFIG_ITEM_HXX_
+#endif // INCLUDED_VCL_FILTERCONFIGITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */