summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/embedtransfer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/svtools/embedtransfer.hxx')
-rw-r--r--svtools/inc/svtools/embedtransfer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/svtools/embedtransfer.hxx b/svtools/inc/svtools/embedtransfer.hxx
index b63772511168..9da80b87f37a 100644
--- a/svtools/inc/svtools/embedtransfer.hxx
+++ b/svtools/inc/svtools/embedtransfer.hxx
@@ -42,13 +42,13 @@ protected:
public:
// object, replacement image, and the aspect
SvEmbedTransferHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
- Graphic* pGraphic,
+ const Graphic* pGraphic,
sal_Int64 nAspect );
~SvEmbedTransferHelper();
static void FillTransferableObjectDescriptor( TransferableObjectDescriptor& rDesc,
const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
- Graphic* pGraphic,
+ const Graphic* pGraphic,
sal_Int64 nAspect );
};