summaryrefslogtreecommitdiff
path: root/sw/inc/unoframe.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-01-15 10:00:22 +0000
committerMichael Brauer <mib@openoffice.org>2001-01-15 10:00:22 +0000
commitce62214f52ceff60e8bd9c17288838d0819d307a (patch)
tree57d4291e7a989d83da17246cc9175e158f508a0f /sw/inc/unoframe.hxx
parent0cd3f843407ae964a74bfabd5bc35ee87a6ff499 (diff)
#81708#: new frame size properties and XML attributes
Diffstat (limited to 'sw/inc/unoframe.hxx')
-rw-r--r--sw/inc/unoframe.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx
index 1303984f194c..757263a397f2 100644
--- a/sw/inc/unoframe.hxx
+++ b/sw/inc/unoframe.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoframe.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dvo $ $Date: 2000-12-19 17:28:57 $
+ * last change: $Author: mib $ $Date: 2001-01-15 11:00:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -242,6 +242,9 @@ public:
// XEventSupplier
virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > SAL_CALL getEvents( ) throw(::com::sun::star::uno::RuntimeException);
+ //XUnoTunnel
+ virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException);
+
void * SAL_CALL operator new( size_t ) throw();
void SAL_CALL operator delete( void * ) throw();
};