summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlnumfe.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/xmlnumfe.hxx
parentd29e614ff9cd91c4e4a1bada6a21884e33323f8d (diff)
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/xmloff/xmlnumfe.hxx')
-rw-r--r--include/xmloff/xmlnumfe.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/xmloff/xmlnumfe.hxx b/include/xmloff/xmlnumfe.hxx
index 2463b6ea95d3..3ece1bc82400 100644
--- a/include/xmloff/xmlnumfe.hxx
+++ b/include/xmloff/xmlnumfe.hxx
@@ -90,7 +90,7 @@ private:
SAL_DLLPRIVATE void WriteRepeatedElement_Impl( sal_Unicode ch );
SAL_DLLPRIVATE bool WriteTextWithCurrency_Impl( const OUString& rString,
- const ::com::sun::star::lang::Locale& rLocale );
+ const css::lang::Locale& rLocale );
SAL_DLLPRIVATE void ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt32 nKey,
sal_uInt16 nPart, bool bDefPart );
@@ -98,11 +98,9 @@ private:
public:
SvXMLNumFmtExport( SvXMLExport& rExport,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::util::XNumberFormatsSupplier >& rSupp );
+ const css::uno::Reference< css::util::XNumberFormatsSupplier >& rSupp );
SvXMLNumFmtExport( SvXMLExport& rExport,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::util::XNumberFormatsSupplier >& rSupp,
+ const css::uno::Reference< css::util::XNumberFormatsSupplier >& rSupp,
const OUString& rPrefix );
virtual ~SvXMLNumFmtExport();
@@ -116,8 +114,8 @@ public:
// get the style name that was generated for a key
OUString GetStyleName( sal_uInt32 nKey );
- void GetWasUsed(com::sun::star::uno::Sequence<sal_Int32>& rWasUsed);
- void SetWasUsed(const com::sun::star::uno::Sequence<sal_Int32>& rWasUsed);
+ void GetWasUsed(css::uno::Sequence<sal_Int32>& rWasUsed);
+ void SetWasUsed(const css::uno::Sequence<sal_Int32>& rWasUsed);