summaryrefslogtreecommitdiff
path: root/sw/inc/tox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-19 10:31:47 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-23 11:55:36 +0000
commit47f62540bd2c2f107313bb0c6f141cd4460b6379 (patch)
tree61ec53ad77ba995bea7e154ed7267974c372a4a1 /sw/inc/tox.hxx
parentbb45874129d36f96439a45b1eb0c8c03a2956782 (diff)
loplugin:unusedmethods in sw
Change-Id: I05e224bcc7d2b08cf1349c14e3acf274d422e109 Reviewed-on: https://gerrit.libreoffice.org/25145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r--sw/inc/tox.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index e9f0765573e2..569cd0684b41 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -262,13 +262,6 @@ public:
/**
constructor
- @param rTokens vector of tokens
- */
- SwFormTokensHelper(const SwFormTokens & rTokens) : m_Tokens(rTokens) {}
-
- /**
- constructor
-
@param rStr string representation of the tokens
*/
SwFormTokensHelper(const OUString & rStr);