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

David Tardon dtardon at redhat.com
Wed Apr 29 04:38:59 PDT 2015


 sw/source/ui/misc/num.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 01ceb3151ed321e5d51f2e8ca953da5238cfc62f
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Apr 29 13:38:24 2015 +0200

    error C2666: 'operator ==' : 2 overloads have similar conversions
    
    Change-Id: I31ccd7915241fffe7cf58f026bc9931d66e1a664

diff --git a/sw/source/ui/misc/num.cxx b/sw/source/ui/misc/num.cxx
index 50047f2..86f38ed 100644
--- a/sw/source/ui/misc/num.cxx
+++ b/sw/source/ui/misc/num.cxx
@@ -754,7 +754,7 @@ IMPL_LINK( SwNumPositionTabPage, RelativeHdl, CheckBox *, pBox )
         m_pDistBorderMF->SetValue(m_pDistBorderMF->Normalize(nValue), FUNIT_TWIP);
     else
         m_pDistBorderMF->SetText(aEmptyOUStr);
-    m_pDistBorderMF->Enable(bOn || bSingleSelection||0 != pOutlineDlg);
+    m_pDistBorderMF->Enable(bOn || bSingleSelection || pOutlineDlg);
     bLastRelative = bOn;
     return 0;
 }


More information about the Libreoffice-commits mailing list