From f107d453819fe06e1e8d46ffb3cc866f119d74fd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 21 May 2016 16:22:07 +0200 Subject: Convert SbxClassType to scoped enum Change-Id: I48afcdd9924d22b52a8db21aa253061e4d38c85b Reviewed-on: https://gerrit.libreoffice.org/25259 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vbahelper/source/vbahelper/vbahelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vbahelper/source') diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index effbbf028495..884a16740e3d 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -209,7 +209,7 @@ getCurrentDoc( const OUString& sKey ) throw (uno::RuntimeException) uno::Any aModel; - SbxVariable *pCompVar = basicChosen->Find( sKey, SbxCLASS_OBJECT ); + SbxVariable *pCompVar = basicChosen->Find( sKey, SbxClassType::Object ); if ( pCompVar ) { -- cgit