summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imagemgr.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-09-13 10:49:02 +0000
committerMathias Bauer <mba@openoffice.org>2001-09-13 10:49:02 +0000
commitde41efd9521e2db900a93c9da57d57bab43509f6 (patch)
treef2bac5edde4c8396164fdf2d10645913106a1eb2 /sfx2/source/appl/imagemgr.cxx
parent989252c113639a8053b738fa589dff91b62d4d05 (diff)
#89485#: allow GetImage without returning default image
Diffstat (limited to 'sfx2/source/appl/imagemgr.cxx')
-rw-r--r--sfx2/source/appl/imagemgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/imagemgr.cxx b/sfx2/source/appl/imagemgr.cxx
index f2110f88a11f..92075399e082 100644
--- a/sfx2/source/appl/imagemgr.cxx
+++ b/sfx2/source/appl/imagemgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imagemgr.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mba $ $Date: 2001-06-11 09:53:01 $
+ * last change: $Author: mba $ $Date: 2001-09-13 11:49:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,6 +158,6 @@ Image SAL_CALL GetImage( ::com::sun::star::uno::Reference< ::com::sun::star::fra
}
}
- return SvFileInformationManager::GetImage( aObj, bBig );
+ return SvFileInformationManager::GetImageNoDefault( aObj, bBig );
}