From 5bd8dcd45cb37b093e526c929ff9e3f382b8a758 Mon Sep 17 00:00:00 2001 From: gamebusterz Date: Fri, 20 Feb 2015 02:46:58 +0530 Subject: tdf#12345 Removed redundant newlines in the code Change-Id: Id3d8b6732caf58c70315db6e706338f7dac458c2 Reviewed-on: https://gerrit.libreoffice.org/14567 Tested-by: Jenkins Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- sfx2/source/sidebar/PopupContainer.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sfx2/source/sidebar/PopupContainer.cxx') 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) -- cgit