summaryrefslogtreecommitdiff
path: root/sw/inc/unoredline.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-01-11 11:32:20 +0000
committerOliver Specht <os@openoffice.org>2001-01-11 11:32:20 +0000
commit943b477d733e571cad60a3397cbf699472bbb68b (patch)
tree6e62cccd0837caf6b3b0da72ebcb90fd60b8330a /sw/inc/unoredline.hxx
parent7134a4c7f16f43d87742c4b8cd1cb523d0ac53ba (diff)
redline properties at tables and sections
Diffstat (limited to 'sw/inc/unoredline.hxx')
-rw-r--r--sw/inc/unoredline.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/unoredline.hxx b/sw/inc/unoredline.hxx
index 0785f94c3364..0b8a33383983 100644
--- a/sw/inc/unoredline.hxx
+++ b/sw/inc/unoredline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoredline.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2001-01-10 21:11:43 $
+ * last change: $Author: os $ $Date: 2001-01-11 12:32:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,11 @@
#ifndef _UNOPORT_HXX
#include <unoport.hxx>
#endif
+#ifndef _UNOOBJ_HXX
+#include <unoobj.hxx>
+#endif
+class SwRedline;
/* -----------------------------19.12.00 11:35--------------------------------
---------------------------------------------------------------------------*/
@@ -132,5 +136,9 @@ public:
//XPropertySet
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
+ static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > CreateRedlineProperties( const SwRedline& rRedline ) throw();
+
};
+
+
#endif