diff options
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 17d5d87289e9..5a13c640a296 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -990,11 +990,6 @@ public: tools::Long GetCtrlTextWidth( const OUString& rStr, const SalLayoutGlyphs* pLayoutCache = nullptr ) const; - static OUString GetNonMnemonicString( const OUString& rStr, sal_Int32& rMnemonicPos ); - - static OUString GetNonMnemonicString( const OUString& rStr ) - { sal_Int32 nDummy; return GetNonMnemonicString( rStr, nDummy ); } - /** Generate MetaTextActions for the text rect This method splits up the text rect into multiple |