summaryrefslogtreecommitdiff
path: root/svtools/source/filter/jpeg/jpeg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/filter/jpeg/jpeg.cxx')
-rw-r--r--svtools/source/filter/jpeg/jpeg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter/jpeg/jpeg.cxx b/svtools/source/filter/jpeg/jpeg.cxx
index 3143264f1ce9..59f7d4ec69cb 100644
--- a/svtools/source/filter/jpeg/jpeg.cxx
+++ b/svtools/source/filter/jpeg/jpeg.cxx
@@ -604,7 +604,7 @@ JPEGWriter::JPEGWriter( SvStream& rStm, const uno::Sequence< beans::PropertyValu
const beans::PropertyValue* pValues = pFilterData->getConstArray();
while( nArgs-- )
{
- if( pValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "StatusIndicator" ) ) )
+ if ( pValues->Name == "StatusIndicator" )
{
pValues->Value >>= xStatusIndicator;
}