summaryrefslogtreecommitdiff
path: root/svtools/source/misc/imagemgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/imagemgr.cxx')
-rw-r--r--svtools/source/misc/imagemgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx
index f4ff92462036..6405b68c85c1 100644
--- a/svtools/source/misc/imagemgr.cxx
+++ b/svtools/source/misc/imagemgr.cxx
@@ -197,7 +197,7 @@ static SvtFactory2ExtensionMapping_Impl const Fac2ExtMap_Impl[] =
static OUString GetImageExtensionByFactory_Impl( const OUString& rURL )
{
INetURLObject aObj( rURL );
- OUString aPath = aObj.GetURLPath( INetURLObject::NO_DECODE );
+ OUString aPath = aObj.GetURLPath( INetURLObject::DecodeMechanism::NONE );
OUString aExtension;
if ( !aPath.isEmpty() )
@@ -352,7 +352,7 @@ static sal_uInt16 GetFolderImageId_Impl( const OUString& rURL )
static sal_uInt16 GetImageId_Impl( const INetURLObject& rObject, bool bDetectFolder )
{
- OUString aExt, sURL = rObject.GetMainURL( INetURLObject::NO_DECODE );
+ OUString aExt, sURL = rObject.GetMainURL( INetURLObject::DecodeMechanism::NONE );
sal_uInt16 nImage = IMG_FILE;
if ( rObject.GetProtocol() == INetProtocol::PrivSoffice )
@@ -525,7 +525,7 @@ static Image GetImageFromList_Impl( sal_uInt16 nImageId, bool bBig )
OUString SvFileInformationManager::GetDescription_Impl( const INetURLObject& rObject, bool bDetectFolder )
{
OUString sExtension(rObject.getExtension());
- OUString sDescription, sURL( rObject.GetMainURL( INetURLObject::NO_DECODE ) );
+ OUString sDescription, sURL( rObject.GetMainURL( INetURLObject::DecodeMechanism::NONE ) );
sal_uInt16 nResId = 0;
bool bShowExt = false, bOnlyFile = false;
bool bFolder = bDetectFolder && CONTENT_HELPER::IsFolder( sURL );
hemes?h=cp-5.3-66&id=943e82d8a42859d62619c4203e9bb1d960818be4'>update icon to have the right icon color in breeze-darkandreas_k 2016-11-01update calc icon now the calc icon is green instead of blackandreas_k 2016-10-26add toggletabbarvisibility for breeze and breeze_darkandreas_k 2016-10-24remove link to github cause breeze_svg are now in coreandreas_k 2016-10-18Drop 'Human' icon themeSamuel Mehrbrodt 2016-10-09tdf#86472 Fix breeze borders and set breeze_dark fallbackYousuf Philips 2016-10-06drop unused bmp format imagesCaolán McNamara 2016-09-29Page margin popup converted to use outside sidebarSzymon Kłos 2016-09-28tdf#100015 (related) Move Math help icons to correct locationGabor Kelemen 2016-09-27tdf#87914 sw: add an initial .uno:SmallCaps commandMiklos Vajna 2016-09-13Breeze Dark icons for use on dark themesAndreas Kainz 2016-09-12Page size popup converted to use outside sidebarSzymon Kłos 2016-09-07Page column popup converted to use outside the sidebarSzymon Kłos 2016-09-05Page orientation popup converted to use outside sidebarSzymon Kłos 2016-09-04Non-split currency buttonMaxim Monastirsky 2016-08-26tdf#101672 non-split underline buttonMaxim Monastirsky 2016-08-22TANGO: 32px icons for media insert and playbackYousuf Philips 2016-08-19tdf#86083 Add group buttons for column and row operation.Gulsah Kose 2016-08-15tdf#83054 Small tango icon for go to pageYousuf Philips 2016-08-14tdf101291 Resize cropmarkers.png to requested dimensionRegina Henschel 2016-08-11GALAXY: Add show track changes bar small iconYousuf Philips 2016-08-10TANGO: Add show track changes bar small iconYousuf Philips 2016-08-05Breeze: Add svgs to repoYousuf Philips 2016-08-04Sifr: Add thesaurus duplicate to links.txtYousuf Philips 2016-08-04tdf#75256 Sifr icon updateMatthias Freund 2016-08-01GSoC notebookbar: writer ui improvementsSzymon Kłos 2016-08-01Small icon updatesAdolfo Jayme Barrientos 2016-08-01GSoC Writer Table Styles; Table Styles PanelJakub Trzebiatowski