summaryrefslogtreecommitdiff
path: root/include/svtools/svtabbx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/svtabbx.hxx')
-rw-r--r--include/svtools/svtabbx.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx
index 0e0ad5f9e1fa..a0fe75db477a 100644
--- a/include/svtools/svtabbx.hxx
+++ b/include/svtools/svtabbx.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVTABBX_HXX
-#define _SVTABBX_HXX
+#ifndef INCLUDED_SVTOOLS_SVTABBX_HXX
+#define INCLUDED_SVTOOLS_SVTABBX_HXX
#include "svtools/svtdllapi.h"
#include <svtools/treelistbox.hxx>
@@ -249,7 +249,7 @@ public:
virtual sal_Int32 GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _rPoint);
};
-#endif // #ifndef _SVTABBX_HXX
+#endif // INCLUDED_SVTOOLS_SVTABBX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */