sfx2/source/appl/shutdowniconaqua.mm | 12 ------------ 1 file changed, 12 deletions(-)
New commits: commit 5cbbebc85320a9c1b1810c2b27f0b8ed58cd65a3 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Mon Jan 13 13:57:58 2025 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Mon Jan 13 15:36:32 2025 +0100 Remove RecentFilesStringLength ...unused since 6efdd1444810e132ba37379dd39afa6a3220f541 "tdf#41775 copy the Start Center menubar to the default menubar on macOS" Change-Id: Ibfc1d822c6e114bba42fdf8b235a1de49af78141 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180183 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm index 9e037fe5726e..1e2bc0d13b6d 100644 --- a/sfx2/source/appl/shutdowniconaqua.mm +++ b/sfx2/source/appl/shutdowniconaqua.mm @@ -145,18 +145,6 @@ struct RecentMenuEntry OUString aPassword; }; -class RecentFilesStringLength : public ::cppu::WeakImplHelper< css::util::XStringWidth > -{ - public: - RecentFilesStringLength() {} - - // XStringWidth - sal_Int32 SAL_CALL queryStringWidth( const OUString& aString ) override - { - return aString.getLength(); - } -}; - } @interface QSCommandMenuItem : NSMenuItem