summaryrefslogtreecommitdiffstats
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-23 17:22:49 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-23 17:22:49 +0000
commit59c3a5c43a51b0705a450490210d743a87a87828 (patch)
treed1f674b375a7a11bea301d1c155476668d6f167e /sc/inc/styleuno.hxx
parent#86988# dialog redesign (diff)
downloadcore-59c3a5c43a51b0705a450490210d743a87a87828.tar.gz
core-59c3a5c43a51b0705a450490210d743a87a87828.zip
#82635# NumberingRules
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r--sc/inc/styleuno.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index c3155bc4087c..31746820183f 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: styleuno.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-04-25 18:54:42 $
+ * last change: $Author: nn $ $Date: 2001-05-23 18:20:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,9 @@
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
#include <com/sun/star/container/XNameContainer.hpp>
#endif
+#ifndef _COM_SUN_STAR_CONTAINER_XINDEXREPLACE_HPP_
+#include <com/sun/star/container/XIndexReplace.hpp>
+#endif
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
#endif
@@ -297,6 +300,9 @@ public:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
+ static ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace >
+ CreateEmptyNumberingRules();
+
// XStyle
virtual sal_Bool SAL_CALL isUserDefined() throw(::com::sun::star::uno::RuntimeException);
virtual sal_Bool SAL_CALL isInUse() throw(::com::sun::star::uno::RuntimeException);