summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/strindlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/strindlg.hxx')
-rw-r--r--sc/source/ui/inc/strindlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/strindlg.hxx b/sc/source/ui/inc/strindlg.hxx
index 2fd1aa11a0e3..a62e62e201ef 100644
--- a/sc/source/ui/inc/strindlg.hxx
+++ b/sc/source/ui/inc/strindlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_STRINDLG_HXX
-#define SC_STRINDLG_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_INC_STRINDLG_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_STRINDLG_HXX
#include <vcl/dialog.hxx>
#include <vcl/edit.hxx>
@@ -43,7 +43,7 @@ private:
Edit* m_pEdInput;
};
-#endif // SC_STRINDLG_HXX
+#endif // INCLUDED_SC_SOURCE_UI_INC_STRINDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */