summaryrefslogtreecommitdiffstats
path: root/store/source/storbios.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbios.cxx')
-rw-r--r--store/source/storbios.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/store/source/storbios.cxx b/store/source/storbios.cxx
index fad48695797d..1a34da60d420 100644
--- a/store/source/storbios.cxx
+++ b/store/source/storbios.cxx
@@ -396,12 +396,13 @@ OStorePageBIOS::Ace::~Ace()
m_prev->m_next = m_next;
}
-void
+int
SAL_CALL OStorePageBIOS::Ace::constructor (
void * obj, SAL_UNUSED_PARAMETER void * /* arg */)
{
Ace * ace = static_cast<Ace*>(obj);
ace->m_next = ace->m_prev = ace;
+ return 1;
}
OStorePageBIOS::Ace *