diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-09 13:07:51 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-12 12:57:03 +0200 |
commit | 4b8f1dc1c8635c412b4669101e8871fa0cf26ff9 (patch) | |
tree | 6f0ee2fa1062cc4264185a5ee17dfcd4bcb88e14 /include | |
parent | 4f1eef278c41997315860158d481d4fc37bd328b (diff) |
FocusChanged and DataChanged are never overriden
and their default implementations are empty, so just delete them
Change-Id: Ibae2f92c3326ad46c4b6ef462b5b7b62ad63f0d8
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/svapp.hxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 72118ee8df37..cedca2ade592 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -355,22 +355,6 @@ public: */ ///@{ - /** Notify that the application is no longer the "focused" (or current) - application - needed for Windowing systems where an end user can switch - from one application to another. - - @see DataChanged - */ - virtual void FocusChanged(); - - /** Notify the application that data has changed via an event. - - @param rDCEvt Const reference to a DataChangedEvent object - - @see FocusChanged, NotifyAllWindows - */ - virtual void DataChanged( const DataChangedEvent& rDCEvt ); - /** Notify all windows that the application has changed data. @param rDCEvt Reference to a DataChangedEvent object |