summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imagemgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/imagemgr.cxx')
-rw-r--r--sfx2/source/appl/imagemgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/imagemgr.cxx b/sfx2/source/appl/imagemgr.cxx
index 06fdb6fdd190..08a945328d45 100644
--- a/sfx2/source/appl/imagemgr.cxx
+++ b/sfx2/source/appl/imagemgr.cxx
@@ -76,7 +76,7 @@ Image SAL_CALL GetImage(
xModel = xController->getModel();
OUString aCommandURL( aURL );
- if ( nProtocol == INetProtocol::SLOT )
+ if ( nProtocol == INetProtocol::Slot )
{
sal_uInt16 nId = ( sal_uInt16 ) aURL.copy(5).toInt32();
const SfxSlot* pSlot = 0;
@@ -192,7 +192,7 @@ Image SAL_CALL GetImage(
if ( !!aImage )
return aImage;
- else if ( nProtocol != INetProtocol::UNO && nProtocol != INetProtocol::SLOT )
+ else if ( nProtocol != INetProtocol::Uno && nProtocol != INetProtocol::Slot )
return SvFileInformationManager::GetImageNoDefault( aObj, bBig );
}
}