summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-24 12:48:36 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-24 12:48:36 +0000
commit2bd21737c547afa421742a65bc0e269318133f14 (patch)
tree890044a105e63d3b81ad37e96b25c261d2aa51c1 /vcl/win
parent934504196c238d4be3255ac986c664251699ce7e (diff)
INTEGRATION: CWS fwk34 (1.10.138); FILE MERGED
2006/03/08 10:54:06 as 1.10.138.1: #120210# improve all _try _except use cases
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/inc/salinst.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/win/inc/salinst.h b/vcl/win/inc/salinst.h
index 0999659f7dad..11def052a63d 100644
--- a/vcl/win/inc/salinst.h
+++ b/vcl/win/inc/salinst.h
@@ -4,9 +4,9 @@
*
* $RCSfile: salinst.h,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 13:35:45 $
+ * last change: $Author: obo $ $Date: 2006-03-24 13:48:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -100,6 +100,8 @@ public:
virtual void DestroyMenuItem( SalMenuItem* );
virtual SalSession* CreateSalSession();
virtual void* GetConnectionIdentifier( ConnectionIdentifierType& rReturnedType, int& rReturnedBytes );
+
+ static int WorkaroundExceptionHandlingInUSER32Lib(int nExcept, LPEXCEPTION_POINTERS pExceptionInfo);
};
// --------------