summaryrefslogtreecommitdiff
path: root/dtrans/source/win32
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:06:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:06:05 +0000
commit25a1d1185152c6d98cee54809f2ba582c82abfb5 (patch)
treeabb7bf98bfa29ef5023fb595e125b72c130fea12 /dtrans/source/win32
parente2cd573e2d1e64ca909d178abcebffd9e305daba (diff)
INTEGRATION: CWS mingwport03 (1.5.42); FILE MERGED
2006/09/21 16:12:04 vg 1.5.42.1: #i53572# MinGW port
Diffstat (limited to 'dtrans/source/win32')
-rw-r--r--dtrans/source/win32/dnd/sourcecontext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/win32/dnd/sourcecontext.hxx b/dtrans/source/win32/dnd/sourcecontext.hxx
index dac69b8bfab0..4f5098e008ca 100644
--- a/dtrans/source/win32/dnd/sourcecontext.hxx
+++ b/dtrans/source/win32/dnd/sourcecontext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sourcecontext.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:18:59 $
+ * last change: $Author: vg $ $Date: 2007-03-26 15:06:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,9 +84,9 @@ public:
virtual sal_Int32 SAL_CALL getCurrentCursor( )
throw( RuntimeException);
virtual void SAL_CALL setCursor( sal_Int32 cursorId )
- throw( IllegalArgumentException, RuntimeException);
+ throw( RuntimeException);
virtual void SAL_CALL setImage( sal_Int32 imageId )
- throw( IllegalArgumentException, RuntimeException);
+ throw( RuntimeException);
virtual void SAL_CALL transferablesFlavorsChanged( )
throw( RuntimeException);