summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-06 13:26:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-07 07:10:39 +0000
commit2d48f5fc0a4f7b5b8c9d3a4f4cc85d5f3a7e5053 (patch)
treec2e18df7dd44255e98c91f242194fd9bb66f3f3e /dbaccess/source/ui/querydesign/TableWindowAccess.cxx
parentConvert region to use std::unique_ptr (diff)
downloadcore-2d48f5fc0a4f7b5b8c9d3a4f4cc85d5f3a7e5053.tar.gz
core-2d48f5fc0a4f7b5b8c9d3a4f4cc85d5f3a7e5053.zip
convert VCLEVENT constants to scoped enum
Change-Id: Ic8ccb0a9715ec05182dacddab2c015b0de6a0fba Reviewed-on: https://gerrit.libreoffice.org/31675 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableWindowAccess.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowAccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
index 6a2a609701dc..5616112c10c0 100644
--- a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
@@ -51,7 +51,7 @@ namespace dbaui
}
void OTableWindowAccess::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent )
{
- if ( rVclWindowEvent.GetId() == VCLEVENT_OBJECT_DYING )
+ if ( rVclWindowEvent.GetId() == VclEventId::ObjectDying )
{
::osl::MutexGuard aGuard( m_aMutex );
m_pTable = nullptr;