summaryrefslogtreecommitdiffstats
path: root/unodevtools/source/skeletonmaker/skeletonmaker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/skeletonmaker/skeletonmaker.cxx')
-rw-r--r--unodevtools/source/skeletonmaker/skeletonmaker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx b/unodevtools/source/skeletonmaker/skeletonmaker.cxx
index 091b9357d80f..5ddaf8ee1d4f 100644
--- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx
+++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx
@@ -254,7 +254,7 @@ SAL_IMPLEMENT_MAIN()
if ( types.empty() && options.componenttype != 3) {
std::cerr
- << ("\nError: no type is specified, use the -T option at least once\n");
+ << "\nError: no type is specified, use the -T option at least once\n";
printUsageAndExit(programname, version);
exit(EXIT_FAILURE);
}