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

Caolán McNamara caolanm at redhat.com
Wed Apr 22 02:27:22 PDT 2015


 svx/source/dialog/srchdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3d11a480a7d27cad099cc007a3fb2aa19946759
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Apr 22 10:22:10 2015 +0100

    WaE: bogus -Werror=maybe-uninitialized
    
    Change-Id: I651921a310801c5c14ade5704b058cb278dcc3f7

diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index b7021b6..4e945af 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -765,7 +765,7 @@ void SvxSearchDialog::Init_Impl( bool bSearchPattern )
         m_pColumnsBtn->SetClickHdl( aLink );
         m_pAllSheetsCB->SetClickHdl( aLink );
 
-        sal_uIntPtr nModifyFlagCheck;
+        sal_uIntPtr nModifyFlagCheck(nModifyFlag);
         switch ( pSearchItem->GetCellType() )
         {
             case SvxSearchCellType::FORMULA:


More information about the Libreoffice-commits mailing list