summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun2.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-02 08:50:35 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-02 08:50:35 +0000
commit9833ee70cd48a4c33c212bf6ee0167ae1ce18a5d (patch)
treec215387d434a9ba349105ec9b1dbe2cc545b1c7a /sc/source/ui/view/viewfun2.cxx
parent3fec60130d33a558f3a573fbf3a6a2d93949e6aa (diff)
INTEGRATION: CWS calc18 (1.19.134); FILE MERGED
2003/12/05 09:41:42 dr 1.19.134.2: RESYNC: (1.19-1.20); FILE MERGED 2003/11/14 11:29:52 dr 1.19.134.1: #i19600# do not try to access external docs in filters
Diffstat (limited to 'sc/source/ui/view/viewfun2.cxx')
-rw-r--r--sc/source/ui/view/viewfun2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index 520a6881329e..38ed3e7b007d 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewfun2.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 09:56:11 $
+ * last change: $Author: rt $ $Date: 2004-03-02 09:50:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1858,7 +1858,7 @@ void ScViewFunc::InsertAreaLink( const String& rFile,
String aFilterName = rFilter;
String aNewOptions = rOptions;
if (!aFilterName.Len())
- ScDocumentLoader::GetFilterName( rFile, aFilterName, aNewOptions );
+ ScDocumentLoader::GetFilterName( rFile, aFilterName, aNewOptions, TRUE );
SvxLinkManager* pLinkManager = pDoc->GetLinkManager();