summaryrefslogtreecommitdiff
path: root/svx/source/svxlink/fileobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svxlink/fileobj.cxx')
-rw-r--r--svx/source/svxlink/fileobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svxlink/fileobj.cxx b/svx/source/svxlink/fileobj.cxx
index a77c8852bb..125701b9f6 100644
--- a/svx/source/svxlink/fileobj.cxx
+++ b/svx/source/svxlink/fileobj.cxx
@@ -58,7 +58,7 @@
#include <svx/dialogs.hrc>
#include "xoutbmp.hxx"
#include "opengrf.hxx"
-#include "impgrf.hxx"
+#include "svx/impgrf.hxx"
namespace css = ::com::sun::star;
@@ -391,7 +391,7 @@ BOOL SvFileObject::GetGraphic_Impl( Graphic& rGrf, SvStream* pStream )
if( pStream && ERRCODE_IO_PENDING == pStream->GetError() )
pStream->ResetError();
-#ifndef PRODUCT
+#ifdef DBG_UTIL
if( nRes )
{
if( xMed.Is() && !pStream )