summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
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(); }