diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 02:29:10 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:53 +0100 |
commit | c91d7e97595322b6a8b5fbc69fe41429e434c92f (patch) | |
tree | e440988b6de43a589488623a3a5794a744dba4b7 /svtools/source/uno/unocontroltablemodel.hxx | |
parent | 48dd3571f841929203931ee6d67c890064111c19 (diff) |
fixincludeguards.sh: svtools
Change-Id: I7db0d4a7bd948204ff6efd7e61c80efd413967cd
Diffstat (limited to 'svtools/source/uno/unocontroltablemodel.hxx')
-rw-r--r-- | svtools/source/uno/unocontroltablemodel.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/unocontroltablemodel.hxx b/svtools/source/uno/unocontroltablemodel.hxx index 5ac6221c05f1..848ff525be0e 100644 --- a/svtools/source/uno/unocontroltablemodel.hxx +++ b/svtools/source/uno/unocontroltablemodel.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _UNOCONTROL_TABLEMODEL_HXX_ -#define _UNOCONTROL_TABLEMODEL_HXX_ +#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_UNOCONTROLTABLEMODEL_HXX +#define INCLUDED_SVTOOLS_SOURCE_UNO_UNOCONTROLTABLEMODEL_HXX #include "svtools/table/tablemodel.hxx" #include "svtools/table/tablecontrol.hxx" @@ -162,6 +162,6 @@ namespace svt { namespace table } } // svt::table // ..................................................................................................................... -#endif // _UNOCONTROL_TABLEMODEL_HXX_ +#endif // INCLUDED_SVTOOLS_SOURCE_UNO_UNOCONTROLTABLEMODEL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |