summaryrefslogtreecommitdiff
path: root/include/i18nutil
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-20 11:23:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-20 11:23:03 +0200
commit49f11e4a5cb60993e1421ccae831c810d494c4d7 (patch)
treeffe2aa4381fcf6f89c267b35feb92613d4c69159 /include/i18nutil
parentb1e945d8969e5d27df4ce94e77d871576b2b2d32 (diff)
Related cid#1371289: Improve code to not depend on missing move assignment
Change-Id: I6f0b8247b6757ddee158bd870473b749f22e7671
Diffstat (limited to 'include/i18nutil')
-rw-r--r--include/i18nutil/unicode.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/i18nutil/unicode.hxx b/include/i18nutil/unicode.hxx
index 318c7807c9be..ec517161f4dd 100644
--- a/include/i18nutil/unicode.hxx
+++ b/include/i18nutil/unicode.hxx
@@ -72,7 +72,6 @@ class I18NUTIL_DLLPUBLIC ToggleUnicodeCodepoint
{
private:
OUStringBuffer maInput;
- OUStringBuffer maOutput;
OUStringBuffer maUtf16;
OUStringBuffer maCombining;
bool mbAllowMoreChars = true;