[Libreoffice-commits] .: sw/source

Michael Meeks mmeeks at kemper.freedesktop.org
Fri Dec 3 09:07:35 PST 2010


 sw/source/ui/config/viewopt.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 76a45648ac91a7f46ac1db48f819653bfb0ebb2f
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Fri Dec 3 17:07:44 2010 +0000

    default insert-symbol to use the symbol font

diff --git a/sw/source/ui/config/viewopt.cxx b/sw/source/ui/config/viewopt.cxx
index 3ac5d13..929bd12 100644
--- a/sw/source/ui/config/viewopt.cxx
+++ b/sw/source/ui/config/viewopt.cxx
@@ -184,6 +184,7 @@ SwViewOption::SwViewOption() :
     mbViewLayoutBookMode(FALSE),
     bShowPlaceHolderFields( sal_True ),
 
+    sSymbolFont( RTL_CONSTASCII_USTRINGPARAM( "symbol" ) ),
     nZoom( 100 ),
     eZoom( SVX_ZOOM_PERCENT ),
     nTblDest(TBL_DEST_CELL)


More information about the Libreoffice-commits mailing list