[Libreoffice-commits] core.git: vcl/win

Takeshi Abe tabe at fixedpoint.jp
Fri Oct 30 02:23:13 PDT 2015


 vcl/win/source/app/salinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 227678102b8b1c861b88efd58979f2be78d5d906
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Oct 30 16:25:03 2015 +0900

    vcl: This is a constant
    
    Change-Id: Id87952a5eafa6c4ddf2d58b694cadf1fbf5c45a1

diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index 4f3a289..8321ecf 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -1099,7 +1099,7 @@ int WinSalInstance::WorkaroundExceptionHandlingInUSER32Lib(int, LPEXCEPTION_POIN
     // Problem behind: user32.dll sometime consumes exceptions/process violations .-)
     // see also #112221#
 
-    static DWORD EXCEPTION_MSC_CPP_EXCEPTION = 0xE06D7363;
+    static const DWORD EXCEPTION_MSC_CPP_EXCEPTION = 0xE06D7363;
 
     if (pExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_MSC_CPP_EXCEPTION)
         return EXCEPTION_CONTINUE_SEARCH;


More information about the Libreoffice-commits mailing list