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 62aa59d9d5f7..6e457738fcf2 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() {}