summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dpcontrol.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@openoffice.org>2009-08-27 02:36:18 +0000
committerKohei Yoshida <kohei@openoffice.org>2009-08-27 02:36:18 +0000
commit2d16f08b453f2b2a4a32f902caae616318a19701 (patch)
treee4929f7cbff23ac9f77a1629bd9ec992c9785ec1 /sc/source/ui/inc/dpcontrol.hxx
parent984236d8b16fbb1c2728a7f4f2d25146865c6dee (diff)
Use the new PopupMenuFloatingWindow instead of FloatingWindow for popup menu specific stuff.
Diffstat (limited to 'sc/source/ui/inc/dpcontrol.hxx')
-rw-r--r--sc/source/ui/inc/dpcontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dpcontrol.hxx b/sc/source/ui/inc/dpcontrol.hxx
index ffab5f887238..1b99f6a38842 100644
--- a/sc/source/ui/inc/dpcontrol.hxx
+++ b/sc/source/ui/inc/dpcontrol.hxx
@@ -34,7 +34,7 @@
#include "rtl/ustring.hxx"
#include "tools/gen.hxx"
#include "tools/fract.hxx"
-#include "vcl/floatwin.hxx"
+#include "vcl/popupmenuwindow.hxx"
#include "vcl/button.hxx"
#include "vcl/scrbar.hxx"
#include "vcl/timer.hxx"
@@ -100,7 +100,7 @@ private:
// ============================================================================
-class ScMenuFloatingWindow : public FloatingWindow
+class ScMenuFloatingWindow : public PopupMenuFloatingWindow
{
public:
static size_t MENU_NOT_SELECTED;