summaryrefslogtreecommitdiff
path: root/svtools/source/misc/dialogcontrolling.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/dialogcontrolling.cxx')
-rw-r--r--svtools/source/misc/dialogcontrolling.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/dialogcontrolling.cxx b/svtools/source/misc/dialogcontrolling.cxx
index 11e6d50bfac6..8e1c15016da4 100644
--- a/svtools/source/misc/dialogcontrolling.cxx
+++ b/svtools/source/misc/dialogcontrolling.cxx
@@ -97,7 +97,7 @@ namespace svt
{
m_pImpl->aConcernedWindows.push_back( &_rWindow );
- VclWindowEvent aEvent( &_rWindow, 0, nullptr );
+ VclWindowEvent aEvent( &_rWindow, VclEventId::NONE, nullptr );
impl_update( aEvent, _rWindow );
}