summaryrefslogtreecommitdiff
path: root/sc/inc/sortparam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/sortparam.hxx')
-rw-r--r--sc/inc/sortparam.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/sortparam.hxx b/sc/inc/sortparam.hxx
index 82a2f5f4cc53..f566aca799f9 100644
--- a/sc/inc/sortparam.hxx
+++ b/sc/inc/sortparam.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_SORTPARAM_HXX
-#define SC_SORTPARAM_HXX
+#ifndef INCLUDED_SC_INC_SORTPARAM_HXX
+#define INCLUDED_SC_INC_SORTPARAM_HXX
#define DEFSORT 3
@@ -80,6 +80,6 @@ struct SC_DLLPUBLIC ScSortParam
};
-#endif // SC_SORTPARAM_HXX
+#endif // INCLUDED_SC_INC_SORTPARAM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */