summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs8
-rw-r--r--svtools/source/config/optionsdrawinglayer.cxx4
2 files changed, 6 insertions, 6 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index e83663786ec2..5179d366e919 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1051,20 +1051,20 @@
<prop oor:name="MaximumPaperWidth" oor:type="xs:int" oor:nillable="false">
<info>
<desc>Specifies the maximum allowed Paper Width for page definitions
- in cm. Default is 3m, i.e. 300 cm. When this is changed to higher
+ in cm. Default is 6m, i.e. 600 cm. When this is changed to higher
values, it is done on own risk.</desc>
<label>Maximum allowed Paper Width for page definitions</label>
</info>
- <value>300</value>
+ <value>600</value>
</prop>
<prop oor:name="MaximumPaperHeight" oor:type="xs:int" oor:nillable="false">
<info>
<desc>Specifies the maximum allowed Paper Height for page definitions
- in cm. Default is 3m, i.e. 300 cm. When this is changed to higher
+ in cm. Default is 6m, i.e. 600 cm. When this is changed to higher
values, it is done on own risk.</desc>
<label>Maximum allowed Paper Height for page definitions</label>
</info>
- <value>300</value>
+ <value>600</value>
</prop>
<prop oor:name="MaximumPaperLeftMargin" oor:type="xs:int" oor:nillable="false">
<info>
diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx
index 110af11c4ccd..304c18daca6e 100644
--- a/svtools/source/config/optionsdrawinglayer.cxx
+++ b/svtools/source/config/optionsdrawinglayer.cxx
@@ -53,8 +53,8 @@ using namespace ::com::sun::star::uno ;
#define DEFAULT_PAINTBUFFER_DRAWIMPRESS true
// #i4219#
-#define DEFAULT_MAXIMUMPAPERWIDTH 300
-#define DEFAULT_MAXIMUMPAPERHEIGHT 300
+#define DEFAULT_MAXIMUMPAPERWIDTH 600
+#define DEFAULT_MAXIMUMPAPERHEIGHT 600
#define DEFAULT_MAXIMUMPAPERLEFTMARGIN 9999
#define DEFAULT_MAXIMUMPAPERRIGHTMARGIN 9999
#define DEFAULT_MAXIMUMPAPERTOPMARGIN 9999