simply use string literals

Change-Id: Id82c9dc43d3af21d434ed5f9b7ef3bdae9c4289b
This commit is contained in:
Luboš Luňák
2012-12-11 15:09:41 +01:00
parent a930214c40
commit 8532cbd3e6

View File

@@ -21,7 +21,7 @@
// ---------------------------------------------------------------------------
// French language locale (automatically generated)
// ---------------------------------------------------------------------------
static const Locale aFr(OUString(RTL_CONSTASCII_USTRINGPARAM("fr")), OUString(), OUString());
static const Locale aFr("fr", "", "");
// pre instantiations of localized function names
static const sal_Unicode cell_address_fr[] = {
@@ -76,7 +76,7 @@ addToMap(pFr, aFr);
// ---------------------------------------------------------------------------
// Hungarian language locale (automatically generated)
// ---------------------------------------------------------------------------
static const Locale aHu(OUString(RTL_CONSTASCII_USTRINGPARAM("hu")), OUString(), OUString());
static const Locale aHu("hu", "", "");
// pre instantiations of localized function names
static const sal_Unicode cell_address_hu[] = {
@@ -146,7 +146,7 @@ addToMap(pHu, aHu);
// ---------------------------------------------------------------------------
// German language locale (automatically generated)
// ---------------------------------------------------------------------------
static const Locale aDe(OUString(RTL_CONSTASCII_USTRINGPARAM("de")), OUString(), OUString());
static const Locale aDe("de", "", "");
// pre instantiations of localized function names
static const sal_Unicode cell_row_de[] = {