summaryrefslogtreecommitdiff
path: root/idl/source/prj/command.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/source/prj/command.cxx')
-rw-r--r--idl/source/prj/command.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index 50360ece5c..9bae4b7478 100644
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -351,7 +351,7 @@ SvCommand::SvCommand( int argc, char ** argv )
}
else if( aParam.EqualsIgnoreCaseAscii( "help" ) || aParam.EqualsIgnoreCaseAscii( "?" ) )
{ // Hilfe
- printf( CommandLineSyntax );
+ printf( "%s", CommandLineSyntax );
}
else if( aParam.EqualsIgnoreCaseAscii( "syntax" ) )
{ // Hilfe
@@ -391,7 +391,7 @@ SvCommand::SvCommand( int argc, char ** argv )
}
else
{
- printf( CommandLineSyntax );
+ printf( "%s", CommandLineSyntax );
}
String * pStr = aList.First();