summaryrefslogtreecommitdiff
path: root/sal/qa/rtl_strings/rtl_String_Utils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl_strings/rtl_String_Utils.hxx')
-rw-r--r--sal/qa/rtl_strings/rtl_String_Utils.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sal/qa/rtl_strings/rtl_String_Utils.hxx b/sal/qa/rtl_strings/rtl_String_Utils.hxx
index cf6817a7fb8b..7c059ae57f27 100644
--- a/sal/qa/rtl_strings/rtl_String_Utils.hxx
+++ b/sal/qa/rtl_strings/rtl_String_Utils.hxx
@@ -26,23 +26,14 @@
*
#*************************************************************************/
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifndef _RTL_STRING_UTILS_HXX_
#define _RTL_STRING_UTILS_HXX_
#ifdef __cplusplus
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#include <math.h>
#include <stdlib.h>
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
@@ -55,8 +46,6 @@
#include <rtl/string.hxx>
#endif
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
sal_Char* cpystr( sal_Char* dst, const sal_Char* src );
sal_Char* cpynstr( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt );
@@ -123,9 +112,6 @@ sal_Bool AStringToUStringNCopy( sal_Unicode *pDest,
const sal_uInt32 nSrcLen
);
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#endif /* __cplusplus */
#endif /* _RTL_STRING_UTILS_HXX */