diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-20 11:23:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-20 11:23:03 +0200 |
commit | 49f11e4a5cb60993e1421ccae831c810d494c4d7 (patch) | |
tree | ffe2aa4381fcf6f89c267b35feb92613d4c69159 /include | |
parent | b1e945d8969e5d27df4ce94e77d871576b2b2d32 (diff) |
Related cid#1371289: Improve code to not depend on missing move assignment
Change-Id: I6f0b8247b6757ddee158bd870473b749f22e7671
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nutil/unicode.hxx | 1 |
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; |