diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 09:30:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 09:30:22 +0200 |
commit | f86ec3beba8f7fbea4f6da6bf8c692673d75980e (patch) | |
tree | 270dee27041a2534d44f636520c1b37f4122a60e /svx | |
parent | 9a8bb1ec3fbfd59a8ed1d1485d88bdbf923c409b (diff) |
clean up src files
Change-Id: Icc01c860871cd15ed4a8e261c770b44ae88aa89e
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/ruler.src | 1 | ||||
-rw-r--r-- | svx/source/dialog/sdstring.src | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/dialog/ruler.src b/svx/source/dialog/ruler.src index acceba4f410f..d100a9156e09 100644 --- a/svx/source/dialog/ruler.src +++ b/svx/source/dialog/ruler.src @@ -57,7 +57,6 @@ Menu RID_SVXMN_RULER { Identifier = ID_FOOT ; Checkable = TRUE ; - /* ### ATTENTION: New text in Resource? Feet : Feet */ Text [ en-US ] = "Foot" ; }; MenuItem diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src index c9a0f35a6a4f..4cb1c9b9a02d 100644 --- a/svx/source/dialog/sdstring.src +++ b/svx/source/dialog/sdstring.src @@ -22,7 +22,6 @@ // Strings for the Draw-Dialog -------------------------------------------- String RID_SVXSTR_SOLID { - /* ### ATTENTION: New text in Resource? Continuous : Continuous */ Text [ en-US ] = "Continuous" ; }; String RID_SVXSTR_GRADIENT @@ -56,7 +55,6 @@ String RID_SVXSTR_LINEEND String RID_SVXSTR_CLOSE { - /* ### ATTENTION: New text in Resource? Close : Close */ Text [ en-US ] = "Close" ; }; String RID_SVXSTR_COLOR_BLACK @@ -69,12 +67,10 @@ String RID_SVXSTR_COLOR_BLUE }; String RID_SVXSTR_COLOR_GREEN { - /* ### ATTENTION: New text in Resource? Green : Green */ Text [ en-US ] = "Green" ; }; String RID_SVXSTR_COLOR_CYAN { - /* ### ATTENTION: New text in Resource? Turquoise : Turquoise */ Text [ en-US ] = "Cyan" ; }; String RID_SVXSTR_COLOR_RED @@ -83,7 +79,6 @@ String RID_SVXSTR_COLOR_RED }; String RID_SVXSTR_COLOR_MAGENTA { - /* ### ATTENTION: New text in Resource? Magenta : Violett */ Text [ en-US ] = "Magenta" ; }; String RID_SVXSTR_COLOR_GREY @@ -96,7 +91,6 @@ String RID_SVXSTR_COLOR_YELLOW }; String RID_SVXSTR_COLOR_WHITE { - /* ### ATTENTION: New text in Resource? White : White */ Text [ en-US ] = "White" ; }; String RID_SVXSTR_COLOR_BLUEGREY |