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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx b/unodevtools/source/skeletonmaker/skeletonmaker.cxx
index 6fd03a6a7951..e2f97695997d 100644
--- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx
+++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx
@@ -120,8 +120,8 @@ void printUsageAndExit(const char* programname, const char* version)
SAL_IMPLEMENT_MAIN()
{
- const char* version = "0.4";
- const char* programname = "uno-skeletonmaker";
+ const char* const version = "0.4";
+ const char* const programname = "uno-skeletonmaker";
sal_uInt32 nCount = rtl_getAppCommandArgCount();
if ( nCount == 0 ) {