diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-14 10:35:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-14 10:35:02 +0000 |
commit | b09c5c0b74a672c5a95617f692970acaf183df72 (patch) | |
tree | 0cdfc16905e48d3551b27a245678e93838709fcf /extensions/source/propctrlr/xsdvalidationhelper.hxx | |
parent | b8ae782649b25f4503fd6ce79b18ff32cfb44402 (diff) |
INTEGRATION: CWS pbrwuno (1.4.16); FILE MERGED
2005/10/17 13:19:05 fs 1.4.16.1: #i53095# proper listener administration: allow multiple listeners per handler
Diffstat (limited to 'extensions/source/propctrlr/xsdvalidationhelper.hxx')
-rw-r--r-- | extensions/source/propctrlr/xsdvalidationhelper.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/xsdvalidationhelper.hxx b/extensions/source/propctrlr/xsdvalidationhelper.hxx index 6d6bcaea3..18745c744 100644 --- a/extensions/source/propctrlr/xsdvalidationhelper.hxx +++ b/extensions/source/propctrlr/xsdvalidationhelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xsdvalidationhelper.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:33:22 $ + * last change: $Author: vg $ $Date: 2006-03-14 11:35:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,6 +74,7 @@ namespace pcr public: XSDValidationHelper( + ::osl::Mutex& _rMutex, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxIntrospectee, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxContextDocument ); |