summaryrefslogtreecommitdiff
path: root/sc/inc/compressedarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/compressedarray.hxx')
-rw-r--r--sc/inc/compressedarray.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/compressedarray.hxx b/sc/inc/compressedarray.hxx
index 09968ee19354..a6dd96687d70 100644
--- a/sc/inc/compressedarray.hxx
+++ b/sc/inc/compressedarray.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_COMPRESSEDARRAY_HXX
-#define SC_COMPRESSEDARRAY_HXX
+#ifndef INCLUDED_SC_INC_COMPRESSEDARRAY_HXX
+#define INCLUDED_SC_INC_COMPRESSEDARRAY_HXX
#include <cstddef>
#include <algorithm>
@@ -202,6 +202,6 @@ void ScBitMaskCompressedArray<A,D>::OrValue( A nPos, const D& rValueToOr )
this->SetValue( nPos, rValue | rValueToOr);
}
-#endif // SC_COMPRESSEDARRAY_HXX
+#endif // INCLUDED_SC_INC_COMPRESSEDARRAY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */