From b1f8cf37828d5f37527e54774aa4935610aa6325 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 2 Nov 2016 10:57:21 +0200 Subject: loplugin:singlevalfields Change-Id: I65f96d9cd24572c8d0946acf4d2d45eb3db83a76 Reviewed-on: https://gerrit.libreoffice.org/30476 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- basic/source/inc/expr.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'basic/source/inc') diff --git a/basic/source/inc/expr.hxx b/basic/source/inc/expr.hxx index 68a7bf90be0f..a43f4544031f 100644 --- a/basic/source/inc/expr.hxx +++ b/basic/source/inc/expr.hxx @@ -24,6 +24,7 @@ #include "opcodes.hxx" #include "token.hxx" +#include class SbiExprNode; class SbiExpression; @@ -34,7 +35,6 @@ class SbiSymDef; class SbiProcDef; -#include typedef ::std::unique_ptr SbiExprListPtr; typedef ::std::vector SbiExprListVector; @@ -49,7 +49,6 @@ struct KeywordSymbolInfo { OUString m_aKeywordSymbol; SbxDataType m_eSbxDataType; - SbiToken m_eTok; }; enum SbiExprType { // expression types: -- cgit