Kaydet (Commit) 35eccc5e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing + signs

Change-Id: I60cfb30c7caab308a0cbe415ba04e1245ed3dd9c
üst 72576f43
...@@ -18,7 +18,7 @@ static void checkStyleNames(OString aLanguage) ...@@ -18,7 +18,7 @@ static void checkStyleNames(OString aLanguage)
std::map<OString,sal_uInt16> aLocalizedStyleNames; std::map<OString,sal_uInt16> aLocalizedStyleNames;
std::map<OString,sal_uInt16> aLocalizedNumStyleNames; std::map<OString,sal_uInt16> aLocalizedNumStyleNames;
OString aPoPath = OString(getenv("SRC_ROOT")) + OString aPoPath = OString(getenv("SRC_ROOT")) +
"/translations/source/" "/translations/source/" +
aLanguage + "/sw/source/ui/utlui.po"; aLanguage + "/sw/source/ui/utlui.po";
PoIfstream aPoInput; PoIfstream aPoInput;
aPoInput.open(aPoPath); aPoInput.open(aPoPath);
...@@ -82,8 +82,8 @@ static void checkFunctionNames(OString aLanguage) ...@@ -82,8 +82,8 @@ static void checkFunctionNames(OString aLanguage)
std::map<OString,sal_uInt16> aLocalizedFunctionNames; std::map<OString,sal_uInt16> aLocalizedFunctionNames;
std::map<OString,sal_uInt16> aLocalizedCoreFunctionNames; std::map<OString,sal_uInt16> aLocalizedCoreFunctionNames;
OString aPoPath = OString(getenv("SRC_ROOT")) + OString aPoPath = OString(getenv("SRC_ROOT")) +
"/translations/source/" "/translations/source/" +
aLanguage aLanguage +
"/formula/source/core/resource.po"; "/formula/source/core/resource.po";
PoIfstream aPoInput; PoIfstream aPoInput;
aPoInput.open(aPoPath); aPoInput.open(aPoPath);
...@@ -112,8 +112,8 @@ static void checkFunctionNames(OString aLanguage) ...@@ -112,8 +112,8 @@ static void checkFunctionNames(OString aLanguage)
aPoInput.close(); aPoInput.close();
aPoPath = OString(getenv("SRC_ROOT")) + aPoPath = OString(getenv("SRC_ROOT")) +
"/translations/source/" "/translations/source/" +
aLanguage aLanguage +
"/scaddins/source/analysis.po"; "/scaddins/source/analysis.po";
aPoInput.open(aPoPath); aPoInput.open(aPoPath);
if( !aPoInput.isOpen() ) if( !aPoInput.isOpen() )
...@@ -141,8 +141,8 @@ static void checkFunctionNames(OString aLanguage) ...@@ -141,8 +141,8 @@ static void checkFunctionNames(OString aLanguage)
aPoInput.close(); aPoInput.close();
aPoPath = OString(getenv("SRC_ROOT")) + aPoPath = OString(getenv("SRC_ROOT")) +
"/translations/source/" "/translations/source/" +
aLanguage aLanguage +
"/scaddins/source/datefunc.po"; "/scaddins/source/datefunc.po";
aPoInput.open(aPoPath); aPoInput.open(aPoPath);
if( !aPoInput.isOpen() ) if( !aPoInput.isOpen() )
...@@ -170,8 +170,8 @@ static void checkFunctionNames(OString aLanguage) ...@@ -170,8 +170,8 @@ static void checkFunctionNames(OString aLanguage)
aPoInput.close(); aPoInput.close();
aPoPath = OString(getenv("SRC_ROOT")) + aPoPath = OString(getenv("SRC_ROOT")) +
"/translations/source/" "/translations/source/" +
aLanguage aLanguage +
"/scaddins/source/pricing.po"; "/scaddins/source/pricing.po";
aPoInput.open(aPoPath); aPoInput.open(aPoPath);
if( !aPoInput.isOpen() ) if( !aPoInput.isOpen() )
...@@ -214,8 +214,8 @@ static void checkFunctionNames(OString aLanguage) ...@@ -214,8 +214,8 @@ static void checkFunctionNames(OString aLanguage)
static void checkVerticalBar(OString aLanguage) static void checkVerticalBar(OString aLanguage)
{ {
OString aPoPath = OString(getenv("SRC_ROOT")) + OString aPoPath = OString(getenv("SRC_ROOT")) +
"/translations/source/" "/translations/source/" +
aLanguage aLanguage +
"/instsetoo_native/inc_openoffice/windows/msi_languages.po"; "/instsetoo_native/inc_openoffice/windows/msi_languages.po";
PoIfstream aPoInput; PoIfstream aPoInput;
aPoInput.open(aPoPath); aPoInput.open(aPoPath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment