summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/clipb/WinClipbImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/clipb/WinClipbImpl.hxx')
-rw-r--r--dtrans/source/win32/clipb/WinClipbImpl.hxx20
1 files changed, 12 insertions, 8 deletions
diff --git a/dtrans/source/win32/clipb/WinClipbImpl.hxx b/dtrans/source/win32/clipb/WinClipbImpl.hxx
index 64024db385ac..0b74185ec52d 100644
--- a/dtrans/source/win32/clipb/WinClipbImpl.hxx
+++ b/dtrans/source/win32/clipb/WinClipbImpl.hxx
@@ -49,27 +49,31 @@ public:
protected:
CWinClipbImpl( const OUString& aClipboardName, CWinClipboard* theWinClipboard );
- css::uno::Reference< css::datatransfer::XTransferable > SAL_CALL getContents( )
- throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
+ css::uno::Reference< css::datatransfer::XTransferable > SAL_CALL getContents( );
+ /// @throws css::uno::RuntimeException
void SAL_CALL setContents(
const css::uno::Reference< css::datatransfer::XTransferable >& xTransferable,
- const css::uno::Reference< css::datatransfer::clipboard::XClipboardOwner >& xClipboardOwner )
- throw( css::uno::RuntimeException );
+ const css::uno::Reference< css::datatransfer::clipboard::XClipboardOwner >& xClipboardOwner );
- OUString SAL_CALL getName( ) throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
+ OUString SAL_CALL getName( );
// XClipboardEx
- static sal_Int8 SAL_CALL getRenderingCapabilities( ) throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
+ static sal_Int8 SAL_CALL getRenderingCapabilities( );
// XFlushableClipboard
- void SAL_CALL flushClipboard( ) throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
+ void SAL_CALL flushClipboard( );
// XComponent
- void SAL_CALL dispose( ) throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
+ void SAL_CALL dispose( );
// member functions