diff options
author | Eike Rathke <erack@redhat.com> | 2014-08-26 23:50:04 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-08-26 23:53:30 +0200 |
commit | dfb48f77ba011661e03b6eb942234adb4e6630d7 (patch) | |
tree | 2e08655c56fbff64e5ff4c0a9f2231c10d45dcc8 /wizards/source | |
parent | 99e1b398f28ee8eb2fc2d6bf5db8362170f32e69 (diff) |
increment SBCOUNTRYCOUNT again, we have 19 currencies 0..18
Apparently this seems to have been forgotten at one occasion.
Change-Id: I1436e412c1308f451d9d953f432a9887cfc99b59
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/euro/Init.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/euro/Init.xba b/wizards/source/euro/Init.xba index a70948fd89e3..ccd63b754b2b 100644 --- a/wizards/source/euro/Init.xba +++ b/wizards/source/euro/Init.xba @@ -97,7 +97,7 @@ Public sPrgsCONVERTING as String Public sPrgsUNPROTECT as String Public sInclusiveSubDir as String -Public Const SBCOUNTRYCOUNT = 18 +Public Const SBCOUNTRYCOUNT = 19 Public CurMimeType as String Public CurCellCount as Long Public oSheets as Object |