summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx2
1 files changed, 1 insertions, 1 deletions
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 cd292c7db8b0..385f5f5cb9ed 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -324,7 +324,7 @@ class type_info_
{
friend type_info * RTTInfos::getRTTI( OUString const & ) throw ();
friend int mscx_filterCppException(
- LPEXCEPTION_POINTERS, uno_Any *, uno_Mapping * );
+ EXCEPTION_POINTERS *, uno_Any *, uno_Mapping * );
public:
virtual ~type_info_() throw ();
tion'>Takeshi Abe 2015-08-04sc: inline some use-once typedefsNoel Grandin 2014-06-25remove whitespaceMarkus Mohrhard 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann 2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2012-03-26reduce over use of static OUStringsCaolán McNamara