summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/parawin.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:26:30 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:06 +0200
commit0882cc667551fbc7db66936584f3ebfbc7640141 (patch)
treea358d7c5aec775c7b02874ec33a873286e5d2e7b /formula/source/ui/dlg/parawin.hxx
parented81c7fb25259deb8196383278edc262e55aa4d5 (diff)
fixincludeguards.sh: formula
Diffstat (limited to 'formula/source/ui/dlg/parawin.hxx')
-rw-r--r--formula/source/ui/dlg/parawin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/formula/source/ui/dlg/parawin.hxx b/formula/source/ui/dlg/parawin.hxx
index 2a315b35514d..9e6d78fd71bc 100644
--- a/formula/source/ui/dlg/parawin.hxx
+++ b/formula/source/ui/dlg/parawin.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef FORMULA_PARAWIN_HXX
-#define FORMULA_PARAWIN_HXX
+#ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX
+#define INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX
#include <svtools/stdctrl.hxx>
#include <svtools/svmedit.hxx>
@@ -162,6 +162,6 @@ public:
} // formula
-#endif // FORMULA_PARAWIN_HXX
+#endif // INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */