[Libreoffice-commits] core.git: include/svx svx/source

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Fri Apr 15 09:40:53 UTC 2016


 include/svx/svdstr.hrc       |   11 +++--------
 svx/source/svdraw/svdstr.src |   28 ----------------------------
 2 files changed, 3 insertions(+), 36 deletions(-)

New commits:
commit c5f7d39ccc54869a19b0e5f65a94b2b5919ca014
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Fri Apr 15 11:05:29 2016 +0200

    svx: Remove unused strings
    
    Change-Id: Ib5e2ae7ba7ca543f0f03ce4296b60ce4bddf75b9
    Reviewed-on: https://gerrit.libreoffice.org/24102
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/include/svx/svdstr.hrc b/include/svx/svdstr.hrc
index f0c5c02..8ef8999 100644
--- a/include/svx/svdstr.hrc
+++ b/include/svx/svdstr.hrc
@@ -205,7 +205,7 @@
 #define STR_EditRipUp                (STR_EditBegin  + 19)
 #define STR_EditSetPointsSmooth      (STR_EditBegin  + 20)
 #define STR_EditSetSegmentsKind      (STR_EditBegin  + 21)
-#define STR_EditShut                 (STR_EditBegin  + 22)
+// free (22)
 #define STR_EditSetGlueEscDir        (STR_EditBegin  + 23)
 #define STR_EditSetGluePercent       (STR_EditBegin  + 24)
 #define STR_EditSetGlueAlign         (STR_EditBegin  + 25)
@@ -232,9 +232,7 @@
 #define STR_EditDismantle_Polys      (STR_EditBegin  + 46)
 #define STR_EditDismantle_Lines      (STR_EditBegin  + 47)
 #define STR_EditImportMtf            (STR_EditBegin  + 48)
-#define STR_EditImportSGV            (STR_EditBegin  + 49)
-#define STR_EditImportHPGL           (STR_EditBegin  + 50)
-#define STR_EditImportDXF            (STR_EditBegin  + 51)
+// free (49-51)
 #define STR_EditConvToContour        (STR_EditBegin  + 52)
 #define STR_EditConvToContours       (STR_EditBegin  + 53)
 #define STR_EditMergeMergePoly       (STR_EditBegin  + 54)
@@ -248,10 +246,7 @@
 #define STR_ExchangeBegin            (STR_EditEnd+1)
 #define STR_ExchangePaste            (STR_ExchangeBegin +0)
 #define STR_ExchangeClpCut           (STR_ExchangeBegin +1)
-#define STR_ExchangeClpPaste         (STR_ExchangeBegin +2)
-#define STR_ExchangeDD               (STR_ExchangeBegin +3)
-#define STR_ExchangeDDPaste          (STR_ExchangeBegin +4)
-#define STR_ExchangeEnd              (STR_ExchangeDDPaste)
+#define STR_ExchangeEnd              (STR_ExchangeClpCut)
 
 #define STR_DragBegin                (STR_ExchangeEnd+1)
 #define STR_DragInsertPoint          (STR_DragBegin + 0)
diff --git a/svx/source/svdraw/svdstr.src b/svx/source/svdraw/svdstr.src
index 3d69cbd..156ae50 100644
--- a/svx/source/svdraw/svdstr.src
+++ b/svx/source/svdraw/svdstr.src
@@ -707,10 +707,6 @@ String STR_EditSetSegmentsKind
 {
     Text [ en-US ] = "Modify bézier properties of %1" ;
 };
-String STR_EditShut
-{
-    Text [ en-US ] = "Close %1" ;
-};
 String STR_EditSetGlueEscDir
 {
     Text [ en-US ] = "Set exit direction for %1" ;
@@ -847,18 +843,6 @@ String STR_EditImportMtf
 {
     Text [ en-US ] = "Split %1" ;
 };
-String STR_EditImportSGV
-{
-    Text = "StarDraw Dos Zeichnung importieren" ;
-};
-String STR_EditImportHPGL
-{
-    Text = "HPGL importieren" ;
-};
-String STR_EditImportDXF
-{
-    Text = "DXF importieren" ;
-};
 String STR_ExchangePaste
 {
     Text [ en-US ] = "Insert object(s)" ;
@@ -867,18 +851,6 @@ String STR_ExchangeClpCut
 {
     Text [ en-US ] = "Cut %1" ;
 };
-String STR_ExchangeClpPaste
-{
-    Text [ en-US ] = "Paste Clipboard" ;
-};
-String STR_ExchangeDD
-{
-    Text [ en-US ] = "Drag and Drop %1" ;
-};
-String STR_ExchangeDDPaste
-{
-    Text [ en-US ] = "Insert Drag and Drop" ;
-};
 String STR_DragInsertPoint
 {
     Text [ en-US ] = "Insert point to %1" ;


More information about the Libreoffice-commits mailing list