diff options
Diffstat (limited to 'sfx2/source/sidebar/PopupContainer.cxx')
-rw-r--r-- | sfx2/source/sidebar/PopupContainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/PopupContainer.cxx b/sfx2/source/sidebar/PopupContainer.cxx index 9167dd61d965..97566fba0a7a 100644 --- a/sfx2/source/sidebar/PopupContainer.cxx +++ b/sfx2/source/sidebar/PopupContainer.cxx @@ -22,7 +22,7 @@ namespace sfx2 { namespace sidebar { -PopupContainer::PopupContainer (Window* pParent) +PopupContainer::PopupContainer (vcl::Window* pParent) : FloatingWindow(pParent, WB_SYSTEMWINDOW | WB_3DLOOK) { } |