summaryrefslogtreecommitdiff
path: root/store/source/stordir.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/stordir.cxx')
-rw-r--r--store/source/stordir.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/stordir.cxx b/store/source/stordir.cxx
index 77ea3f0afd47..08233d092fc5 100644
--- a/store/source/stordir.cxx
+++ b/store/source/stordir.cxx
@@ -191,7 +191,7 @@ storeError OStoreDirectory_Impl::iterate (storeFindData &rFindData)
memset (&rFindData.m_pszName[n], 0, k);
}
- rFindData.m_nLength = n;
+ rFindData.m_nLength = static_cast<sal_Int32>(n);
rFindData.m_nAttrib |= aPage.attrib();
rFindData.m_nSize = aPage.dataLength();