]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-gui-font-size-unbreak.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-gui-font-size-unbreak.patch
CommitLineData
5cc47c02 1Index: vcl/source/window/window.cxx
2===================================================================
3RCS file: /cvs/gsl/vcl/source/window/window.cxx,v
4retrieving revision 1.176
5diff -u -p -u -r1.176 window.cxx
6--- vcl/source/window/window.cxx 1 Jul 2003 14:48:37 -0000 1.176
7+++ vcl/source/window/window.cxx 10 Jul 2003 17:40:59 -0000
8@@ -392,7 +392,7 @@ void Window::ImplUpdateGlobalSettings( A
9 rSettings.SetStyleSettings( aStyleSettings );
10 }
11
12- if( 1 )
13+ if( 0 ) // This is/was an incredibly broken thing to do
14 {
15 // #97047: Force all fonts except Mneu and Help to a fixed height
16 // to avoid UI scaling due to large fonts
This page took 0.055985 seconds and 4 git commands to generate.