summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@openoffice.org>2009-08-20 20:23:05 +0000
committerKohei Yoshida <kohei@openoffice.org>2009-08-20 20:23:05 +0000
commit4a08bf44d06f9e075ae578b062c01673eb7edf97 (patch)
tree19eecdefb604508519b3ef8a126bf48200fa6897 /sc/source/ui/inc
parentfb89c0d1df93909faeaa080359e77b1f35eed572 (diff)
removed all my printf statements.
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/dpcontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/dpcontrol.hxx b/sc/source/ui/inc/dpcontrol.hxx
index 72a7dc7a6970..0071be51fc9d 100644
--- a/sc/source/ui/inc/dpcontrol.hxx
+++ b/sc/source/ui/inc/dpcontrol.hxx
@@ -113,7 +113,7 @@ public:
virtual void execute() = 0;
};
- explicit ScMenuFloatingWindow(Window* pParent, ScDocument* pDoc);
+ explicit ScMenuFloatingWindow(Window* pParent, ScDocument* pDoc, USHORT nMenuStackLevel = 0);
virtual ~ScMenuFloatingWindow();
virtual void MouseMove(const MouseEvent& rMEvt);