summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/tabpagemodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/controls/tabpagemodel.hxx')
-rw-r--r--include/toolkit/controls/tabpagemodel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/toolkit/controls/tabpagemodel.hxx b/include/toolkit/controls/tabpagemodel.hxx
index 63684751fe4d..6457ca31bed4 100644
--- a/include/toolkit/controls/tabpagemodel.hxx
+++ b/include/toolkit/controls/tabpagemodel.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef TOOLKIT_TABPAGE_MODEL_HXX
-#define TOOLKIT_TABPAGE_MODEL_HXX
+#ifndef INCLUDED_TOOLKIT_CONTROLS_TABPAGEMODEL_HXX
+#define INCLUDED_TOOLKIT_CONTROLS_TABPAGEMODEL_HXX
#include <toolkit/controls/controlmodelcontainerbase.hxx>
#include <com/sun/star/awt/tab/XTabPageModel.hpp>
@@ -84,6 +84,6 @@ public:
DECLIMPL_SERVICEINFO( UnoControlTabPage, szServiceName_UnoControlTabPage)
};
-#endif // TOOLKIT_TABPAGE_MODEL_HXX
+#endif // INCLUDED_TOOLKIT_CONTROLS_TABPAGEMODEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */