basic/source/sbx/sbxvar.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e5a8eb9e291ca01489235376e04b80d4d6bc3999
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Sep 29 13:48:00 2015 +0100

    fix dbgutil build
    
    Change-Id: If2a9d330bd7fde8db5e998e97c278fb19c90f24a

diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx
index 83538ac..36d459a 100644
--- a/basic/source/sbx/sbxvar.cxx
+++ b/basic/source/sbx/sbxvar.cxx
@@ -408,7 +408,7 @@ void SbxVariable::SetParent( SbxObject* p )
 {
 #ifdef DBG_UTIL
     // Will the parent of a SbxObject be set?
-    if ( p && 0 != dynamic_cast<const SbxObject*>( ) )
+    if (p)
     {
         // then this had to be a child of the new parent
         bool bFound = false;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to