summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/table/tablerow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/table/tablerow.hxx')
-rw-r--r--include/oox/drawingml/table/tablerow.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/drawingml/table/tablerow.hxx b/include/oox/drawingml/table/tablerow.hxx
index 299ffabfd8b1..51e14897bcb9 100644
--- a/include/oox/drawingml/table/tablerow.hxx
+++ b/include/oox/drawingml/table/tablerow.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef OOX_DRAWINGML_TABLEROW_HXX
-#define OOX_DRAWINGML_TABLEROW_HXX
+#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLEROW_HXX
+#define INCLUDED_OOX_DRAWINGML_TABLE_TABLEROW_HXX
#include "oox/drawingml/table/tablecell.hxx"
#include <vector>
@@ -44,6 +44,6 @@ private:
} } }
-#endif // OOX_DRAWINGML_TABLEROW_HXX
+#endif // INCLUDED_OOX_DRAWINGML_TABLE_TABLEROW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */