summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:47:59 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:47:59 +0000
commit30741b0a360498c8bda08b4a45c1c74ae366d55d (patch)
treef26f5f1ccf3ae57281aa6a1928f9cc0f03ca4738 /desktop
parent483598c4308c5ae704e37e1293945535af877f3d (diff)
INTEGRATION: CWS supdremove02 (1.5.192); FILE MERGED
2008/01/31 13:50:06 rt 1.5.192.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_shared.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_shared.hxx b/desktop/source/deployment/gui/dp_gui_shared.hxx
index 6da131e06d77..20ec708bc157 100644
--- a/desktop/source/deployment/gui/dp_gui_shared.hxx
+++ b/desktop/source/deployment/gui/dp_gui_shared.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_gui_shared.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 08:23:43 $
+ * last change: $Author: obo $ $Date: 2008-02-25 16:47:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,7 @@ namespace dp_gui {
struct DeploymentGuiResMgr :
public ::rtl::StaticWithInit< ResMgr *, DeploymentGuiResMgr > {
ResMgr * operator () () {
- return ResMgr::CreateResMgr( "deploymentgui" LIBRARY_SOLARUPD() );
+ return ResMgr::CreateResMgr( "deploymentgui" );
}
};