This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 4d73eabef8 Taskpane is long gone... Removing these strings from
localization until the remaining code is cleaned up.
4d73eabef8 is described below
commit 4d73eabef816f3774a8be95c25fe2aec66534505
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.
---
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