diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:50:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:50:05 +0000 |
commit | 4a5a9e17ac3cadcd443f0bf8aa5a79dde181bbf9 (patch) | |
tree | da5d7def10abec54d76610918a86462ee4dffbc1 /desktop | |
parent | e4eea99552b53e2a6fd24b03290a668c16e8a594 (diff) |
INTEGRATION: CWS supdremove02 (1.5.54); FILE MERGED
2008/01/31 13:50:07 rt 1.5.54.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_shared.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_shared.h b/desktop/source/pkgchk/unopkg/unopkg_shared.h index c36b9c75e0b8..f9458f15ed50 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2007-11-23 13:25:08 $ + * last change: $Author: obo $ $Date: 2008-02-25 16:50:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ namespace unopkg { struct DeploymentResMgr : public rtl::StaticWithInit< ResMgr *, DeploymentResMgr > { ResMgr * operator () () { - return ResMgr::CreateResMgr( "deployment" LIBRARY_SOLARUPD() ); + return ResMgr::CreateResMgr( "deployment" ); } }; // There is another gobal DeploymentGuiResMgr in the gui part of the Extension Manager. @@ -58,7 +58,7 @@ struct DeploymentResMgr : public rtl::StaticWithInit< ResMgr *, DeploymentResMg struct DeploymentGuiResMgr : public ::rtl::StaticWithInit< ResMgr *, DeploymentGuiResMgr > { ResMgr * operator () () { - return ResMgr::CreateResMgr( "deploymentgui" LIBRARY_SOLARUPD() ); + return ResMgr::CreateResMgr( "deploymentgui" ); } }; |