summaryrefslogtreecommitdiff
path: root/tools/inc/impcont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/impcont.hxx')
-rw-r--r--tools/inc/impcont.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/inc/impcont.hxx b/tools/inc/impcont.hxx
index 455555bd93b3..87c36530c0e3 100644
--- a/tools/inc/impcont.hxx
+++ b/tools/inc/impcont.hxx
@@ -60,8 +60,6 @@ public:
void** GetObjectPtr( sal_uInt16 nIndex );
void* GetObject( sal_uInt16 nIndex ) const;
- void SetSize( sal_uInt16 nNewSize );
-
sal_uInt16 GetSize() const { return nCount; }
sal_uInt16 Count() const { return nCount; }
void SetPrevBlock( CBlock* p ) { pPrev = p; }