summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk/unopkg/unopkg_shared.h
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-22 14:05:42 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-22 14:05:42 +0000
commit4da4c86e3a61489e5fcd280677a00588be57369a (patch)
tree3119a1610a99ce7d41d6e2bf86ff95dec7f04561 /desktop/source/pkgchk/unopkg/unopkg_shared.h
parentd0a612bf7b127785c8d64c1df7b858e85653ef8b (diff)
INTEGRATION: CWS jl79 (1.3.28); FILE MERGED
2007/11/02 08:59:47 jl 1.3.28.1: #i82775# unopkg disposed the bridges of the office. Now it does this only with the local bridges
Diffstat (limited to 'desktop/source/pkgchk/unopkg/unopkg_shared.h')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_shared.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_shared.h b/desktop/source/pkgchk/unopkg/unopkg_shared.h
index a4c2764bf5cb..c55894e72f58 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_shared.h
+++ b/desktop/source/pkgchk/unopkg/unopkg_shared.h
@@ -4,9 +4,9 @@
*
* $RCSfile: unopkg_shared.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ihi $ $Date: 2007-08-17 11:52:52 $
+ * last change: $Author: ihi $ $Date: 2007-11-22 15:05:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -158,7 +158,8 @@ void printf_packages(
//==============================================================================
css::uno::Reference<css::uno::XComponentContext> getUNO(
- DisposeGuard & disposeGuard, bool verbose, bool bGui);
+ DisposeGuard & disposeGuard, bool verbose, bool bGui,
+ css::uno::Reference<css::uno::XComponentContext> & out_LocalComponentContext);
}