summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dbnamdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/dbnamdlg.hxx')
-rw-r--r--sc/source/ui/inc/dbnamdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx
index 7900f8cb183b..58dba0e851c3 100644
--- a/sc/source/ui/inc/dbnamdlg.hxx
+++ b/sc/source/ui/inc/dbnamdlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_DBNAMDLG_HXX
-#define SC_DBNAMDLG_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_INC_DBNAMDLG_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_DBNAMDLG_HXX
#include <vector>
@@ -100,6 +100,6 @@ private:
DECL_LINK( AssModifyHdl, void * );
};
-#endif // SC_DBNAMDLG_HXX
+#endif // INCLUDED_SC_SOURCE_UI_INC_DBNAMDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */