summaryrefslogtreecommitdiff
path: root/sw/inc/unocoll.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-01-12 15:25:45 +0000
committerOliver Specht <os@openoffice.org>2001-01-12 15:25:45 +0000
commitd6a7503223fc57c79f95f641c817533569204d6f (patch)
tree7e05dfdb4002fc2a85bde0ca7caeb0ad0fcecea9 /sw/inc/unocoll.hxx
parentadf8cff06c7b636d0105b72dc529acc163cf9f62 (diff)
new: Redline container
Diffstat (limited to 'sw/inc/unocoll.hxx')
-rw-r--r--sw/inc/unocoll.hxx28
1 files changed, 2 insertions, 26 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx
index 3c2bffab1d16..5d469352cec6 100644
--- a/sw/inc/unocoll.hxx
+++ b/sw/inc/unocoll.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocoll.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dvo $ $Date: 2000-12-02 20:26:31 $
+ * last change: $Author: os $ $Date: 2001-01-12 16:25:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -531,30 +531,6 @@ public:
static SwXReferenceMark* GetObject( SwDoc* pDoc, const SwFmtRefMark* pMark );
};
-/* -----------------01.09.98 14:06-------------------
- *
- * --------------------------------------------------*/
-class SwXRedlines : public SwSimpleIndexAccessBaseClass,
- public SwUnoCollection
-{
-public:
- SwXRedlines(SwDoc* pDoc);
- virtual ~SwXRedlines();
-
- //XIndexAccess
- virtual sal_Int32 SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException );
- virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException );
-
- //XElementAccess
- virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw(::com::sun::star::uno::RuntimeException);
- virtual sal_Bool SAL_CALL hasElements( ) throw(::com::sun::star::uno::RuntimeException);
-
- //XServiceInfo
- virtual rtl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException );
- virtual BOOL SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException );
- virtual ::com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException );
-
-};
#endif