summaryrefslogtreecommitdiff
path: root/sw/source/ui/cctrl/popbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/cctrl/popbox.cxx')
-rw-r--r--sw/source/ui/cctrl/popbox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/cctrl/popbox.cxx b/sw/source/ui/cctrl/popbox.cxx
index 9b99a41b3e64..9d09a613283f 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-------------------