summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-12 16:07:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:14:58 +0100
commit6b1aff89edc36bbb2d7cd15814900435ead98556 (patch)
treeb132752c29269b223833dd2adf228193b16242de /shell
parent2236cd00235dab0e691916e024a62908b1b4c2f0 (diff)
-Werror,-Wunused-member-function
Change-Id: I5c14c2c305aa6809b4a1e164b8bdc4eeb877abbd
Diffstat (limited to 'shell')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx3
1 files changed, 0 insertions, 3 deletions
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(); }