diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:25:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:25:22 +0000 |
commit | dff706cf96507debd24313dbc1126470e582cdd9 (patch) | |
tree | 5ba670f5364a8fe8c56c1c4332d6843fb1b9db58 /desktop/source/pkgchk | |
parent | 45cfa1d574c1a02ba323d9d9ba08e744dd80d349 (diff) |
INTEGRATION: CWS residcleanup (1.3.28); FILE MERGED
2007/03/20 15:19:26 pl 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED
2007/02/24 19:59:52 pl 1.3.28.1: #i74635# residcleanup
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx index 2393f418e17d..947ebb4adb99 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unopkg_misc.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2007-03-14 08:32:32 $ + * last change: $Author: rt $ $Date: 2007-04-26 08:25:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -452,7 +452,7 @@ Reference<XComponentContext> getUNO( NULL ); { - ResId warnId(WARNINGBOX_CONCURRENTINSTANCE,DeploymentGuiResMgr::get() ); + ResId warnId(WARNINGBOX_CONCURRENTINSTANCE,*DeploymentGuiResMgr::get() ); WarningBox warn(NULL, warnId); warn.SetText(::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTNAME).get<OUString>()); |