diff options
Diffstat (limited to 'svx/source/form/databaselocationinput.cxx')
-rw-r--r-- | svx/source/form/databaselocationinput.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx index 64419352961e..be1665d8eebd 100644 --- a/svx/source/form/databaselocationinput.cxx +++ b/svx/source/form/databaselocationinput.cxx @@ -198,14 +198,14 @@ namespace svx IMPL_LINK( DatabaseLocationInputController_Impl, OnControlAction, VclWindowEvent&, _rEvent, void ) { if ( ( _rEvent.GetWindow() == &m_rBrowseButton ) - && ( _rEvent.GetId() == VCLEVENT_BUTTON_CLICK ) + && ( _rEvent.GetId() == VclEventId::ButtonClick ) ) { impl_onBrowseButtonClicked(); } if ( ( _rEvent.GetWindow() == &m_rLocationInput ) - && ( _rEvent.GetId() == VCLEVENT_EDIT_MODIFY ) + && ( _rEvent.GetId() == VclEventId::EditModify ) ) { m_bNeedExistenceCheck = true; |