summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unomodel.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-01 16:12:24 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-01 16:12:24 +0000
commitbf2bcb963314ca83dded2e3858d7a3a7cdfc0ced (patch)
tree6a64aef408b6c4b83e769e6de2adac6505356bfc /sd/source/ui/inc/unomodel.hxx
parent300dd6c787632c15ff16b45cbda838edbeefb285 (diff)
#80914# added compare for bullets
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r--sd/source/ui/inc/unomodel.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx
index a2d7dc79da86..64d0025f4b52 100644
--- a/sd/source/ui/inc/unomodel.hxx
+++ b/sd/source/ui/inc/unomodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomodel.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: cl $ $Date: 2000-11-26 19:20:36 $
+ * last change: $Author: cl $ $Date: 2000-12-01 17:09:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,6 +106,9 @@
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
#include <com/sun/star/lang/XUnoTunnel.hpp>
#endif
+#ifndef _COM_SUN_STAR_UCB_XANYCOMPAREFACTORY_HPP_
+#include <com/sun/star/ucb/XAnyCompareFactory.hpp>
+#endif
#ifndef _SFXLSTNER_HXX //autogen
#include <svtools/lstner.hxx>
@@ -144,7 +147,8 @@ class SdXImpressDocument : public SfxBaseModel, // implements SfxListener, OWEAK
public ::com::sun::star::beans::XPropertySet,
public ::com::sun::star::style::XStyleFamiliesSupplier,
public ::com::sun::star::lang::XServiceInfo,
- public ::com::sun::star::lang::XUnoTunnel
+ public ::com::sun::star::lang::XUnoTunnel,
+ public ::com::sun::star::ucb::XAnyCompareFactory
{
friend class SdDrawPagesAccess;
friend class SdMasterPagesAccess;
@@ -238,6 +242,9 @@ public:
// XStyleFamiliesSupplier
virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getStyleFamilies( ) throw(::com::sun::star::uno::RuntimeException);
+
+ // XAnyCompareFactory
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XAnyCompare > SAL_CALL createAnyCompareByName( const ::rtl::OUString& PropertyName ) throw(::com::sun::star::uno::RuntimeException);
};
/***********************************************************************