summaryrefslogtreecommitdiff
path: root/svx/inc/unonrule.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 14:47:48 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 14:47:48 +0000
commitafeae48693c1947f69b72e90163010898a648242 (patch)
tree4ce91f76af00ca0a8ad21f0d47c63430701125e4 /svx/inc/unonrule.hxx
parent1100d461bd4b3496a9cf804e3acc5dba98111542 (diff)
INTEGRATION: CWS visibility01 (1.5.1010); FILE MERGED
2004/12/06 08:10:55 mnicel 1.5.1010.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc/unonrule.hxx')
-rw-r--r--svx/inc/unonrule.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/svx/inc/unonrule.hxx b/svx/inc/unonrule.hxx
index 065a5881e0de..b832a5959344 100644
--- a/svx/inc/unonrule.hxx
+++ b/svx/inc/unonrule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unonrule.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: cl $ $Date: 2002-07-16 10:16:10 $
+ * last change: $Author: kz $ $Date: 2005-01-21 15:47:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,14 +69,18 @@
#include <com/sun/star/ucb/XAnyCompare.hpp>
#endif
+#ifndef INCLUDED_SVXDLLAPI_H
+#include "svx/svxdllapi.h"
+#endif
+
class SdrModel;
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();
+SVX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace > SvxCreateNumRule( const SvxNumRule* pRule ) throw();
+SVX_DLLPUBLIC ::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();
+SVX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XAnyCompare > SvxCreateNumRuleCompare() throw();
#endif