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

Tor Lillqvist tml at collabora.com
Sun Apr 27 09:27:12 PDT 2014


 sw/source/filter/xml/xmltble.cxx    |    2 --
 vcl/source/opengl/OpenGLContext.cxx |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 62219707ff063ce4d4679a3614a551b2854ffcfd
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Apr 27 19:26:26 2014 +0300

    WaE: unused variable 'sBuffer'
    
    Change-Id: I245998bec7981cecec27d377c44f22a71ef0330e

diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx
index d5d935e..d7825e5 100644
--- a/sw/source/filter/xml/xmltble.cxx
+++ b/sw/source/filter/xml/xmltble.cxx
@@ -546,8 +546,6 @@ void SwXMLExport::ExportTableLinesAutoStyles( const SwTableLines& rLines,
 
     pTableLines->push_back( pLines );
 
-    OUStringBuffer sBuffer( rNamePrefix.getLength() + 8L );
-
     // pass 2: export column styles
     {
         const SwXMLTableColumns_Impl& rCols = pLines->GetColumns();
commit fb57e17251b819a2339e6a10a9a272f6125d1873
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Apr 27 18:57:50 2014 +0300

    WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
    
    Change-Id: I259f3a192097fed449bbea28a18febccfd93db04

diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index 4daae1c..b8c963b 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -603,7 +603,7 @@ bool OpenGLContext::initWindow()
     {
         if( !m_pChildWindow )
         {
-            m_pChildWindow = new SystemChildWindow(mpWindow, 0, &winData, sal_False);
+            m_pChildWindow = new SystemChildWindow(mpWindow, 0, &winData, false);
             m_pChildWindowGC.reset(m_pChildWindow);
         }
         pChildSysData = m_pChildWindow->GetSystemData();


More information about the Libreoffice-commits mailing list