diff options
author | gamebusterz <gamebusterz2@gmail.com> | 2015-02-20 02:46:58 +0530 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-02-20 21:25:17 +0000 |
commit | 5bd8dcd45cb37b093e526c929ff9e3f382b8a758 (patch) | |
tree | e9e93b53d509a04a1548b6da8cca868a5351964b /sfx2/source/sidebar/PopupContainer.cxx | |
parent | 1fcaf8a37a7133f07e5b9a18c4fadf17fe914f6d (diff) |
tdf#12345 Removed redundant newlines in the code
Change-Id: Id3d8b6732caf58c70315db6e706338f7dac458c2
Reviewed-on: https://gerrit.libreoffice.org/14567
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sfx2/source/sidebar/PopupContainer.cxx')
-rw-r--r-- | sfx2/source/sidebar/PopupContainer.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/sidebar/PopupContainer.cxx b/sfx2/source/sidebar/PopupContainer.cxx index 92e5e20f37a3..621a8248fd01 100644 --- a/sfx2/source/sidebar/PopupContainer.cxx +++ b/sfx2/source/sidebar/PopupContainer.cxx @@ -28,15 +28,12 @@ PopupContainer::PopupContainer (vcl::Window* pParent) } - - PopupContainer::~PopupContainer (void) { } - long PopupContainer::Notify (NotifyEvent& rEvent) { if (rEvent.GetType() == MouseNotifyEvent::LOSEFOCUS) |