diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2016-01-23 18:24:55 +0100 |
---|---|---|
committer | Arnaud Versini <arnaud.versini@libreoffice.org> | 2016-01-24 17:43:15 +0000 |
commit | 7d0e520e22a7b41e5ee7010bb4d1801362e15f67 (patch) | |
tree | 867a31a148f5e989325d828179850bdc894f4e38 /basic/source/inc/parser.hxx | |
parent | fdcc9e0b8f083d9964d195ebcddcdeedd40b871d (diff) |
BASIC : Remove class SbiDimList and SbiParameters
Change-Id: I039bdc786a65ad534390e7138f584cdb470428af
Reviewed-on: https://gerrit.libreoffice.org/21734
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Diffstat (limited to 'basic/source/inc/parser.hxx')
-rw-r--r-- | basic/source/inc/parser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/parser.hxx b/basic/source/inc/parser.hxx index e5b42762e76b..e2d5a3bf3637 100644 --- a/basic/source/inc/parser.hxx +++ b/basic/source/inc/parser.hxx @@ -44,7 +44,7 @@ class SbiParser : public SbiTokenizer bool bSingleLineIf; bool bCodeCompleting; - SbiSymDef* VarDecl( SbiDimList**, bool, bool ); + SbiSymDef* VarDecl( SbiExprList**, bool, bool ); SbiProcDef* ProcDecl(bool bDecl); void DefStatic( bool bPrivate ); void DefProc( bool bStatic, bool bPrivate ); // read in procedure |