summaryrefslogtreecommitdiff
path: root/extensions/source/update/ui
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/ui')
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx8
-rw-r--r--extensions/source/update/ui/updatecheckui.hrc8
-rw-r--r--extensions/source/update/ui/updatecheckui.src2
-rw-r--r--extensions/source/update/ui/updchkui.xml4
4 files changed, 11 insertions, 11 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index 550705ee4a67..fe784a7d5630 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -397,7 +397,7 @@ void UpdateCheckUI::AddMenuBarIcon( SystemWindow *pSysWin, bool bAddEventHdl )
aBuf.appendAscii( "\n\n" );
aBuf.append( maBubbleText );
}
-
+
Image aImage = GetMenuBarIcon( pActiveMBar );
mnIconID = pActiveMBar->AddMenuBarButton( aImage,
LINK( this, UpdateCheckUI, ClickHdl ),
@@ -585,7 +585,7 @@ BubbleWindow * UpdateCheckUI::GetBubbleWindow()
Rectangle aIconRect = mpIconMBar->GetMenuBarButtonRectPixel( mnIconID );
if( aIconRect.IsEmpty() )
return NULL;
-
+
BubbleWindow* pBubbleWin = mpBubbleWin;
if ( !pBubbleWin ) {
@@ -596,7 +596,7 @@ BubbleWindow * UpdateCheckUI::GetBubbleWindow()
mbBubbleChanged = false;
}
else if ( mbBubbleChanged ) {
- pBubbleWin->SetTitleAndText( XubString( maBubbleTitle ),
+ pBubbleWin->SetTitleAndText( XubString( maBubbleTitle ),
XubString( maBubbleText ),
maBubbleImage );
mbBubbleChanged = false;
diff --git a/extensions/source/update/ui/updatecheckui.hrc b/extensions/source/update/ui/updatecheckui.hrc
index 3d92e4579f58..3b451fa99d77 100644
--- a/extensions/source/update/ui/updatecheckui.hrc
+++ b/extensions/source/update/ui/updatecheckui.hrc
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -25,10 +25,10 @@
*
************************************************************************/
- #define RID_UPDATECHECKUI_START 1100
-
+ #define RID_UPDATECHECKUI_START 1100
+
#define RID_UPDATE_AVAIL_IMAGES RID_UPDATECHECKUI_START + 1
-
+
#define RID_UPDATE_AVAILABLE_16 RID_UPDATECHECKUI_START + 1
#define RID_UPDATE_AVAILABLE_26 RID_UPDATECHECKUI_START + 2
#define RID_UPDATE_AVAILABLE_16_HC RID_UPDATECHECKUI_START + 3
diff --git a/extensions/source/update/ui/updatecheckui.src b/extensions/source/update/ui/updatecheckui.src
index 39b6f44dce4d..813e3e19b9e2 100644
--- a/extensions/source/update/ui/updatecheckui.src
+++ b/extensions/source/update/ui/updatecheckui.src
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/update/ui/updchkui.xml b/extensions/source/update/ui/updchkui.xml
index a9005d8b255f..6c7625ad3358 100644
--- a/extensions/source/update/ui/updchkui.xml
+++ b/extensions/source/update/ui/updchkui.xml
@@ -8,8 +8,8 @@
<description> The </description>
<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
<language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.setup.UpdateCheckUI</supported-service>
+ <status value="beta"/>
+ <supported-service>com.sun.star.setup.UpdateCheckUI</supported-service>
<service-dependency>...</service-dependency>
<type>com.sun.star.document.XEventBroadcaster</type>
<type>com.sun.star.document.XEventListener</type>