summaryrefslogtreecommitdiff
path: root/sd/source/filter/grf/sdgrffilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/grf/sdgrffilter.cxx')
-rw-r--r--sd/source/filter/grf/sdgrffilter.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx
index 7da570315bbb..7c6a9a1f5dce 100644
--- a/sd/source/filter/grf/sdgrffilter.cxx
+++ b/sd/source/filter/grf/sdgrffilter.cxx
@@ -236,7 +236,7 @@ bool SdGRFFilter::Export()
beans::PropertyValues aArgs;
TransformItems( SID_SAVEASDOC, *pSet, aArgs );
- OUString sFilterName( "FilterName" );
+ const OUString sFilterName( "FilterName" );
OUString sShortName( rGraphicFilter.GetExportFormatShortName( nFilter ) );
bool bFilterNameFound = false;
@@ -247,7 +247,6 @@ bool SdGRFFilter::Export()
if ( rStr == sFilterName )
{
bFilterNameFound = true;
- aArgs[ i ].Name = sFilterName;
aArgs[ i ].Value <<= sShortName;
}
else if ( rStr == "InteractionHandler" )