summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-19 12:01:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-19 14:28:14 +0100
commit240f9bcb70b0781a4aec42550cbccd95f528d8d7 (patch)
tree271074828a2e5203c275abbd6ef704169a8b44e1 /include/com/sun/star/uno
parentd5c86be04ee4ab4dba14bc70adc91bf5888dc31c (diff)
No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLY
Change-Id: I5514898f588b21bafceefca95e3276826cb9a882
Diffstat (limited to 'include/com/sun/star/uno')
-rw-r--r--include/com/sun/star/uno/Any.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/com/sun/star/uno/Any.hxx b/include/com/sun/star/uno/Any.hxx
index b0fbbf914f70..04d1274719f1 100644
--- a/include/com/sun/star/uno/Any.hxx
+++ b/include/com/sun/star/uno/Any.hxx
@@ -190,7 +190,7 @@ inline Any SAL_CALL makeAny( bool const & value )
}
-#ifdef RTL_FAST_STRING
+#ifdef LIBO_INTERNAL_ONLY // "RTL_FAST_STRING"
template< class C1, class C2 >
inline Any SAL_CALL makeAny( const rtl::OUStringConcat< C1, C2 >& value )
{
@@ -220,7 +220,7 @@ inline void SAL_CALL operator <<= ( Any & rAny, bool const & value )
}
-#ifdef RTL_FAST_STRING
+#ifdef LIBO_INTERNAL_ONLY // "RTL_FAST_STRING"
template< class C1, class C2 >
inline void SAL_CALL operator <<= ( Any & rAny, const rtl::OUStringConcat< C1, C2 >& value )
{