summaryrefslogtreecommitdiff
path: root/sc/inc/docpool.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-10 12:37:17 +0200
committerNoel Grandin <noel@peralex.com>2014-02-10 14:44:55 +0200
commit698de0864f3a6df9d6ac2289029b56ae42a1d19c (patch)
treee3e459edf9e6a8f8fb3a81c1823f889410f30c02 /sc/inc/docpool.hxx
parent985c6b45afd00791cafaab89240ea5678119436c (diff)
remove unused parameter
Change-Id: I24d4cb8b7b30c01e6dd5ba8f5e6690a60e6d9470
Diffstat (limited to 'sc/inc/docpool.hxx')
-rw-r--r--sc/inc/docpool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx
index cacc9ee7ae2f..7b3f7e3fef2d 100644
--- a/sc/inc/docpool.hxx
+++ b/sc/inc/docpool.hxx
@@ -44,7 +44,7 @@ class SC_DLLPUBLIC ScDocumentPool: public SfxItemPool
static sal_uInt16* pVersionMap12;
public:
- ScDocumentPool( SfxItemPool* pSecPool = NULL, sal_Bool bLoadRefCounts = false );
+ ScDocumentPool( SfxItemPool* pSecPool = NULL );
protected:
virtual ~ScDocumentPool();
public: