diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:17:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:17:17 +0000 |
commit | 21ac209791af7f12d36eedef997e62633bd6685e (patch) | |
tree | 841cf53587855c1a2b2824136a58a494c7763ab1 /svtools | |
parent | a63be2ebc5f4f05ab17fdf8337eb8f2f1bda17a8 (diff) |
INTEGRATION: CWS impress124 (1.70.26); FILE MERGED
2008/01/08 15:46:14 af 1.70.26.3: RESYNC: (1.71-1.73); FILE MERGED
2007/10/30 13:31:39 af 1.70.26.2: RESYNC: (1.70-1.71); FILE MERGED
2007/08/28 09:41:34 sj 1.70.26.1: #i81061# fixed filter detection fallback
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter.vcl/filter/filter.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/filter.vcl/filter/filter.cxx b/svtools/source/filter.vcl/filter/filter.cxx index 0f6c778bf16c..87282e7a9ee3 100644 --- a/svtools/source/filter.vcl/filter/filter.cxx +++ b/svtools/source/filter.vcl/filter/filter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filter.cxx,v $ * - * $Revision: 1.73 $ + * $Revision: 1.74 $ * - * last change: $Author: hr $ $Date: 2007-11-05 13:32:14 $ + * last change: $Author: vg $ $Date: 2008-01-29 08:17:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1730,7 +1730,7 @@ USHORT GraphicFilter::ExportGraphic( const Graphic& rGraphic, const String& rPat for( USHORT i = 0; i < nFormatCount; i++ ) { - if ( pConfig->GetExportFormatExtension( nFormat ).EqualsIgnoreCaseAscii( aExt ) ) + if ( pConfig->GetExportFormatExtension( i ).EqualsIgnoreCaseAscii( aExt ) ) { nFormat=i; break; |