diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2011-01-28 11:59:17 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2011-01-28 11:59:17 +0100 |
commit | 81c443356b9c0155d6b44c15126cfc1b9d50bb04 (patch) | |
tree | ac66242e68c0785b08565c4576e6a4611e3400db /chart2/source/tools | |
parent | 475a6d822f4a439dca6c91cc4905a7c526fe46ea (diff) | |
parent | 3f3ec2b85f8f5b828cb4af4d045d11c979c71110 (diff) |
CWS-TOOLING: integrate CWS undoapi
Diffstat (limited to 'chart2/source/tools')
-rwxr-xr-x[-rw-r--r--] | chart2/source/tools/ResId.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/ResId.cxx b/chart2/source/tools/ResId.cxx index 0d6e35974aaa..b7d4c725d367 100644..100755 --- a/chart2/source/tools/ResId.cxx +++ b/chart2/source/tools/ResId.cxx @@ -41,7 +41,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 |