sfx2/source/view/viewfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 61a2c9fbacebb15511dfc233ffbd25937ea2d04f
Author: Tor Lillqvist <tlillqv...@suse.com>
Date:   Fri Aug 16 16:48:08 2013 +0300

    WaE: C4805: '==' : unsafe mix of type 'bool' and type 'sal_Bool' in 
operation
    
    Change-Id: Ib4da1e4f488971d7508054159df3e277daea7e5f

diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 79f6314..e1fcdc4 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -2791,7 +2791,7 @@ void SfxViewFrame::MiscExec_Impl( SfxRequest& rReq )
             if (xSupplier.is())
                 xRecorder = xSupplier->getDispatchRecorder();
 
-            sal_Bool bIsRecording = xRecorder.is();
+            bool bIsRecording = xRecorder.is();
             SFX_REQUEST_ARG( rReq, pItem, SfxBoolItem, SID_RECORDMACRO, 
sal_False);
             if ( pItem && pItem->GetValue() == bIsRecording )
                 return;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to