This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push:
new 5ae32f7784 Cleanup StartCenter
5ae32f7784 is described below
commit 5ae32f778489116071ff3fac614ad337bcb97962
Author: mseidel <[email protected]>
AuthorDate: Sun Nov 24 15:19:05 2024 +0100
Cleanup StartCenter
---
main/framework/source/services/backingwindow.cxx | 14 ++++++-------
main/framework/source/services/fwk_services.src | 26 +++++++++++-------------
2 files changed, 18 insertions(+), 22 deletions(-)
diff --git a/main/framework/source/services/backingwindow.cxx
b/main/framework/source/services/backingwindow.cxx
index 03287b2ce7..1c80cd7397 100644
--- a/main/framework/source/services/backingwindow.cxx
+++ b/main/framework/source/services/backingwindow.cxx
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,20 +7,18 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
// autogen include statement, do not remove
#include "precompiled_framework.hxx"
@@ -202,7 +200,7 @@ BackingWindow::BackingWindow( Window* i_pParent ) :
}
String aExtHelpText( FwkResId( STR_BACKING_EXTHELP ) );
- String aRegHelpText( FwkResId( STR_BACKING_REGHELP ) );
+// String aRegHelpText( FwkResId( STR_BACKING_REGHELP ) );
String aInfoHelpText( FwkResId( STR_BACKING_INFOHELP ) );
String aTplRepHelpText( FwkResId( STR_BACKING_TPLREP ) );
@@ -388,7 +386,7 @@ void BackingWindow::initBackground()
maBackgroundRight = BitmapEx( FwkResId( BMP_BACKING_BACKGROUND_RIGHT )
);
}
maToolbox.SetItemImage( nItemId_Extensions, BitmapEx( FwkResId(
BMP_BACKING_EXT ) ) );
-//### maToolbox.SetItemImage( nItemId_Reg, BitmapEx( FwkResId(
BMP_BACKING_REG ) ) );
+// maToolbox.SetItemImage( nItemId_Reg, BitmapEx( FwkResId(
BMP_BACKING_REG ) ) );
maToolbox.SetItemImage( nItemId_Info, BitmapEx( FwkResId( BMP_BACKING_INFO
) ) );
maToolbox.SetItemImage( nItemId_TplRep, BitmapEx( FwkResId(
BMP_BACKING_TPLREP ) ) );
diff --git a/main/framework/source/services/fwk_services.src
b/main/framework/source/services/fwk_services.src
index 817f113e1a..698114368a 100644
--- a/main/framework/source/services/fwk_services.src
+++ b/main/framework/source/services/fwk_services.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include "framework.hrc"
Window DLG_BACKING
@@ -53,10 +51,10 @@ Window DLG_BACKING
{
Text [ en-US ] = "Add new features to %PRODUCTNAME" ;
};
- String STR_BACKING_REGHELP
- {
- Text [ en-US ] = "Register your %PRODUCTNAME" ;
- };
+// String STR_BACKING_REGHELP
+// {
+// Text [ en-US ] = "Register your %PRODUCTNAME" ;
+// };
String STR_BACKING_INFOHELP
{
Text [ en-US ] = "Get more information about %PRODUCTNAME" ;
@@ -93,10 +91,10 @@ Resource RES_BACKING_IMAGES
{
File = "extension_32.png" ;
};
- Bitmap BMP_BACKING_REG
- {
- File = "register_32.png" ;
- };
+// Bitmap BMP_BACKING_REG
+// {
+// File = "register_32.png" ;
+// };
Bitmap BMP_BACKING_INFO
{
File = "info_32.png" ;
@@ -165,10 +163,10 @@ Resource RES_BACKING_IMAGES_HC
{
File = "extension_32_hc.png" ;
};
- Bitmap BMP_BACKING_REG
- {
- File = "register_32_hc.png" ;
- };
+// Bitmap BMP_BACKING_REG
+// {
+// File = "register_32_hc.png" ;
+// };
Bitmap BMP_BACKING_INFO
{
File = "info_32_hc.png" ;