summaryrefslogtreecommitdiff
path: root/sc/inc/documentstreamaccess.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 16:35:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-24 08:27:56 +0000
commit3caf31b05d7bbf3d50a1bbda6c8b95982cb5c2b5 (patch)
treeb281c279936763f21a9f07047246dfdc72e8d4fe /sc/inc/documentstreamaccess.hxx
parent2c8e66129f14c6d0b9174d27546e233b3995d8d4 (diff)
loplugin:unusedmethods in sc
Change-Id: Ic378126a30be853d10fe174c451cee3c6ded404f Reviewed-on: https://gerrit.libreoffice.org/25109 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/documentstreamaccess.hxx')
-rw-r--r--sc/inc/documentstreamaccess.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/documentstreamaccess.hxx b/sc/inc/documentstreamaccess.hxx
index 81e0fbca728c..0108958e475c 100644
--- a/sc/inc/documentstreamaccess.hxx
+++ b/sc/inc/documentstreamaccess.hxx
@@ -29,8 +29,6 @@ class DocumentStreamAccess
{
std::unique_ptr<DocumentStreamAccessImpl> mpImpl;
- DocumentStreamAccess();
-
public:
DocumentStreamAccess( ScDocument& rDoc );
~DocumentStreamAccess();