summaryrefslogtreecommitdiff
path: root/sw/source/ui/ribbar
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-04 14:10:44 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-04 14:10:44 +0000
commit518170e742f80c9ba3da9be12926a8e1360940f9 (patch)
treea0a1645d83ea496ec68f5b3583c1a65d311def3e /sw/source/ui/ribbar
parent460aa12f10f29b9cab7d671fd1cecebd071b4263 (diff)
INTEGRATION: CWS os89 (1.16.86); FILE MERGED
2006/11/13 10:24:25 os 1.16.86.1: #i67793# formula menu handling changed
Diffstat (limited to 'sw/source/ui/ribbar')
-rw-r--r--sw/source/ui/ribbar/inputwin.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/source/ui/ribbar/inputwin.cxx b/sw/source/ui/ribbar/inputwin.cxx
index 4252e15d0c2a..7299e29f2a51 100644
--- a/sw/source/ui/ribbar/inputwin.cxx
+++ b/sw/source/ui/ribbar/inputwin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inputwin.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 23:11:41 $
+ * last change: $Author: rt $ $Date: 2006-12-04 15:10:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -353,9 +353,10 @@ IMPL_LINK( SwInputWindow, DropdownClickHdl, ToolBox*, pToolBox )
{
case FN_FORMULA_CALC :
{
- Point aBL = GetItemRect( FN_FORMULA_CALC ).BottomLeft();
- Point aPt(aBL.X(), aBL.Y());
- aPopMenu.Execute( this, aPt );
+ aPopMenu.Execute( this, GetItemRect( FN_FORMULA_CALC ), POPUPMENU_NOMOUSEUPCLOSE );
+ break;
+ default:
+ break;
}
}