summaryrefslogtreecommitdiff
path: root/svx/source/inc/eventhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/eventhandler.hxx')
-rw-r--r--svx/source/inc/eventhandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/eventhandler.hxx b/svx/source/inc/eventhandler.hxx
index f3a31de5ec50..ea9da53634d0 100644
--- a/svx/source/inc/eventhandler.hxx
+++ b/svx/source/inc/eventhandler.hxx
@@ -81,7 +81,7 @@ namespace sdr
virtual ~EventHandler();
// Trigger and consume the events
- virtual void ExecuteEvents();
+ void ExecuteEvents();
bool IsEmpty() const;
};