summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ResId.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ResId.cxx')
-rw-r--r--chart2/source/tools/ResId.cxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/chart2/source/tools/ResId.cxx b/chart2/source/tools/ResId.cxx
index 25fa256f56ac..665e87c99b76 100644
--- a/chart2/source/tools/ResId.cxx
+++ b/chart2/source/tools/ResId.cxx
@@ -34,14 +34,10 @@
namespace chart
{
-SchResId::SchResId( sal_Int16 nId )
+ SchResId::SchResId( sal_Int16 nId )
: ResId( nId, RessourceManager::getRessourceManager() )
-{}
-
-::rtl::OUString SchResId::getResString( sal_Int16 nId )
-{
- return String( SchResId( nId ));
-}
+ {
+ }
} // namespace chart