diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 17:47:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-27 06:15:25 -0600 |
commit | 1712e6c614ca23fd5b895dc30df8d20cc69d8958 (patch) | |
tree | 874a5494d825c366a34e800e0060ee04af904388 /cli_ure/source/native | |
parent | f480f26e619a4d17f790200b0c38584bbd356893 (diff) |
Remove visual noise from cli_ure
Change-Id: I1ddada46767b2840c663a0a077e1b723f9645b56
Reviewed-on: https://gerrit.libreoffice.org/8240
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cli_ure/source/native')
-rw-r--r-- | cli_ure/source/native/native_share.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli_ure/source/native/native_share.h b/cli_ure/source/native/native_share.h index aaae581b60bf..f8a22ef7a7a6 100644 --- a/cli_ure/source/native/native_share.h +++ b/cli_ure/source/native/native_share.h @@ -32,12 +32,12 @@ namespace uno namespace util { -//------------------------------------------------------------------------------ + inline ::System::String ^ ustring_to_String( OUString const & ustr ) { return gcnew ::System::String( ustr.getStr(), 0, ustr.getLength() ); } -//------------------------------------------------------------------------------ + inline OUString String_to_ustring( ::System::String ^ str ) { OSL_ASSERT( sizeof (wchar_t) == sizeof (sal_Unicode) ); |