]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-gui-sw-insert-symbol.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-gui-sw-insert-symbol.patch
CommitLineData
ae4da2d7 1Index: sw/source/ui/config/viewopt.cxx
2===================================================================
3RCS file: /cvs/sw/sw/source/ui/config/viewopt.cxx,v
4retrieving revision 1.4
5diff -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.057258 seconds and 4 git commands to generate.