summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/animatedimagespeer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/animatedimagespeer.cxx b/toolkit/source/awt/animatedimagespeer.cxx
index 66559a8766fa..58e9f6c09a1a 100644
--- a/toolkit/source/awt/animatedimagespeer.cxx
+++ b/toolkit/source/awt/animatedimagespeer.cxx
@@ -108,7 +108,7 @@ namespace toolkit
INetURLObject aURL( i_imageURL );
if ( aURL.GetProtocol() != INetProtocol::PrivSoffice )
{
- OSL_VERIFY( aURL.insertName( "hicontrast", false, 0 ) );
+ OSL_VERIFY( aURL.insertName( "sifr", false, 0 ) );
return aURL.GetMainURL( INetURLObject::DecodeMechanism::NONE );
}
// the private: scheme is not considered to be hierarchical by INetURLObject, so manually insert the
@@ -118,7 +118,7 @@ namespace toolkit
OUStringBuffer composer;
composer.append( i_imageURL.copy( 0, separatorPos ) );
- composer.append( "/hicontrast" );
+ composer.append( "/sifr" );
composer.append( i_imageURL.copy( separatorPos ) );
return composer.makeStringAndClear();
}