From 99e1b398f28ee8eb2fc2d6bf5db8362170f32e69 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 26 Aug 2014 23:10:31 +0200 Subject: ditch unused sCurrUNKNOWN and sCurrSYSUNKNOWN strings Apart from that they weren't currencies and only in the way when adding a new currency. Change-Id: If8ca3ab3b37f3617c3f73a01428c0c30dd3481d7 --- wizards/source/euro/Init.xba | 4 ---- wizards/source/euro/euro.src | 10 ---------- 2 files changed, 14 deletions(-) (limited to 'wizards/source') diff --git a/wizards/source/euro/Init.xba b/wizards/source/euro/Init.xba index 6a5fd50f34d4..a70948fd89e3 100644 --- a/wizards/source/euro/Init.xba +++ b/wizards/source/euro/Init.xba @@ -91,8 +91,6 @@ Public sCurrSLOVAK as String Public sCurrESTONIAN as String Public sCurrLATVIAN as String Public sCurrLITHUANIAN as String -Public sCurrUNKNOWN as String -Public sCurrSYSUNKNOWN as String Public sPrgsRETRIEVAL as String Public sPrgsCONVERTING as String @@ -218,8 +216,6 @@ Dim LocWorkPath as String sCurrESTONIAN = GetResText(1516) sCurrLATVIAN = GetResText(1517) sCurrLITHUANIAN = GetResText(1518) - sCurrUNKNOWN = GetResText(1519) - sCurrSYSUNKNOWN = GetResText(1520) .cmdCancel.Label = sCANCEL .cmdHelp.Label = sHELP .cmdBack.Label = GetResText(1002) diff --git a/wizards/source/euro/euro.src b/wizards/source/euro/euro.src index 2280b75754b4..0f1b44b2584b 100644 --- a/wizards/source/euro/euro.src +++ b/wizards/source/euro/euro.src @@ -415,16 +415,6 @@ String CURRENCIES + 18 Text [ en-US ] = "Lithuanian Litas"; }; -String CURRENCIES + 19 -{ -Text [ en-US ] = "The currency set for the document is not a European currency!"; -}; - -String CURRENCIES + 20 -{ -Text [ en-US ] = "The language set for your operating system is not a language of the European Monetary Union."; -}; - String STEP_LASTPAGE { Text [ en-US ] = "Progress"; -- cgit