]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-gui-sw-insert-symbol.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-gui-sw-insert-symbol.patch
1 Index: sw/source/ui/config/viewopt.cxx
2 ===================================================================
3 RCS file: /cvs/sw/sw/source/ui/config/viewopt.cxx,v
4 retrieving revision 1.4
5 diff -u -p -u -r1.4 viewopt.cxx
6 --- sw/source/ui/config/viewopt.cxx     5 Jul 2001 13:48:54 -0000       1.4
7 +++ sw/source/ui/config/viewopt.cxx     25 Feb 2003 16:15:51 -0000
8 @@ -441,6 +441,7 @@ void SwViewOption::PaintPostIts( OutputD
9  |*************************************************************************/
10  
11  SwViewOption::SwViewOption() :
12 +       sSymbolFont( RTL_CONSTASCII_STRINGPARAM( "symbol" ) ),
13         nZoom( 100 ),
14         nPagePrevRow( 1 ),
15         nPagePrevCol( 2 ),
This page took 0.031204 seconds and 3 git commands to generate.