diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-12-11 13:31:07 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-12-11 13:31:07 +0100 |
commit | 3f22e535715ab83202b616abb1066d73cb6f6dc2 (patch) | |
tree | d785b78f59bd12fc53c8b9492d5659b2e815c7dc /svx/inc | |
parent | df68bce583b8f6162b3c0d7758f4127ed4a760f8 (diff) |
ore header cleanup
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/unomod.hxx | 4 | ||||
-rw-r--r-- | svx/inc/svx/unotext.hxx | 8 | ||||
-rw-r--r-- | svx/inc/unonrule.hxx | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/svx/inc/svx/unomod.hxx b/svx/inc/svx/unomod.hxx index e4f9e33d4c5f..b60825afbaf0 100644 --- a/svx/inc/svx/unomod.hxx +++ b/svx/inc/svx/unomod.hxx @@ -33,10 +33,14 @@ #include <com/sun/star/document/EventObject.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/container/XIndexReplace.hpp> #include "svx/svxdllapi.h" class SdrHint; class SdrModel; +class SdrModel; + +SVX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace > SvxCreateNumRule( SdrModel* pModel ) throw(); class SVX_DLLPUBLIC SvxUnoDrawMSFactory : public ::com::sun::star::lang::XMultiServiceFactory { diff --git a/svx/inc/svx/unotext.hxx b/svx/inc/svx/unotext.hxx index ab18ebe51a6b..bf45a052d20f 100644 --- a/svx/inc/svx/unotext.hxx +++ b/svx/inc/svx/unotext.hxx @@ -39,6 +39,7 @@ #include <com/sun/star/text/XTextCursor.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> @@ -63,16 +64,15 @@ #include <svl/itemprop.hxx> #include <svl/itemset.hxx> #include <svl/itempool.hxx> + #include <svx/editdata.hxx> #include <svx/unoedsrc.hxx> -#include <svx/outliner.hxx> -#include <svx/unoforou.hxx> #include <svx/eeitem.hxx> #include <svx/svxdllapi.h> -#include <svx/unoipset.hxx> - #include <svx/unomid.hxx> +class SvxItemPropertySet; + #ifndef SEQTYPE #if defined(__SUNPRO_CC) && (__SUNPRO_CC == 0x500) #define SEQTYPE(x) (new ::com::sun::star::uno::Type( x )) diff --git a/svx/inc/unonrule.hxx b/svx/inc/unonrule.hxx index b00b4f06cfd9..91a79cf58d51 100644 --- a/svx/inc/unonrule.hxx +++ b/svx/inc/unonrule.hxx @@ -42,11 +42,7 @@ #include <comphelper/servicehelper.hxx> #include <com/sun/star/beans/PropertyValue.hpp> -class SdrModel; -//class SvxNumRule; - 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(); SVX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace > SvxCreateNumRule() 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 ); |