summaryrefslogtreecommitdiff
path: root/vcl/source/window/popupmenuwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/popupmenuwindow.cxx')
-rw-r--r--vcl/source/window/popupmenuwindow.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/window/popupmenuwindow.cxx b/vcl/source/window/popupmenuwindow.cxx
index 2cf4c059a15c..9ce03cea4f0b 100644
--- a/vcl/source/window/popupmenuwindow.cxx
+++ b/vcl/source/window/popupmenuwindow.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "vcl/popupmenuwindow.hxx"
#include <limits>
@@ -39,8 +38,6 @@ PopupMenuFloatingWindow::ImplData::~ImplData()
{
}
-
-
PopupMenuFloatingWindow::PopupMenuFloatingWindow( Window* pParent, WinBits nStyle ) :
FloatingWindow(pParent, nStyle),
mpImplData(new ImplData)