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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/ResId.cxx b/chart2/source/tools/ResId.cxx
index be273d6a0f07..ed4c80e41c8f 100644
--- a/chart2/source/tools/ResId.cxx
+++ b/chart2/source/tools/ResId.cxx
@@ -19,14 +19,14 @@
#include "ResId.hxx"
-#include "RessourceManager.hxx"
+#include "ResourceManager.hxx"
#include <tools/string.hxx>
namespace chart
{
SchResId::SchResId( sal_Int16 nId )
- : ResId( nId, RessourceManager::getRessourceManager() )
+ : ResId( nId, ResourceManager::getResourceManager() )
{
}