summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/sortkeydlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/sortkeydlg.hxx')
-rw-r--r--sc/source/ui/inc/sortkeydlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/sortkeydlg.hxx b/sc/source/ui/inc/sortkeydlg.hxx
index 5a9f39699f1e..8913acfd514a 100644
--- a/sc/source/ui/inc/sortkeydlg.hxx
+++ b/sc/source/ui/inc/sortkeydlg.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef SC_SORTKEYDLG_HXX
-#define SC_SORTKEYDLG_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_INC_SORTKEYDLG_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_SORTKEYDLG_HXX
#include <boost/ptr_container/ptr_vector.hpp>
@@ -76,6 +76,6 @@ public:
void AddSortKey( sal_uInt16 nItem );
};
-#endif // SC_SORTKEYDLG_HXX
+#endif // INCLUDED_SC_SOURCE_UI_INC_SORTKEYDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */