diff options
Diffstat (limited to 'vcl/source/window/popupmenuwindow.cxx')
-rw-r--r-- | vcl/source/window/popupmenuwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/popupmenuwindow.cxx b/vcl/source/window/popupmenuwindow.cxx index 7a037943d666..2cf4c059a15c 100644 --- a/vcl/source/window/popupmenuwindow.cxx +++ b/vcl/source/window/popupmenuwindow.cxx @@ -39,7 +39,7 @@ PopupMenuFloatingWindow::ImplData::~ImplData() { } -// ============================================================================ + PopupMenuFloatingWindow::PopupMenuFloatingWindow( Window* pParent, WinBits nStyle ) : FloatingWindow(pParent, nStyle), |