diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 09:55:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 09:08:39 +0000 |
commit | d24bc6089c13413e5d702f5606de0b8573a14f20 (patch) | |
tree | 5642375ebd7afa36f13663f5a670af4ec72cc763 /include/vcl/unohelp2.hxx | |
parent | 5d8ba798498f0c68ab2a4dbb3471b37e9c6ea2b5 (diff) |
loplugin:expandablemethodds in include/vcl
Change-Id: I9ff378d9c7c9a221599c0a84df638b3acf8f069f
Reviewed-on: https://gerrit.libreoffice.org/30121
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/unohelp2.hxx')
-rw-r--r-- | include/vcl/unohelp2.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/unohelp2.hxx b/include/vcl/unohelp2.hxx index 7b7ebe91d6f3..84d08c5d7171 100644 --- a/include/vcl/unohelp2.hxx +++ b/include/vcl/unohelp2.hxx @@ -43,8 +43,6 @@ namespace vcl { namespace unohelper { TextDataObject( const OUString& rText ); virtual ~TextDataObject() override; - OUString& GetString() { return maText; } - // css::uno::XInterface css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) throw(css::uno::RuntimeException, std::exception) override; void SAL_CALL acquire() throw() override { OWeakObject::acquire(); } |