diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:17:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:17:59 +0000 |
commit | 6887d0541e1c8e1b59fe65dfe78e65fbc4bd4f2e (patch) | |
tree | 85bc3c08eb21fb43463c7db06870aab968c5a4f7 /scripting/source | |
parent | 278a31f2abd3d59b86adcb0e26d53e990166801e (diff) |
INTEGRATION: CWS tbe12 (1.6.4); FILE MERGED
2004/08/03 12:25:53 tbe 1.6.4.1: #i32510# ScriptProviderForBasic: separation of application basic macros into user and share
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/basprov/basprov.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/basprov/basprov.hxx b/scripting/source/basprov/basprov.hxx index fd23b34cd37c..5163c712d66b 100644 --- a/scripting/source/basprov/basprov.hxx +++ b/scripting/source/basprov/basprov.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basprov.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-07-23 14:07:33 $ + * last change: $Author: obo $ $Date: 2004-08-12 13:17:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,6 +120,9 @@ namespace basprov bool m_bIsUserCtx; ::rtl::OUString m_sCtxLocation; + bool isLibraryShared( + const ::com::sun::star::uno::Reference< ::com::sun::star::script::XLibraryContainer >& rxLibContainer, + const ::rtl::OUString& rLibName ); public: BasicProviderImpl( |