summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--store/source/storpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index baf8f740a466..b97a945e20ac 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -968,7 +968,7 @@ storeError OStorePageManager::rebuild (
{
// Ordinary attributes.
sal_uInt32 nAttrib = 0;
- eErrCode = attrib (e.m_aKey, 0, e.m_nAttrib, nAttrib);
+ attrib (e.m_aKey, 0, e.m_nAttrib, nAttrib);
}
}
}