[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Mon Aug 26 13:22:43 PDT 2013
sc/source/ui/dbgui/asciiopt.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3df4aba36c32291213a7fc811289ec573491dd3d
Author: Eike Rathke <erack at redhat.com>
Date: Mon Aug 26 22:15:46 2013 +0200
static
Change-Id: Idf997aedd4760f4adbf38064d53e1d6fe62f620f
diff --git a/sc/source/ui/dbgui/asciiopt.cxx b/sc/source/ui/dbgui/asciiopt.cxx
index 2170a04..0232367 100644
--- a/sc/source/ui/dbgui/asciiopt.cxx
+++ b/sc/source/ui/dbgui/asciiopt.cxx
@@ -179,7 +179,7 @@ bool ScAsciiOptions::operator==( const ScAsciiOptions& rCmp ) const
return false;
}
-String lcl_decodeSepString( const String & rSepNums, bool & o_bMergeFieldSeps )
+static String lcl_decodeSepString( const String & rSepNums, bool & o_bMergeFieldSeps )
{
String aFieldSeps;
xub_StrLen nSub = comphelper::string::getTokenCount( rSepNums, '/');
More information about the Libreoffice-commits
mailing list