[Libreoffice-commits] .: Branch 'feature/calc-dp-unlimited-fields' - sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Dec 15 09:05:54 PST 2010
sc/source/ui/dbgui/pvlaydlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 06aa754ffd3a6a21cd06f2a226ddab57780ae424
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Wed Dec 15 12:05:50 2010 -0500
TRUE to true
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx
index bda93dd..b5db6a7 100644
--- a/sc/source/ui/dbgui/pvlaydlg.cxx
+++ b/sc/source/ui/dbgui/pvlaydlg.cxx
@@ -957,7 +957,7 @@ void ScDPLayoutDlg::NotifyMouseButtonUp( const Point& rAt )
eDnDToType = TYPE_SELECT;
}
else
- bDel = TRUE;
+ bDel = true;
if (bDel)
{
More information about the Libreoffice-commits
mailing list