diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-26 08:52:21 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-28 06:31:38 +0000 |
commit | 10e4396dc7c96061750208c32f29c372737f63d2 (patch) | |
tree | b907d092b111ebd78e8cf9f679d8ce83aa667382 /sal | |
parent | d95a27f944c8a28d0368f248028ddf395fe1c57e (diff) |
com::sun::star->css in sal,sax
Change-Id: I24e202b1f8071fe918e4e164b5fa1c08a561cb24
Reviewed-on: https://gerrit.libreoffice.org/19626
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/workben/clipboardwben/testcopy/XTDataObject.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/workben/clipboardwben/testcopy/XTDataObject.hxx b/sal/workben/clipboardwben/testcopy/XTDataObject.hxx index de36a62d7d4f..f6eb975a1034 100644 --- a/sal/workben/clipboardwben/testcopy/XTDataObject.hxx +++ b/sal/workben/clipboardwben/testcopy/XTDataObject.hxx @@ -70,8 +70,8 @@ public: private: LONG m_nRefCnt; //CWinClipboard& m_rCWinClipboard; - //const const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboardOwner >& m_rXClipboardOwner; - //const const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& m_rXTDataSource; + //const const css::uno::Reference< css::datatransfer::clipboard::XClipboardOwner >& m_rXClipboardOwner; + //const const css::uno::Reference< css::datatransfer::XTransferable >& m_rXTDataSource; //friend class CWinClipboard; friend class CEnumFormatEtc; |