diff options
Diffstat (limited to 'svtools/inc/table')
-rw-r--r-- | svtools/inc/table/defaultinputhandler.hxx | 6 | ||||
-rw-r--r-- | svtools/inc/table/gridtablerenderer.hxx | 6 | ||||
-rw-r--r-- | svtools/inc/table/tablecontrol.hxx | 6 | ||||
-rw-r--r-- | svtools/inc/table/tablecontrolinterface.hxx | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/svtools/inc/table/defaultinputhandler.hxx b/svtools/inc/table/defaultinputhandler.hxx index 24945278a4c0..58aa55e4a350 100644 --- a/svtools/inc/table/defaultinputhandler.hxx +++ b/svtools/inc/table/defaultinputhandler.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_TABLE_DEFAULTINPUTHANDLER_HXX -#define INCLUDED_SVTOOLS_TABLE_DEFAULTINPUTHANDLER_HXX +#ifndef INCLUDED_SVTOOLS_INC_TABLE_DEFAULTINPUTHANDLER_HXX +#define INCLUDED_SVTOOLS_INC_TABLE_DEFAULTINPUTHANDLER_HXX #include <svtools/table/tableinputhandler.hxx> #include <svtools/table/tabletypes.hxx> @@ -60,6 +60,6 @@ namespace svt { namespace table } } // namespace svt::table -#endif // INCLUDED_SVTOOLS_TABLE_DEFAULTINPUTHANDLER_HXX +#endif // INCLUDED_SVTOOLS_INC_TABLE_DEFAULTINPUTHANDLER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/inc/table/gridtablerenderer.hxx b/svtools/inc/table/gridtablerenderer.hxx index c06f0baadd15..9bd98251cff4 100644 --- a/svtools/inc/table/gridtablerenderer.hxx +++ b/svtools/inc/table/gridtablerenderer.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_TABLE_GRIDTABLERENDERER_HXX -#define INCLUDED_SVTOOLS_TABLE_GRIDTABLERENDERER_HXX +#ifndef INCLUDED_SVTOOLS_INC_TABLE_GRIDTABLERENDERER_HXX +#define INCLUDED_SVTOOLS_INC_TABLE_GRIDTABLERENDERER_HXX #include <svtools/table/tablemodel.hxx> @@ -116,6 +116,6 @@ namespace svt { namespace table } } // namespace svt::table -#endif // INCLUDED_SVTOOLS_TABLE_GRIDTABLERENDERER_HXX +#endif // INCLUDED_SVTOOLS_INC_TABLE_GRIDTABLERENDERER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/inc/table/tablecontrol.hxx b/svtools/inc/table/tablecontrol.hxx index 4d05ee2d8371..4cf5b4c0f5fe 100644 --- a/svtools/inc/table/tablecontrol.hxx +++ b/svtools/inc/table/tablecontrol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_TABLE_TABLECONTROL_HXX -#define INCLUDED_SVTOOLS_TABLE_TABLECONTROL_HXX +#ifndef INCLUDED_SVTOOLS_INC_TABLE_TABLECONTROL_HXX +#define INCLUDED_SVTOOLS_INC_TABLE_TABLECONTROL_HXX #include <svtools/svtdllapi.h> #include <svtools/table/tablemodel.hxx> @@ -213,6 +213,6 @@ namespace svt { namespace table } } // namespace svt::table -#endif // INCLUDED_SVTOOLS_TABLE_TABLECONTROL_HXX +#endif // INCLUDED_SVTOOLS_INC_TABLE_TABLECONTROL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/inc/table/tablecontrolinterface.hxx b/svtools/inc/table/tablecontrolinterface.hxx index 553ce4078729..080d058d607c 100644 --- a/svtools/inc/table/tablecontrolinterface.hxx +++ b/svtools/inc/table/tablecontrolinterface.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_TABLE_TABLECONTROLINTERFACE_HXX -#define INCLUDED_SVTOOLS_TABLE_TABLECONTROLINTERFACE_HXX +#ifndef INCLUDED_SVTOOLS_INC_TABLE_TABLECONTROLINTERFACE_HXX +#define INCLUDED_SVTOOLS_INC_TABLE_TABLECONTROLINTERFACE_HXX #include <sal/types.h> #include <vcl/event.hxx> @@ -252,6 +252,6 @@ namespace svt { namespace table } } // namespace svt::table -#endif // INCLUDED_SVTOOLS_TABLE_TABLECONTROLINTERFACE_HXX +#endif // INCLUDED_SVTOOLS_INC_TABLE_TABLECONTROLINTERFACE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |