diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 13:12:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 13:12:41 +0000 |
commit | 2c30fecb18cffcd58dd7ff69d4fe01a63f11aed7 (patch) | |
tree | 64abcd06080b0970b053bf01b9825d0dee107348 /desktop | |
parent | 208f073318c74ecff58aa8fd1266cf2851d70a2f (diff) |
INTEGRATION: CWS jl13 (1.4.12); FILE MERGED
2004/10/15 12:49:00 dbo 1.4.12.1: #i35536##i34555##i34149#
- rc files without vnd.sun.star.expand urls
- export file picker filter
- reinstall cleans xlc files
- minor improvements
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/registry/script/dp_lib_container.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/source/deployment/registry/script/dp_lib_container.h b/desktop/source/deployment/registry/script/dp_lib_container.h index 5aa4ebde7b88..1a67b58c9614 100644 --- a/desktop/source/deployment/registry/script/dp_lib_container.h +++ b/desktop/source/deployment/registry/script/dp_lib_container.h @@ -2,9 +2,9 @@ * * $RCSfile: dp_lib_container.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-08-12 12:11:41 $ + * last change: $Author: hr $ $Date: 2004-11-09 14:12:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,9 +94,6 @@ class LibraryContainer mutable t_libs_map m_map; mutable bool m_inited; mutable bool m_modified; - void verify_init( - css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv ) - const; public: inline ~LibraryContainer() @@ -119,6 +116,9 @@ public: css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv, css::uno::Reference<css::uno::XComponentContext> const & xContext ); + void init( + css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv ) + const; void flush( css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv ) const; |