summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/datafdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/datafdlg.hxx')
-rw-r--r--sc/source/ui/inc/datafdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/datafdlg.hxx b/sc/source/ui/inc/datafdlg.hxx
index cc3e1c2a4521..33f9e321464d 100644
--- a/sc/source/ui/inc/datafdlg.hxx
+++ b/sc/source/ui/inc/datafdlg.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef SC_DATAFDLG_HXX
-#define SC_DATAFDLG_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_INC_DATAFDLG_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_DATAFDLG_HXX
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
@@ -82,6 +82,6 @@ private:
DECL_LINK(Impl_ScrollHdl, void *);
DECL_LINK( Impl_DataModifyHdl, Edit* );
};
-#endif // SC_DATAFDLG_HXX
+#endif // INCLUDED_SC_SOURCE_UI_INC_DATAFDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */