diff options
author | os <os@openoffice.org> | 2011-02-15 16:01:31 +0100 |
---|---|---|
committer | os <os@openoffice.org> | 2011-02-15 16:01:31 +0100 |
commit | 49cee70700df0b4cddfe3632b34749a0093be336 (patch) | |
tree | a1c3a0228c17048a4cfafbacfc5e869e1bb2a968 /sw/source/ui/cctrl/popbox.cxx | |
parent | b3b18b10a748601d1dd2573fb5005c02a2470f22 (diff) | |
parent | 2fa791c5295f16bbc25ab33a58b9dbb1652108f7 (diff) |
m100 merged
Diffstat (limited to 'sw/source/ui/cctrl/popbox.cxx')
-rw-r--r-- | sw/source/ui/cctrl/popbox.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/cctrl/popbox.cxx b/sw/source/ui/cctrl/popbox.cxx index 2d4ff3cfc3..d5e3842a4f 100644 --- a/sw/source/ui/cctrl/popbox.cxx +++ b/sw/source/ui/cctrl/popbox.cxx @@ -67,8 +67,8 @@ long SwHelpToolBox::DoubleClick( ToolBox* pCaller ) { // kein Doppelklick auf einen Button if( 0 == pCaller->GetCurItemId() && aDoubleClickLink.Call(0) ) - return TRUE; - return FALSE; + return sal_True; + return sal_False; } /*-----------------26.02.94 00:36------------------- |