summaryrefslogtreecommitdiff
path: root/include/formula/formulahelper.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit1130a359cb89028b42f366f46bdf034ad13ae540 (patch)
tree6acbd8d220fee0dab8d6911c1968ee9964534beb /include/formula/formulahelper.hxx
parent29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff)
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/formula/formulahelper.hxx')
-rw-r--r--include/formula/formulahelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/formula/formulahelper.hxx b/include/formula/formulahelper.hxx
index 41095da99364..737550d055f8 100644
--- a/include/formula/formulahelper.hxx
+++ b/include/formula/formulahelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef FORMULA_FORMULA_HELPER_HXX
-#define FORMULA_FORMULA_HELPER_HXX
+#ifndef INCLUDED_FORMULA_FORMULAHELPER_HXX
+#define INCLUDED_FORMULA_FORMULAHELPER_HXX
#include <formula/IFunctionDescription.hxx>
#include <formula/formuladllapi.h>
@@ -75,6 +75,6 @@ namespace formula
} // formula
// =============================================================================
-#endif //FORMULA_FORMULA_HELPER_HXX
+#endif // INCLUDED_FORMULA_FORMULAHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */