summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 14:35:53 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 14:35:53 +0000
commit612d3c1eb6a9b00537ea91e4c124cef5fd0b4eb0 (patch)
treef58070cd513fd22c90d7d032dcc697f538f36956
parentfb6b87ae84aab8b5d30ea36a01d0fece49755c37 (diff)
INTEGRATION: CWS supdremove02 (1.14.8); FILE MERGED
2008/01/31 16:01:10 rt 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2008/01/31 13:46:33 rt 1.14.8.1: #i85482# Remove UPD from resource name.
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index ae679f1ef6e7..6cfdfa08e73d 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: updatecheckui.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2008-01-28 15:31:41 $
+ * last change: $Author: obo $ $Date: 2008-02-25 15:35:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -245,8 +245,8 @@ UpdateCheckUI::UpdateCheckUI(const uno::Reference<uno::XComponentContext>& xCont
, mbBubbleChanged( false )
, mnIconID( 0 )
{
- mpUpdResMgr = ResMgr::CreateResMgr( "updchk" MAKE_NUMSTR(SUPD) );
- mpSfxResMgr = ResMgr::CreateResMgr( "sfx" MAKE_NUMSTR(SUPD) );
+ mpUpdResMgr = ResMgr::CreateResMgr( "updchk" );
+ mpSfxResMgr = ResMgr::CreateResMgr( "sfx" );
maBubbleImage = GetBubbleImage( maBubbleImageURL );