Kaydet (Commit) 827b48e7 authored tarafından Michael Stahl's avatar Michael Stahl

SwFormTokenToString is unused since 2004

Change-Id: I18aaf40b1ac0e4bd070a55d2169b5320336f78fc
üst c87f146a
...@@ -248,18 +248,6 @@ struct SwFormTokenEqualToFormTokenType ...@@ -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. /// Vector of tokens.
typedef std::vector<SwFormToken> SwFormTokens; typedef std::vector<SwFormToken> SwFormTokens;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment