This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 366d1ad041 Taskpane is long gone... Removing these strings from
localization until the remaining code is cleaned up.
366d1ad041 is described below
commit 366d1ad041f408342c928d2985c608c8898d8350
Author: mseidel <[email protected]>
AuthorDate: Tue Jan 16 16:42:57 2024 +0100
Taskpane is long gone...
Removing these strings from localization until the remaining code is
cleaned up.
(cherry picked from commit 4d73eabef816f3774a8be95c25fe2aec66534505)
---
main/sfx2/source/dialog/taskpane.src | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/main/sfx2/source/dialog/taskpane.src
b/main/sfx2/source/dialog/taskpane.src
index 4817d3b2a6..29fb56b8a4 100644
--- a/main/sfx2/source/dialog/taskpane.src
+++ b/main/sfx2/source/dialog/taskpane.src
@@ -19,28 +19,26 @@
*
*************************************************************/
-
-
#include <sfx2/sfx.hrc>
#include "sfxlocal.hrc"
String STR_SFX_DOCK
{
- Text [ en-US ] = "Dock" ;
+ Text = "Dock" ;
};
String STR_SFX_UNDOCK
{
- Text [ en-US ] = "Undock" ;
+ Text = "Undock" ;
};
String STR_SFX_TASK_PANE_VIEW
{
- Text [ en-US ] = "View" ;
+ Text = "View" ;
};
String STR_SFX_TASKS
{
- Text [ en-US ] = "Tasks" ;
+ Text = "Tasks" ;
};
// ******************************************************************* EOF