summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-28 22:22:39 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-03-28 23:00:54 +0200
commit8594c4c52a38f34d1ccb4541dae2e29f08546151 (patch)
treedcb7de1b72f47b8af68de21ad0cdb2526c9544d6 /sal
parent8a654fe9a5efc609bcbbfe8864a0748687798930 (diff)
OUString does not have any non-const char functions, no need to check for it
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/ustring.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index a95abd16a8d9..ad6fad22713e 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -60,10 +60,6 @@ namespace rtl
#ifdef RTL_STRING_UNITTEST
#undef rtl
-// helper macro to make functions appear more readable
-#define RTL_STRING_CONST_FUNCTION rtl_string_unittest_const_literal_function = true;
-#else
-#define RTL_STRING_CONST_FUNCTION
#endif
/* ======================================================================= */
@@ -2028,7 +2024,6 @@ namespace rtl
{
typedef rtlunittest::OUString OUString;
}
-#undef RTL_STRING_CONST_FUNCTION
#endif
namespace rtl