diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-19 12:01:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-19 14:28:14 +0100 |
commit | 240f9bcb70b0781a4aec42550cbccd95f528d8d7 (patch) | |
tree | 271074828a2e5203c275abbd6ef704169a8b44e1 /include/com | |
parent | d5c86be04ee4ab4dba14bc70adc91bf5888dc31c (diff) |
No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLY
Change-Id: I5514898f588b21bafceefca95e3276826cb9a882
Diffstat (limited to 'include/com')
-rw-r--r-- | include/com/sun/star/uno/Any.hxx | 4 |
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 ) { |