diff options
author | Christian Lippka <cl@openoffice.org> | 2002-07-16 09:16:10 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-07-16 09:16:10 +0000 |
commit | d2e8d121f109484d921a50d6e48257eaa40a4ecd (patch) | |
tree | 540cda4f6752fcac49460d78bbc265bb2cc20455 /svx/inc/unonrule.hxx | |
parent | e9bf505b37206f09b78d8ba8193f81e68312b1fa (diff) |
#100843# added code to convert a api numbering rule to implementation rule
Diffstat (limited to 'svx/inc/unonrule.hxx')
-rw-r--r-- | svx/inc/unonrule.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/inc/unonrule.hxx b/svx/inc/unonrule.hxx index 5fe897fb268b..065a5881e0de 100644 --- a/svx/inc/unonrule.hxx +++ b/svx/inc/unonrule.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unonrule.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: cl $ $Date: 2000-12-01 16:36:20 $ + * last change: $Author: cl $ $Date: 2002-07-16 10:16:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,7 @@ class SvxNumRule; ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace > SvxCreateNumRule( const SvxNumRule* pRule ) throw(); ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace > SvxCreateNumRule( SdrModel* pModel ) throw(); const SvxNumRule& SvxGetNumRule( ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace > xRule ) throw( ::com::sun::star::lang::IllegalArgumentException ); +bool SvxGetNumRule( ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace > xRule, SvxNumRule& rNumRule ); ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XAnyCompare > SvxCreateNumRuleCompare() throw(); #endif |