summaryrefslogtreecommitdiff
path: root/i18npool/inc/defaultnumberingprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/defaultnumberingprovider.hxx')
-rw-r--r--i18npool/inc/defaultnumberingprovider.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/i18npool/inc/defaultnumberingprovider.hxx b/i18npool/inc/defaultnumberingprovider.hxx
index 28bbefcc1876..a35b1d9da4cf 100644
--- a/i18npool/inc/defaultnumberingprovider.hxx
+++ b/i18npool/inc/defaultnumberingprovider.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: defaultnumberingprovider.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: khong $ $Date: 2002-09-24 23:10:22 $
+ * last change: $Author: hr $ $Date: 2003-03-26 10:54:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,7 @@
#ifndef _COM_SUN_STAR_I18N_XTRANSLITERATION_HPP_
#include <com/sun/star/i18n/XTransliteration.hpp>
#endif
+#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <transliterationImpl.hxx>
@@ -138,9 +139,12 @@ public:
throw( com::sun::star::uno::RuntimeException );
private:
com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > xSMgr;
+ com::sun::star::uno::Reference < com::sun::star::container::XHierarchicalNameAccess > xHierarchicalNameAccess;
TransliterationImpl* translit;
rtl::OUString SAL_CALL makeNumberingIdentifier( sal_Int16 index )
throw(com::sun::star::uno::RuntimeException);
+ sal_Bool SAL_CALL isScriptFlagEnabled(const rtl::OUString& aName )
+ throw(com::sun::star::uno::RuntimeException);
};
} } } }