summaryrefslogtreecommitdiff
path: root/framework/source/jobs/shelljob.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/shelljob.cxx')
-rw-r--r--framework/source/jobs/shelljob.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/jobs/shelljob.cxx b/framework/source/jobs/shelljob.cxx
index a4c073b527cc..ca941607cbf2 100644
--- a/framework/source/jobs/shelljob.cxx
+++ b/framework/source/jobs/shelljob.cxx
@@ -51,13 +51,9 @@
#include <com/sun/star/util/PathSubstitution.hpp>
#include <com/sun/star/util/XStringSubstitution.hpp>
-//_______________________________________________
-// namespace
namespace framework{
-//_______________________________________________
-// definitions
/** address job configuration inside argument set provided on method execute(). */
static const ::rtl::OUString PROP_JOBCONFIG("JobConfig");
h&id=a5e53f9ffdde320a7ba104a1e01b3f5ef75d7975'>convert TokenTypes to scoped enumNoel Grandin 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-01-18Remove unused FILE_WRITING BasicCodeTagger::TaggerExceptionStephan Bergmann 2015-11-30loplugin:unusedfieldsNoel Grandin 2015-11-20loplugin:unusedfields helpcompilerNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06coverity#1338258 Uncaught exceptionCaolán McNamara 2015-11-06coverity#1338235 Uncaught exceptionCaolán McNamara 2015-09-17boost->stdCaolán McNamara 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-06-28coverity#1308500 Uncaught exceptionCaolán McNamara 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-07loplugin:staticmethodsNoel Grandin 2015-03-09V801: Decreased performanceCaolán McNamara 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann 2014-06-17coverity#1223090 Uncaught exceptionCaolán McNamara 2014-06-10coverity#983682 Uncaught exceptionCaolán McNamara 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin 2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold