sfx2/source/dialog/backingwindow.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 30c6e51fc9cb0fa864e1755271343d847fcced25
Author:     Moritz Duge <moritz.d...@allotropia.de>
AuthorDate: Wed Apr 3 21:45:09 2024 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Thu Apr 4 23:23:56 2024 +0200

    Remove duplicate code.
    
    Change-Id: Ia32b0525ecdf5944c2ebd3045dc3d536941ed394
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165763
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/sfx2/source/dialog/backingwindow.cxx 
b/sfx2/source/dialog/backingwindow.cxx
index 9e30572d12d3..efa18f452d51 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -354,7 +354,6 @@ void BackingWindow::ApplyStyleSettings()
 
     // setup larger fonts
     setLargerFont(mxOpenButton, aButtonFont);
-    setLargerFont(mxOpenButton, aButtonFont);
     setLargerFont(mxRemoteButton, aButtonFont);
     setLargerFont(mxRecentButton, aButtonFont);
     setLargerFont(mxTemplateButton, aButtonFont);

Reply via email to