diff options
Diffstat (limited to 'include/oox/drawingml/table/tablecell.hxx')
-rw-r--r-- | include/oox/drawingml/table/tablecell.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/drawingml/table/tablecell.hxx b/include/oox/drawingml/table/tablecell.hxx index 9bb721f8599a..5253c31b74ff 100644 --- a/include/oox/drawingml/table/tablecell.hxx +++ b/include/oox/drawingml/table/tablecell.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_DRAWINGML_TABLECELL_HXX -#define OOX_DRAWINGML_TABLECELL_HXX +#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLECELL_HXX +#define INCLUDED_OOX_DRAWINGML_TABLE_TABLECELL_HXX #include "oox/helper/propertymap.hxx" #include "oox/drawingml/color.hxx" @@ -110,6 +110,6 @@ private: } } } -#endif // OOX_DRAWINGML_TABLECELL_HXX +#endif // INCLUDED_OOX_DRAWINGML_TABLE_TABLECELL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |