summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-09-01 23:03:30 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-09-01 23:03:30 +0200
commit368374a67b972f6ff7d4a4441544318efb18edfd (patch)
treeb09a4d355df1dc1001dbbf7c50fd3442b32ad98b /include
parentfba7b58a9ddaa829892bf3a3e8f3dd6970664f78 (diff)
correct include guard comment
Change-Id: Ie94573f7c43c834cd636493bed32f07aa792da49
Diffstat (limited to 'include')
-rw-r--r--include/oox/export/chartexport.hxx2
-rw-r--r--include/oox/export/shapes.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index ed8743c03c3f..8f86aa9d6824 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -200,6 +200,6 @@ public:
}}
-#endif /* ndef INCLUDED_OOX_EXPORT_CHARTEXPORT_HXX */
+#endif // INCLUDED_OOX_EXPORT_CHARTEXPORT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx
index 925ba72d022f..995ef356bae7 100644
--- a/include/oox/export/shapes.hxx
+++ b/include/oox/export/shapes.hxx
@@ -168,6 +168,6 @@ public:
}}
-#endif /* ndef INCLUDED_OOX_EXPORT_SHAPES_HXX */
+#endif // INCLUDED_OOX_EXPORT_SHAPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */