summaryrefslogtreecommitdiffstats
path: root/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/skeletonmaker/cppcompskeleton.cxx')
-rw-r--r--unodevtools/source/skeletonmaker/cppcompskeleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 4b6aa7d57f51..8b63e8a2326a 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -61,7 +61,7 @@ void generateIncludes(std::ostream & o,
while (iter != interfaces.end())
{
o << "#include \""
- << ((*iter).replace('.', '/').getStr())
+ << (*iter).replace('.', '/')
<< ".hpp\"\n";
++iter;
}