summaryrefslogtreecommitdiff
path: root/basic/source/comp/scanner.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-14 14:16:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-15 08:25:22 +0200
commit3059ede409bd8136be0397f532b644855bb9d07a (patch)
treeb36700ce181ea77640a2419228ef1a39dfe475ca /basic/source/comp/scanner.cxx
parent3f20471490c61b19fe4222f8c40df255051f6e3d (diff)
drop SbError typedef
in favour of ErrCode. Part of a larger patch to convert ErrCode to strong_int Change-Id: Ia846bfc93c58c85c6a6cec79e9d19b9ecbd1c05f Reviewed-on: https://gerrit.libreoffice.org/38783 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/comp/scanner.cxx')
-rw-r--r--basic/source/comp/scanner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx
index c851384a342b..e906cfb19c52 100644
--- a/basic/source/comp/scanner.cxx
+++ b/basic/source/comp/scanner.cxx
@@ -68,7 +68,7 @@ void SbiScanner::UnlockColumn()
nColLock--;
}
-void SbiScanner::GenError( SbError code )
+void SbiScanner::GenError( ErrCode code )
{
if( GetSbData()->bBlockCompilerError )
{