summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/impgrf.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2001-04-26 16:26:10 +0000
committerThorsten Behrens <thb@openoffice.org>2001-04-26 16:26:10 +0000
commiteb6dad2a6c68e773426d6a894d28fb06680bf0e9 (patch)
treecbee6abe0e24831468b4392f348d03c9e28988c6 /svx/source/dialog/impgrf.cxx
parent#86313# - Removed deprecated service com.sun.star.ucb.PropertiesManager. (diff)
downloadcore-eb6dad2a6c68e773426d6a894d28fb06680bf0e9.tar.gz
core-eb6dad2a6c68e773426d6a894d28fb06680bf0e9.zip
Adaptions needed for player (SVX_LIGHT version)
Diffstat (limited to 'svx/source/dialog/impgrf.cxx')
-rw-r--r--svx/source/dialog/impgrf.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/dialog/impgrf.cxx b/svx/source/dialog/impgrf.cxx
index 140089b1cde7..445389d38ef7 100644
--- a/svx/source/dialog/impgrf.cxx
+++ b/svx/source/dialog/impgrf.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impgrf.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: sj $ $Date: 2001-03-07 20:16:51 $
+ * last change: $Author: thb $ $Date: 2001-04-26 17:26:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -187,7 +187,11 @@ GraphicFilter* DialogsResMgr::GetGrfFilter_Impl()
{
if( !pGrapicFilter )
{
+#ifndef SVX_LIGHT
pGrapicFilter = new GraphicFilter;
+#else
+ pGrapicFilter = new GraphicFilter(sal_False);
+#endif
::FillFilter( *pGrapicFilter );
}
const Link aLink;