summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumfe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlnumfe.cxx')
-rw-r--r--xmloff/source/style/xmlnumfe.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index 80f8511499b3..e4c382a10a38 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -211,7 +211,7 @@ SvXMLNumFmtExport::SvXMLNumFmtExport(
{
// supplier must be SvNumberFormatsSupplierObj
SvNumberFormatsSupplierObj* pObj =
- SvNumberFormatsSupplierObj::getImplementation( rSupp );
+ comphelper::getUnoTunnelImplementation<SvNumberFormatsSupplierObj>( rSupp );
if (pObj)
pFormatter = pObj->GetNumberFormatter();
@@ -243,7 +243,7 @@ SvXMLNumFmtExport::SvXMLNumFmtExport(
{
// supplier must be SvNumberFormatsSupplierObj
SvNumberFormatsSupplierObj* pObj =
- SvNumberFormatsSupplierObj::getImplementation( rSupp );
+ comphelper::getUnoTunnelImplementation<SvNumberFormatsSupplierObj>( rSupp );
if (pObj)
pFormatter = pObj->GetNumberFormatter();