diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 09:54:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 09:54:59 +0000 |
commit | 9f9bfe677d855d9883360e151d15a6cb6c4d9f7d (patch) | |
tree | 0156c5d69ea94a0379566d2ccda1ced3f40986fc /i18npool/inc/defaultnumberingprovider.hxx | |
parent | 8ee2a0686f065b059e77f7b0a276a071373c7106 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'i18npool/inc/defaultnumberingprovider.hxx')
-rw-r--r-- | i18npool/inc/defaultnumberingprovider.hxx | 8 |
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); }; } } } } |