From f4d3558334c5b403c2f1298f2ef831607778dae5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 6 May 2014 14:25:46 +0200 Subject: Application::UserEvent and Window::UserEvent are empty ...and never overridden, so can be removed along with the dead SVX_EVENT_COLUM_WINDOW_EXECUTE code that calls them. Change-Id: Ie500066c083f8fbf649c64f2d61fb85901473b5c --- vcl/source/app/svapp.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcl/source/app/svapp.cxx') diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index ba2c51f3484e..4c8a25465b38 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -219,10 +219,6 @@ bool Application::QueryExit() return true; } -void Application::UserEvent( sal_uLong, void* ) -{ -} - void Application::FocusChanged() { } -- cgit