diff options
author | Moritz Duge <moritz.duge@allotropia.de> | 2024-04-03 21:45:09 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-04-04 23:23:56 +0200 |
commit | 30c6e51fc9cb0fa864e1755271343d847fcced25 (patch) | |
tree | faab34e7fcd819c604c283252b416a918d8ebdbf | |
parent | 430704311a1380b569f89c7b9e3cde35ac55b672 (diff) |
Remove duplicate code.
Change-Id: Ia32b0525ecdf5944c2ebd3045dc3d536941ed394
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165763
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rw-r--r-- | sfx2/source/dialog/backingwindow.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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); |