summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/sortdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/sortdlg.hxx')
-rw-r--r--sc/source/ui/inc/sortdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/sortdlg.hxx b/sc/source/ui/inc/sortdlg.hxx
index 82d5dc742769..3ec193ebd31d 100644
--- a/sc/source/ui/inc/sortdlg.hxx
+++ b/sc/source/ui/inc/sortdlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_SORTDLG_HXX
-#define SC_SORTDLG_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_INC_SORTDLG_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_SORTDLG_HXX
#include <sfx2/tabdlg.hxx>
#include <vcl/button.hxx>
@@ -52,6 +52,6 @@ private:
PushButton* aBtnCurSort;
};
-#endif // SC_SORTDLG_HXX
+#endif // INCLUDED_SC_SOURCE_UI_INC_SORTDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */