summaryrefslogtreecommitdiff
path: root/include/svtools/embedtransfer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 09:07:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 10:48:50 +0200
commitc06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch)
tree69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svtools/embedtransfer.hxx
parenta1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff)
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svtools/embedtransfer.hxx')
-rw-r--r--include/svtools/embedtransfer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/embedtransfer.hxx b/include/svtools/embedtransfer.hxx
index 18e27eec5b34..c76c5b4b9734 100644
--- a/include/svtools/embedtransfer.hxx
+++ b/include/svtools/embedtransfer.hxx
@@ -29,7 +29,7 @@ class SVT_DLLPUBLIC SvEmbedTransferHelper : public TransferableHelper
{
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject > m_xObj;
+ css::uno::Reference< css::embed::XEmbeddedObject > m_xObj;
Graphic* m_pGraphic;
sal_Int64 m_nAspect;
@@ -43,7 +43,7 @@ protected:
public:
// object, replacement image, and the aspect
- SvEmbedTransferHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
+ SvEmbedTransferHelper( const css::uno::Reference< css::embed::XEmbeddedObject >& xObj,
const Graphic* pGraphic,
sal_Int64 nAspect );
virtual ~SvEmbedTransferHelper();
@@ -51,7 +51,7 @@ public:
void SetParentShellID( const OUString& rShellID );
static void FillTransferableObjectDescriptor( TransferableObjectDescriptor& rDesc,
- const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
+ const css::uno::Reference< css::embed::XEmbeddedObject >& xObj,
const Graphic* pGraphic,
sal_Int64 nAspect );
};