diff options
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 c9f8a2bc90..da00b52ce8 100644 --- a/sw/source/ui/cctrl/popbox.cxx +++ b/sw/source/ui/cctrl/popbox.cxx @@ -58,8 +58,8 @@ long SwHelpToolBox::DoubleClick( ToolBox* pCaller ) { // No doubleclick on button if( 0 == pCaller->GetCurItemId() && aDoubleClickLink.Call(0) ) - return TRUE; - return FALSE; + return sal_True; + return sal_False; } SwHelpToolBox::~SwHelpToolBox() {} |