summaryrefslogtreecommitdiff
path: root/sal/qa/OStringBuffer/rtl_String_Utils.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/OStringBuffer/rtl_String_Utils.cxx')
-rw-r--r--sal/qa/OStringBuffer/rtl_String_Utils.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sal/qa/OStringBuffer/rtl_String_Utils.cxx b/sal/qa/OStringBuffer/rtl_String_Utils.cxx
index d0b1e675b..0713133ea 100644
--- a/sal/qa/OStringBuffer/rtl_String_Utils.cxx
+++ b/sal/qa/OStringBuffer/rtl_String_Utils.cxx
@@ -29,15 +29,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sal.hxx"
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#include <math.h>
#include <stdlib.h>
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
@@ -50,16 +44,10 @@
#include <rtl/string.hxx>
#endif
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifndef _RTL_STRING_UTILS_CONST_H_
#include <rtl_String_Utils_Const.h>
#endif
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
using namespace rtl;
sal_uInt32 AStringLen( const sal_Char *pAStr )
@@ -277,11 +265,6 @@ sal_Bool AStringToDoubleCompare ( const sal_Char *pStr,
return cmp;
} // AStringToDoubleCompare
-//------------------------------------------------------------------------
-
-
-//------------------------------------------------------------------------
-
sal_uInt32 UStringLen( const sal_Unicode *pUStr )
{
sal_uInt32 nUStrLen = 0;
@@ -611,7 +594,4 @@ sal_Bool AStringToUStringNCopy( sal_Unicode *pDest,
return bCopied;
} // AStringToUStringNCopy
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */