summaryrefslogtreecommitdiff
path: root/store/source/storbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbase.hxx')
-rw-r--r--store/source/storbase.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx
index 73f2f7702464..fadb86bd30b6 100644
--- a/store/source/storbase.hxx
+++ b/store/source/storbase.hxx
@@ -655,13 +655,6 @@ public:
return (m_xPage.get() != 0);
}
- static PageHolderObject<T> createInstance (rtl::Reference< PageData::Allocator > const & rxAllocator)
- {
- PageHolderObject<T> tmp;
- (void) tmp.construct (rxAllocator);
- return tmp;
- }
-
explicit PageHolderObject (PageHolder const & rxPage = PageHolder())
: m_xPage (rxPage)
{}