summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxdec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxdec.cxx')
-rw-r--r--basic/source/sbx/sbxdec.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxdec.cxx b/basic/source/sbx/sbxdec.cxx
index ae07e212a6b4..2c824d7bd902 100644
--- a/basic/source/sbx/sbxdec.cxx
+++ b/basic/source/sbx/sbxdec.cxx
@@ -43,7 +43,7 @@ SbxDecimal::SbxDecimal( const SbxDecimal& rDec )
}
SbxDecimal::SbxDecimal
- ( const com::sun::star::bridge::oleautomation::Decimal& rAutomationDec )
+ ( const css::bridge::oleautomation::Decimal& rAutomationDec )
{
#ifdef WIN32
maDec.scale = rAutomationDec.Scale;
@@ -58,7 +58,7 @@ SbxDecimal::SbxDecimal
}
void SbxDecimal::fillAutomationDecimal
- ( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec )
+ ( css::bridge::oleautomation::Decimal& rAutomationDec )
{
#ifdef WIN32
rAutomationDec.Scale = maDec.scale;