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

Pavel Janík paveljanik at apache.org
Mon Dec 2 08:42:16 PST 2013


 sc/source/ui/Accessibility/AccessibleDocument.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bdb5114bb77d9c9393587269b39cd517456cb08d
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Nov 26 19:43:10 2013 +0000

    WaE: initialize boolean variable to prevent compiler warning.
    
    (cherry picked from commit b01b45e9d73a318e983fa5f023d6167218ed2558)

diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx
index 7a4a765..4c10181 100644
--- a/sc/source/ui/Accessibility/AccessibleDocument.cxx
+++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx
@@ -2509,7 +2509,7 @@ com::sun::star::uno::Sequence< com::sun::star::uno::Any > ScAccessibleDocument::
     }
     else if ( nType == FINDREPLACEFLOWTO )
     {
-        sal_Bool bSuccess;
+        sal_Bool bSuccess(sal_False);
         rAny >>= bSuccess;
         if ( bSuccess )
         {


More information about the Libreoffice-commits mailing list