summaryrefslogtreecommitdiff
path: root/include/svtools/table/tablecontrolinterface.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/table/tablecontrolinterface.hxx')
-rw-r--r--include/svtools/table/tablecontrolinterface.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/table/tablecontrolinterface.hxx b/include/svtools/table/tablecontrolinterface.hxx
index a95cc282985c..ba319dbbd6f7 100644
--- a/include/svtools/table/tablecontrolinterface.hxx
+++ b/include/svtools/table/tablecontrolinterface.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SVTOOLS_INC_TABLE_ABSTRACTTABLECONTROL_HXX
-#define SVTOOLS_INC_TABLE_ABSTRACTTABLECONTROL_HXX
+#ifndef INCLUDED_SVTOOLS_TABLE_TABLECONTROLINTERFACE_HXX
+#define INCLUDED_SVTOOLS_TABLE_TABLECONTROLINTERFACE_HXX
#include <sal/types.h>
#include <vcl/event.hxx>
@@ -252,6 +252,6 @@ namespace svt { namespace table
} } // namespace svt::table
//......................................................................................................................
-#endif // SVTOOLS_INC_TABLE_ABSTRACTTABLECONTROL_HXX
+#endif // INCLUDED_SVTOOLS_TABLE_TABLECONTROLINTERFACE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */