summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-30 07:06:16 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-30 07:06:16 +0000
commit373d71c06e210e257280437e03ba87d2e79185ee (patch)
tree5a846f086e308ca4451f165d96c99157331217b1
parentc43d9ac845e51873d693d468f29782b9d0f40ade (diff)
INTEGRATION: CWS aquavcl07 (1.12.4); FILE MERGED
2008/05/09 12:29:15 pl 1.12.4.1: fix warnings
-rw-r--r--vcl/source/app/salvtables.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 5565ea699db4..f8d285f48afa 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: salvtables.cxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -112,6 +112,11 @@ SalMenu::~SalMenu()
{
}
+BOOL SalMenu::ShowNativePopupMenu(FloatingWindow *, const Rectangle&, ULONG )
+{
+ return FALSE;
+};
+
SalMenuItem::~SalMenuItem()
{
}