[Libreoffice-commits] core.git: bridges/source
Matteo Casalin
matteo.casalin at yahoo.com
Sun Sep 13 02:10:37 PDT 2015
bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f290e30e958319860af1febd01bb322f5f08b20a
Author: Matteo Casalin <matteo.casalin at yahoo.com>
Date: Sun Sep 13 11:09:49 2015 +0200
Fix typo
Change-Id: I81e897153281a70756ffd442f9384751c025c016
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index 106c20a..3a43ea3 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -696,7 +696,7 @@ RaiseInfo::RaiseInfo(typelib_TypeDescription * pTD)throw ()
assert(etMem + etMemOffset == pCode + totalSize);
// remove array
- delete[] excecptionTypeSizeArray;
+ delete[] exceptionTypeSizeArray;
}
RaiseInfo::~RaiseInfo() throw ()
More information about the Libreoffice-commits
mailing list