summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ResId.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ResId.cxx')
-rwxr-xr-x[-rw-r--r--]chart2/source/tools/ResId.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/ResId.cxx b/chart2/source/tools/ResId.cxx
index 2b74471495a7..56fe184b3d1d 100644..100755
--- a/chart2/source/tools/ResId.cxx
+++ b/chart2/source/tools/ResId.cxx
@@ -42,7 +42,7 @@ SchResId::SchResId( sal_Int16 nId )
::rtl::OUString SchResId::getResString( sal_Int16 nId )
{
- return ::rtl::OUString( String( SchResId( nId )));
+ return String( SchResId( nId ));
}
} // namespace chart