summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-02-02 12:31:55 +0000
committerRüdiger Timm <rt@openoffice.org>2005-02-02 12:31:55 +0000
commitd328f7bedf4742890f7c482a504429e9c573f43a (patch)
tree187044993ac391462ac3fdedea15cef0895e0cd1 /toolkit
parentff178b8e4beea47eeb57a3502f17d9dcdc807250 (diff)
INTEGRATION: CWS twobeta (1.31.12); FILE MERGED
2005/01/31 13:30:30 fs 1.31.12.1: #i41705# overload |draw| for dialogs
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxwindows.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxwindows.hxx b/toolkit/inc/toolkit/awt/vclxwindows.hxx
index 8ff774e62cab..f8e63c38034a 100644
--- a/toolkit/inc/toolkit/awt/vclxwindows.hxx
+++ b/toolkit/inc/toolkit/awt/vclxwindows.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxwindows.hxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: rt $ $Date: 2005-01-11 14:04:21 $
+ * last change: $Author: rt $ $Date: 2005-02-02 13:31:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -595,6 +595,9 @@ public:
sal_Int16 SAL_CALL execute( ) throw(::com::sun::star::uno::RuntimeException);
void SAL_CALL endExecute( ) throw(::com::sun::star::uno::RuntimeException);
+ // ::com::sun::star::awt::XView
+ void SAL_CALL draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno::RuntimeException);
+
// ::com::sun::star::awt::XDevice,
::com::sun::star::awt::DeviceInfo SAL_CALL getInfo() throw(::com::sun::star::uno::RuntimeException);
};