From c91d7e97595322b6a8b5fbc69fe41429e434c92f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 5 Nov 2013 02:29:10 +0100 Subject: fixincludeguards.sh: svtools Change-Id: I7db0d4a7bd948204ff6efd7e61c80efd413967cd --- svtools/source/table/cellvalueconversion.hxx | 6 +++--- svtools/source/table/mousefunction.hxx | 6 +++--- svtools/source/table/tablecontrol_impl.hxx | 6 +++--- svtools/source/table/tabledatawindow.hxx | 6 +++--- svtools/source/table/tablegeometry.hxx | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'svtools/source/table') diff --git a/svtools/source/table/cellvalueconversion.hxx b/svtools/source/table/cellvalueconversion.hxx index 8c9f6b236d9f..696c854eca59 100644 --- a/svtools/source/table/cellvalueconversion.hxx +++ b/svtools/source/table/cellvalueconversion.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SVTOOLS_CELLVALUECONVERSION_HXX -#define SVTOOLS_CELLVALUECONVERSION_HXX +#ifndef INCLUDED_SVTOOLS_SOURCE_TABLE_CELLVALUECONVERSION_HXX +#define INCLUDED_SVTOOLS_SOURCE_TABLE_CELLVALUECONVERSION_HXX #include #include @@ -50,6 +50,6 @@ namespace svt } // namespace svt //...................................................................................................................... -#endif // SVTOOLS_CELLVALUECONVERSION_HXX +#endif // INCLUDED_SVTOOLS_SOURCE_TABLE_CELLVALUECONVERSION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/table/mousefunction.hxx b/svtools/source/table/mousefunction.hxx index 4ee4f9025c4f..8f2ffe81f669 100644 --- a/svtools/source/table/mousefunction.hxx +++ b/svtools/source/table/mousefunction.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SVTOOLS_MOUSEFUNCTION_HXX -#define SVTOOLS_MOUSEFUNCTION_HXX +#ifndef INCLUDED_SVTOOLS_SOURCE_TABLE_MOUSEFUNCTION_HXX +#define INCLUDED_SVTOOLS_SOURCE_TABLE_MOUSEFUNCTION_HXX #include "svtools/table/tabletypes.hxx" @@ -151,6 +151,6 @@ namespace svt { namespace table } } // namespace svt::table //...................................................................................................................... -#endif // SVTOOLS_MOUSEFUNCTION_HXX +#endif // INCLUDED_SVTOOLS_SOURCE_TABLE_MOUSEFUNCTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx index 5c02c21c2d68..c03ae721b2be 100644 --- a/svtools/source/table/tablecontrol_impl.hxx +++ b/svtools/source/table/tablecontrol_impl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SVTOOLS_TABLECONTROL_IMPL_HXX -#define SVTOOLS_TABLECONTROL_IMPL_HXX +#ifndef INCLUDED_SVTOOLS_SOURCE_TABLE_TABLECONTROL_IMPL_HXX +#define INCLUDED_SVTOOLS_SOURCE_TABLE_TABLECONTROL_IMPL_HXX #include "svtools/table/tablemodel.hxx" #include "svtools/table/tablecontrolinterface.hxx" @@ -510,6 +510,6 @@ namespace svt { namespace table } } // namespace svt::table //........................................................................ -#endif // SVTOOLS_TABLECONTROL_IMPL_HXX +#endif // INCLUDED_SVTOOLS_SOURCE_TABLE_TABLECONTROL_IMPL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/table/tabledatawindow.hxx b/svtools/source/table/tabledatawindow.hxx index daa2b6efee25..4a7a771f02c3 100644 --- a/svtools/source/table/tabledatawindow.hxx +++ b/svtools/source/table/tabledatawindow.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SVTOOLS_SOURCE_TABLE_TABLEDATAWINDOW_HXX -#define SVTOOLS_SOURCE_TABLE_TABLEDATAWINDOW_HXX +#ifndef INCLUDED_SVTOOLS_SOURCE_TABLE_TABLEDATAWINDOW_HXX +#define INCLUDED_SVTOOLS_SOURCE_TABLE_TABLEDATAWINDOW_HXX #include #include @@ -72,6 +72,6 @@ namespace svt { namespace table } } // namespace svt::table //........................................................................ -#endif // SVTOOLS_SOURCE_TABLE_TABLEDATAWINDOW_HXX +#endif // INCLUDED_SVTOOLS_SOURCE_TABLE_TABLEDATAWINDOW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/table/tablegeometry.hxx b/svtools/source/table/tablegeometry.hxx index d7c968f4d3f5..7195a6ba313b 100644 --- a/svtools/source/table/tablegeometry.hxx +++ b/svtools/source/table/tablegeometry.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SVTOOLS_TABLEGEOMETRY_HXX -#define SVTOOLS_TABLEGEOMETRY_HXX +#ifndef INCLUDED_SVTOOLS_SOURCE_TABLE_TABLEGEOMETRY_HXX +#define INCLUDED_SVTOOLS_SOURCE_TABLE_TABLEGEOMETRY_HXX #include "svtools/table/tabletypes.hxx" @@ -162,6 +162,6 @@ namespace svt { namespace table } } // namespace svt::table //........................................................................ -#endif // SVTOOLS_TABLEGEOMETRY_HXX +#endif // INCLUDED_SVTOOLS_SOURCE_TABLE_TABLEGEOMETRY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit