summaryrefslogtreecommitdiff
path: root/sd/source/filter/sdfilter.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 08:43:00 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 08:43:00 +0000
commit02c97d881396d6041912ac0810dfb28699555884 (patch)
tree23a6b796548a09cf564de4ce391c84b7dd952b83 /sd/source/filter/sdfilter.cxx
parent227085e694ddadf659c90a4ffa73e2f4642aa7d2 (diff)
INTEGRATION: CWS libpath (1.9.200); FILE MERGED
2005/03/04 15:09:03 sab 1.9.200.1: #108873#; powerpoint export moved in program directory
Diffstat (limited to 'sd/source/filter/sdfilter.cxx')
-rw-r--r--sd/source/filter/sdfilter.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/filter/sdfilter.cxx b/sd/source/filter/sdfilter.cxx
index 93caa48f0eff..d2975c3f1792 100644
--- a/sd/source/filter/sdfilter.cxx
+++ b/sd/source/filter/sdfilter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdfilter.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 18:17:59 $
+ * last change: $Author: obo $ $Date: 2005-03-15 09:43:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,8 +142,8 @@ SdFilter::~SdFilter()
::rtl::OUString aNormalizedPath;
::vos::OModule* pRet;
- if ( ::osl::FileBase::getFileURLFromSystemPath( SvtPathOptions().GetFilterPath(), aDest ) != ::osl::FileBase::E_None )
- aDest = SvtPathOptions().GetFilterPath();
+ if ( ::osl::FileBase::getFileURLFromSystemPath( SvtPathOptions().GetModulePath(), aDest ) != ::osl::FileBase::E_None )
+ aDest = SvtPathOptions().GetModulePath();
aDest += ::rtl::OUString( sal_Unicode( '/' ) );
aDest += ::rtl::OUString( ImplGetFullLibraryName( rLibraryName ) );
::osl::FileBase::getSystemPathFromFileURL( aDest, aNormalizedPath );