summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/clipb/WinClipbImpl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-11 14:59:25 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-09-12 19:53:52 +0000
commitea407568570d301888a0a51712356379d7b695d6 (patch)
tree9040f11712c1eac437551a2d81a0713eb420d7fe /dtrans/source/win32/clipb/WinClipbImpl.hxx
parent47283424b1df542b4894a164bc895858427d1a62 (diff)
dtrans: com::sun::star->css
Change-Id: I4625a9b73c517b8187e03b11cc0546abdf338d8b Reviewed-on: https://gerrit.libreoffice.org/18502 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dtrans/source/win32/clipb/WinClipbImpl.hxx')
-rw-r--r--dtrans/source/win32/clipb/WinClipbImpl.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/dtrans/source/win32/clipb/WinClipbImpl.hxx b/dtrans/source/win32/clipb/WinClipbImpl.hxx
index a5da94cca792..8123bf7e2862 100644
--- a/dtrans/source/win32/clipb/WinClipbImpl.hxx
+++ b/dtrans/source/win32/clipb/WinClipbImpl.hxx
@@ -49,27 +49,27 @@ public:
protected:
CWinClipbImpl( const OUString& aClipboardName, CWinClipboard* theWinClipboard );
- ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > SAL_CALL getContents( )
- throw( ::com::sun::star::uno::RuntimeException );
+ css::uno::Reference< css::datatransfer::XTransferable > SAL_CALL getContents( )
+ throw( css::uno::RuntimeException );
void SAL_CALL setContents(
- const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTransferable,
- const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboardOwner >& xClipboardOwner )
- throw( ::com::sun::star::uno::RuntimeException );
+ const css::uno::Reference< css::datatransfer::XTransferable >& xTransferable,
+ const css::uno::Reference< css::datatransfer::clipboard::XClipboardOwner >& xClipboardOwner )
+ throw( css::uno::RuntimeException );
- OUString SAL_CALL getName( ) throw( ::com::sun::star::uno::RuntimeException );
+ OUString SAL_CALL getName( ) throw( css::uno::RuntimeException );
// XClipboardEx
- sal_Int8 SAL_CALL getRenderingCapabilities( ) throw( ::com::sun::star::uno::RuntimeException );
+ sal_Int8 SAL_CALL getRenderingCapabilities( ) throw( css::uno::RuntimeException );
// XFlushableClipboard
- void SAL_CALL flushClipboard( ) throw( com::sun::star::uno::RuntimeException );
+ void SAL_CALL flushClipboard( ) throw( css::uno::RuntimeException );
// XComponent
- void SAL_CALL dispose( ) throw( ::com::sun::star::uno::RuntimeException );
+ void SAL_CALL dispose( ) throw( css::uno::RuntimeException );
// member functions
@@ -82,7 +82,7 @@ private:
void SAL_CALL onReleaseDataObject( CXNotifyingDataObject* theCaller );
private:
- OUString m_itsName;
+ OUString m_itsName;
CMtaOleClipboard m_MtaOleClipboard;
CWinClipboard* m_pWinClipboard;
CXNotifyingDataObject* m_pCurrentClipContent;