summaryrefslogtreecommitdiff
path: root/basic/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-06 15:02:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-07 07:19:59 +0100
commitc947a25b3a785f8d43160671f79e3bb503dfb1ae (patch)
tree5617da65af355bb2122cd7a09097eff62f4c4b43 /basic/source/inc
parentf7a57f3a1b3bf357b8dd9401b6d5d2525497967e (diff)
loplugin:countusersofdefaultparams in basctl..basegfx
Change-Id: I515acfb9de1f6dff1de94a60055c5b600e5e5241 Reviewed-on: https://gerrit.libreoffice.org/45957 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/inc')
-rw-r--r--basic/source/inc/expr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/expr.hxx b/basic/source/inc/expr.hxx
index cefad1957a25..cc1d82ac2347 100644
--- a/basic/source/inc/expr.hxx
+++ b/basic/source/inc/expr.hxx
@@ -175,7 +175,7 @@ protected:
public:
SbiExpression( SbiParser*, SbiExprType = SbSTDEXPR,
SbiExprMode eMode = EXPRMODE_STANDARD, const KeywordSymbolInfo* pKeywordSymbolInfo = nullptr ); // parsing Ctor
- SbiExpression( SbiParser*, double, SbxDataType = SbxDOUBLE );
+ SbiExpression( SbiParser*, double, SbxDataType );
SbiExpression( SbiParser*, const SbiSymDef&, SbiExprListPtr = nullptr );
~SbiExpression();
OUString& GetName() { return aArgName; }