Kaydet (Commit) 7476fa6e authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: these can be static in ConversionHelper

Change-Id: I2436a884627c4f9b112086cb7ca1a096093ea3f6
üst d814448c
...@@ -147,6 +147,7 @@ void MakeBorderLine( sal_Int32 nLineThickness, sal_Int32 nLineType, ...@@ -147,6 +147,7 @@ void MakeBorderLine( sal_Int32 nLineThickness, sal_Int32 nLineType,
rToFill.Color = nLineColor; rToFill.Color = nLineColor;
} }
namespace {
void lcl_SwapQuotesInField(OUString &rFmt) void lcl_SwapQuotesInField(OUString &rFmt)
{ {
//Swap unescaped " and ' with ' and " //Swap unescaped " and ' with ' and "
...@@ -172,6 +173,7 @@ bool lcl_IsNotAM(OUString& rFmt, sal_Int32 nPos) ...@@ -172,6 +173,7 @@ bool lcl_IsNotAM(OUString& rFmt, sal_Int32 nPos)
) )
); );
} }
}
OUString ConvertMSFormatStringToSO( OUString ConvertMSFormatStringToSO(
const OUString& rFormat, lang::Locale& rLocale, bool bHijri) const OUString& rFormat, lang::Locale& rLocale, bool bHijri)
......
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