summaryrefslogtreecommitdiff
path: root/svx/source/inc/gridcell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/gridcell.hxx')
-rw-r--r--svx/source/inc/gridcell.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx
index 566851ca9487..e8eed6f11a4b 100644
--- a/svx/source/inc/gridcell.hxx
+++ b/svx/source/inc/gridcell.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_GRIDCELL_HXX
-#define _SVX_GRIDCELL_HXX
+#ifndef INCLUDED_SVX_SOURCE_INC_GRIDCELL_HXX
+#define INCLUDED_SVX_SOURCE_INC_GRIDCELL_HXX
#include <svx/gridctrl.hxx>
@@ -1141,6 +1141,6 @@ protected:
DECL_LINK( OnCommit, void* );
};
-#endif // _SVX_GRIDCELL_HXX
+#endif // INCLUDED_SVX_SOURCE_INC_GRIDCELL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */