From b9463f774170954345f30141e8fabe30f424babd Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 May 2003 07:15:29 +0000 Subject: INTEGRATION: CWS os10 (1.5.22); FILE MERGED 2003/05/16 14:38:06 os 1.5.22.1: #109694# added _LoadStyles() method to control modification of source document --- sw/source/ui/index/cntex.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw/source/ui/index/cntex.cxx b/sw/source/ui/index/cntex.cxx index 06bbb6023d..3d3f68b71c 100644 --- a/sw/source/ui/index/cntex.cxx +++ b/sw/source/ui/index/cntex.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cntex.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-04-17 15:32:57 $ + * last change: $Author: vg $ $Date: 2003-05-26 08:15:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -231,7 +231,7 @@ IMPL_LINK( SwMultiTOXTabDialog, CreateExample_Hdl, void*, EMPTYARG ) SwXTextDocument* pDoc = (SwXTextDocument*)xDocTunnel->getSomething(SwXTextDocument::getUnoTunnelId()); if( pDoc ) - pDoc->GetDocShell()->LoadStyles( *rSh.GetView().GetDocShell() ); + pDoc->GetDocShell()->_LoadStyles( *rSh.GetView().GetDocShell(), TRUE ); uno::Reference< lang::XMultiServiceFactory > xFact( xModel, uno::UNO_QUERY); -- cgit v1.2.3