summaryrefslogtreecommitdiff
path: root/include/svx/fontworkbar.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:08:11 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:28 +0200
commit027ac563630d06aa52801f6b1d601132b96db236 (patch)
tree68ff74f758551158d7680aebb67a581f75f36a5b /include/svx/fontworkbar.hxx
parent7921e92cf9853cadb592318c04c302816216035f (diff)
fixincludeguards.sh: include/svx
Change-Id: I2c280be12f36c1538e922286745aabc62482423d
Diffstat (limited to 'include/svx/fontworkbar.hxx')
-rw-r--r--include/svx/fontworkbar.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/fontworkbar.hxx b/include/svx/fontworkbar.hxx
index 8b7d04ef8c3a..41f07df3c83d 100644
--- a/include/svx/fontworkbar.hxx
+++ b/include/svx/fontworkbar.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_FONTWORK_BAR_HXX
-#define _SVX_FONTWORK_BAR_HXX
+#ifndef INCLUDED_SVX_FONTWORKBAR_HXX
+#define INCLUDED_SVX_FONTWORKBAR_HXX
#include <sfx2/shell.hxx>
#include <sfx2/module.hxx>
@@ -50,6 +50,6 @@ public:
}
-#endif // _SVX_FONTWORK_BAR_HXX
+#endif // INCLUDED_SVX_FONTWORKBAR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */