From 6b1aff89edc36bbb2d7cd15814900435ead98556 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Nov 2013 16:07:22 +0100 Subject: -Werror,-Wunused-member-function Change-Id: I5c14c2c305aa6809b4a1e164b8bdc4eeb877abbd --- shell/source/tools/lngconvex/lngconvex.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell') diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index 34cf3c8dd0d6..e5283c8436aa 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -172,9 +172,6 @@ public: OUString make_OUString() const { return OStringToOUString( maBcp47, RTL_TEXTENCODING_ASCII_US); } - OString make_OString() const - { return maBcp47; } - std::string make_std_string() const { return maBcp47.getStr(); } -- cgit v1.2.3