diff options
author | Eike Rathke <erack@redhat.com> | 2014-08-26 23:10:31 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-08-26 23:53:29 +0200 |
commit | 99e1b398f28ee8eb2fc2d6bf5db8362170f32e69 (patch) | |
tree | aa6b3b829b07720fffba927ef40e1a24f1e6e207 /wizards/source | |
parent | 375228c2c811412b516fe29bf263a520f4e9be1a (diff) |
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
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/euro/Init.xba | 4 | ||||
-rw-r--r-- | wizards/source/euro/euro.src | 10 |
2 files changed, 0 insertions, 14 deletions
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"; |