summaryrefslogtreecommitdiff
path: root/sw/inc/tox.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-01-15 00:08:44 +0100
committerMichael Stahl <mstahl@redhat.com>2014-01-15 00:11:53 +0100
commit827b48e74ff52dde46adfc8cc4750e510a92e357 (patch)
treed5f8ddc26824334b966b7df3bcc74a1aa65d5100 /sw/inc/tox.hxx
parentc87f146a0cec31f080386d646bfb786ed6200280 (diff)
SwFormTokenToString is unused since 2004
Change-Id: I18aaf40b1ac0e4bd070a55d2169b5320336f78fc
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r--sw/inc/tox.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index d8bab6e882aa..4a60fc3117a8 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -248,18 +248,6 @@ struct SwFormTokenEqualToFormTokenType
}
};
-/**
- Functor that appends the string representation of a given token to a string.
-
- @param _rText string to append the string representation to
- @param rToken token whose string representation is appended
-*/
-struct SwFormTokenToString
-{
- OUString & rText;
- SwFormTokenToString(OUString & _rText) : rText(_rText) {}
- void operator()(const SwFormToken & rToken) { rText += rToken.GetString(); }
-};
/// Vector of tokens.
typedef std::vector<SwFormToken> SwFormTokens;