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.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/tools/ResId.cxx b/chart2/source/tools/ResId.cxx
index b7341f9cf348..850eb9b84dd7 100644
--- a/chart2/source/tools/ResId.cxx
+++ b/chart2/source/tools/ResId.cxx
@@ -18,14 +18,13 @@
*/
#include <ResId.hxx>
-#include <ResourceManager.hxx>
#include <unotools/resmgr.hxx>
namespace chart
{
OUString SchResId(const char *pId)
{
- return Translate::get(pId, ResourceManager::getResourceLocale());
+ return Translate::get(pId, Translate::Create("chart"));
}
} // namespace chart