summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
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
commit81b52c7734c9754e463ba3caf473081ba3bde341 (patch)
tree2efead5d6ebf39e3b411d4107651c7c7e45fb450 /desktop/source/pkgchk
parent7aba44da58c6a10c718df711c9e1a4c657fcaa0d (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')
-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 abd0378baf..17b83050fc 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);
}