diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:45:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:45:10 +0000 |
commit | 0a4dd2a1712276f4bb5c2bfc59b4a8f2f3e909f4 (patch) | |
tree | 5a9d214d80c93fbc892ec6d79815510f1cabd4b3 /embeddedobj | |
parent | e3edb485c545a1b6071dddec42ab35093a523f6b (diff) |
INTEGRATION: CWS insight01 (1.9.4); FILE MERGED
2004/06/10 12:05:17 oj 1.9.4.1: embedded obj changes
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/inc/commonembobj.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx index 6e37f89bbf83..acc5e5a5e636 100644 --- a/embeddedobj/source/inc/commonembobj.hxx +++ b/embeddedobj/source/inc/commonembobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: commonembobj.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2004-05-10 17:52:42 $ + * last change: $Author: hr $ $Date: 2004-08-02 17:45:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -215,7 +215,7 @@ private: sal_Int32 ConvertVerbToState_Impl( sal_Int32 nVerb ); - void StateChangeNotification_Impl( sal_Bool bBeforeChange, sal_Int32 nOldState, sal_Int32 nNewState ); + void StateChangeNotification_Impl( sal_Bool bBeforeChange, sal_Int32 nOldState, sal_Int32 nNewState,::osl::ResettableMutexGuard& _rGuard ); void SwitchStateTo_Impl( sal_Int32 nNextState ); |