[Libreoffice-commits] core.git: cui/source

Tor Lillqvist tml at collabora.com
Sat Jan 11 11:00:12 PST 2014


 cui/source/tabpages/border.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit beaa383389a4e66b914c0fad1ed8ee3a0339d848
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Jan 11 20:30:13 2014 +0200

    WaE: unsafe mix of type 'sal_Bool' and type 'bool'
    
    Change-Id: I9b09447dbc91c130827d1f38537b5703689e12fa

diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index 0073a9e..87c5e24 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -568,7 +568,7 @@ sal_Bool SvxBorderTabPage::FillItemSet( SfxItemSet& rCoreAttrs )
 {
     bool bAttrsChanged = SfxTabPage::FillItemSet( rCoreAttrs );
 
-    sal_Bool                  bPut          = sal_True;
+    bool                  bPut          = true;
     sal_uInt16                nBoxWhich     = GetWhich( SID_ATTR_BORDER_OUTER );
     sal_uInt16                nBoxInfoWhich = rCoreAttrs.GetPool()->GetWhich( SID_ATTR_BORDER_INNER, sal_False );
     const SfxItemSet&     rOldSet       = GetItemSet();


More information about the Libreoffice-commits mailing list