summaryrefslogtreecommitdiff
path: root/sw/inc/swprtopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swprtopt.hxx')
-rw-r--r--sw/inc/swprtopt.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/swprtopt.hxx b/sw/inc/swprtopt.hxx
index 7cb8ccf6ecfc..180b1b781977 100644
--- a/sw/inc/swprtopt.hxx
+++ b/sw/inc/swprtopt.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,9 +37,9 @@
#include <vector>
#include <utility>
-#define POSTITS_NONE 0
-#define POSTITS_ONLY 1
-#define POSTITS_ENDDOC 2
+#define POSTITS_NONE 0
+#define POSTITS_ONLY 1
+#define POSTITS_ENDDOC 2
#define POSTITS_ENDPAGE 3
@@ -77,12 +77,12 @@ public:
bJobStartet(FALSE)
{}
- const String& MakeNextJobName(); // steht in vprint.cxx
- const String& GetJobName() const { return sJobName; }
+ const String& MakeNextJobName(); // steht in vprint.cxx
+ const String& GetJobName() const { return sJobName; }
#if defined(TCPP)
// seit neuestem (SV 223) kann der keinen mehr generieren
- inline SwPrtOptions(const SwPrtOptions& rNew) {*this = rNew;}
+ inline SwPrtOptions(const SwPrtOptions& rNew) {*this = rNew;}
#endif