diff options
Diffstat (limited to 'i18npool/inc/defaultnumberingprovider.hxx')
-rw-r--r-- | i18npool/inc/defaultnumberingprovider.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/defaultnumberingprovider.hxx b/i18npool/inc/defaultnumberingprovider.hxx index 713e54463807..42d3c2831bc9 100644 --- a/i18npool/inc/defaultnumberingprovider.hxx +++ b/i18npool/inc/defaultnumberingprovider.hxx @@ -90,7 +90,7 @@ private: TransliterationImpl* translit; OUString SAL_CALL makeNumberingIdentifier( sal_Int16 index ) throw(com::sun::star::uno::RuntimeException); - sal_Bool SAL_CALL isScriptFlagEnabled(const OUString& aName ) + bool SAL_CALL isScriptFlagEnabled(const OUString& aName ) throw(com::sun::star::uno::RuntimeException); }; } } } } |