summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellsuno.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-03-02 08:49:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-03-02 08:49:44 +0000
commit160d49c35aa4b7794f2a3c802f1b7c0e019d35c1 (patch)
tree16bb9e786d864d609fcd8651d77b37bccd23d8a5 /sc/source/ui/unoobj/cellsuno.cxx
parentd52cee77d6687898796492b7025ebab851469f46 (diff)
INTEGRATION: CWS calc18 (1.78.20); FILE MERGED
2004/02/11 12:31:39 dr 1.78.20.3: RESYNC: (1.79-1.80); FILE MERGED 2003/12/05 09:41:59 dr 1.78.20.2: RESYNC: (1.78-1.79); FILE MERGED 2003/11/14 11:29:41 dr 1.78.20.1: #i19600# do not try to access external docs in filters
Diffstat (limited to 'sc/source/ui/unoobj/cellsuno.cxx')
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 6a7d3669c..27a85fdd2 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.cxx,v $
*
- * $Revision: 1.80 $
+ * $Revision: 1.81 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 12:49:16 $
+ * last change: $Author: rt $ $Date: 2004-03-02 09:49:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -7208,7 +7208,7 @@ void SAL_CALL ScTableSheetObj::link( const rtl::OUString& aUrl, const rtl::OUStr
aFileString = ScGlobal::GetAbsDocName( aFileString, pDocSh );
if ( !aFilterString.Len() )
- ScDocumentLoader::GetFilterName( aFileString, aFilterString, aOptString );
+ ScDocumentLoader::GetFilterName( aFileString, aFilterString, aOptString, TRUE );
// remove application prefix from filter name here, so the filter options
// aren't reset when the filter name is changed in ScTableLink::DataChanged