summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/source/storbios.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storbios.cxx b/store/source/storbios.cxx
index a98f4e9a35a3..091d819824b8 100644
--- a/store/source/storbios.cxx
+++ b/store/source/storbios.cxx
@@ -41,7 +41,7 @@ using namespace store;
* OStoreSuperBlock.
*
*======================================================================*/
-#define STORE_MAGIC_SUPERBLOCK sal_uInt32(0x484D5343)
+constexpr sal_uInt32 STORE_MAGIC_SUPERBLOCK = 0x484D5343;
namespace {