summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlnume.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 10:32:47 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 12:05:04 +0200
commit1c909a13a0816e20d365000cc527d93e02633b0c (patch)
tree7a402659f9696c01ceeca51c5ddd2127b3b0e815 /include/xmloff/xmlnume.hxx
parentd29e614ff9cd91c4e4a1bada6a21884e33323f8d (diff)
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/xmloff/xmlnume.hxx')
-rw-r--r--include/xmloff/xmlnume.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/include/xmloff/xmlnume.hxx b/include/xmloff/xmlnume.hxx
index 2301e00df6ed..44124ed6c5ca 100644
--- a/include/xmloff/xmlnume.hxx
+++ b/include/xmloff/xmlnume.hxx
@@ -51,8 +51,7 @@ class XMLOFF_DLLPUBLIC SvxXMLNumRuleExport
SAL_DLLPRIVATE void exportLevelStyle(
sal_Int32 nLevel,
- const ::com::sun::star::uno::Sequence<
- ::com::sun::star::beans::PropertyValue>& rProps,
+ const css::uno::Sequence< css::beans::PropertyValue>& rProps,
bool bOutline=false );
protected:
@@ -60,8 +59,7 @@ protected:
/// Override this to add attributes to the <list-style> element.
SAL_DLLPRIVATE virtual void AddListStyleAttributes();
- SAL_DLLPRIVATE bool exportStyle( const ::com::sun::star::uno::Reference<
- ::com::sun::star::style::XStyle >& rStyle );
+ SAL_DLLPRIVATE bool exportStyle( const css::uno::Reference< css::style::XStyle >& rStyle );
SAL_DLLPRIVATE void exportOutline();
SvXMLExport& GetExport() { return rExport; }
@@ -73,8 +71,7 @@ public:
// should be private but sw::StoredChapterNumberingExport needs it
void exportLevelStyles(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::container::XIndexReplace > & xNumRule,
+ const css::uno::Reference< css::container::XIndexReplace > & xNumRule,
bool bOutline=false );
void exportStyles( bool bUsed,
@@ -82,8 +79,7 @@ public:
bool bExportChapterNumbering = true );
void exportNumberingRule(
const OUString& rName, bool bIsHidden,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::container::XIndexReplace > & xNumRule );
+ const css::uno::Reference< css::container::XIndexReplace > & xNumRule );
};
#endif // INCLUDED_XMLOFF_XMLNUME_HXX