summaryrefslogtreecommitdiffstats
path: root/include/basic/sbxvar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-19 11:53:41 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-20 07:03:51 +0000
commitbaffe9bd291da266ea731afd8c801696d8575e17 (patch)
tree724154de78aef1dcc17dccbb353ee8f225d011e2 /include/basic/sbxvar.hxx
parentcom::sun::star->css in include/basegfx (diff)
downloadcore-baffe9bd291da266ea731afd8c801696d8575e17.tar.gz
core-baffe9bd291da266ea731afd8c801696d8575e17.zip
convert com::sun::star->css in include/basic
Change-Id: I40d092d1ae1391ce99d01a7e0c6cd0432a2696ca Reviewed-on: https://gerrit.libreoffice.org/19457 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/basic/sbxvar.hxx')
-rw-r--r--include/basic/sbxvar.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index be35aeddebfc..c237be0930e6 100644
--- a/include/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
@@ -175,9 +175,9 @@ public:
bool PutNull();
// Special methods
- bool PutDecimal( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec );
+ bool PutDecimal( css::bridge::oleautomation::Decimal& rAutomationDec );
bool PutDecimal( SbxDecimal* pDecimal ); // This function is needed for Windows build, don't remove
- bool fillAutomationDecimal( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec ) const;
+ bool fillAutomationDecimal( css::bridge::oleautomation::Decimal& rAutomationDec ) const;
bool PutCurrency( const sal_Int64& );
// Interface for CDbl in Basic
static SbxError ScanNumIntnl( const OUString& rSrc, double& nVal, bool bSingle = false );
@@ -330,7 +330,7 @@ public:
const OUString& GetDeclareClassName();
void SetDeclareClassName( const OUString& );
- void SetComListener( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xComListener,
+ void SetComListener( css::uno::Reference< css::uno::XInterface > xComListener,
StarBASIC* pParentBasic );
void ClearComListener();