summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2016-08-07 20:49:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-08 19:53:47 +0000
commitface6b697741a94c2f445d745a279f9033c64258 (patch)
tree0cb7a4b36fb8df46e0a7a1529dd02a906593563e /include/tools
parent6bca505449ccb625505b8ba0785862d83ea6d16d (diff)
TOOLS: Remove SvStream::ImpInit()
Change-Id: I7a089e77586041bce662c33a5610df122d5a74be Reviewed-on: https://gerrit.libreoffice.org/27940 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/stream.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index d9cf3d2de303..1268eab0338f 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -176,9 +176,6 @@ private:
// Userdata
long m_nVersion; // for external use
- // helper methods
- TOOLS_DLLPRIVATE void ImpInit();
-
SvStream ( const SvStream& rStream ) = delete;
SvStream& operator=( const SvStream& rStream ) = delete;