summaryrefslogtreecommitdiff
path: root/store/source/store.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/store.cxx')
-rw-r--r--store/source/store.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/store.cxx b/store/source/store.cxx
index a7c7a7ae1099..2f2b4bed4763 100644
--- a/store/source/store.cxx
+++ b/store/source/store.cxx
@@ -265,7 +265,7 @@ storeError store_findFirst (
memset (pFindData, 0, sizeof (storeFindData));
// Find first.
- pFindData->m_nReserved = (sal_uInt32)(~0);
+ pFindData->m_nReserved = sal_uInt32(~0);
return xDirectory->iterate (*pFindData);
}