diff options
author | Eike Rathke <erack@redhat.com> | 2014-08-26 22:52:22 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-08-26 23:53:28 +0200 |
commit | 375228c2c811412b516fe29bf263a520f4e9be1a (patch) | |
tree | 47ca8ad8b318dd8fa7efff5c77f18af05f260966 /wizards | |
parent | 088b22cdf4f02834343b705cb64ab28a47a4b55e (diff) |
adapt SBCOUNTRYCOUNT
Change-Id: Iadf4ae9a569388528f1083c22d6ff197d6479ba9
Diffstat (limited to 'wizards')
-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 69226edaf836..6a5fd50f34d4 100644 --- a/wizards/source/euro/Init.xba +++ b/wizards/source/euro/Init.xba @@ -99,7 +99,7 @@ Public sPrgsCONVERTING as String Public sPrgsUNPROTECT as String Public sInclusiveSubDir as String -Public Const SBCOUNTRYCOUNT = 17 +Public Const SBCOUNTRYCOUNT = 18 Public CurMimeType as String Public CurCellCount as Long Public oSheets as Object |