diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2022-08-11 03:56:31 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-08-25 13:05:25 +0200 |
commit | 9481156090d0b455c6b35eaadd363f47c24b8086 (patch) | |
tree | 5aca78c0cdc95ef1f56c5e8b64ea0b02d98ebc97 /include/vcl/outdev.hxx | |
parent | 9ca3c6794ca1969f453ddaa66c4e02ac8c695cc6 (diff) |
vcl: rename GetNonMnemonicString() and make it standalone function
Renamed GetNonMnemonicString() to removeMnemonicFromString()
Change-Id: I272714f97bb6d9174360631c18c4fd9bb485698e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138103
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
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 |