summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-26 07:15:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-26 07:15:29 +0000
commitb9463f774170954345f30141e8fabe30f424babd (patch)
tree6c069b613317fae9232f13c015fb83a2d2d54701
parent5403c2519b895c11b30df65f41488b80567c457a (diff)
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
-rw-r--r--sw/source/ui/index/cntex.cxx6
1 files 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);