summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xlpage.cxx')
-rw-r--r--sc/source/filter/excel/xlpage.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/excel/xlpage.cxx b/sc/source/filter/excel/xlpage.cxx
index 53cdd0550081..6a68867db504 100644
--- a/sc/source/filter/excel/xlpage.cxx
+++ b/sc/source/filter/excel/xlpage.cxx
@@ -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
@@ -43,7 +43,7 @@
struct XclPaperSize
{
- Paper mePaper; /// SVX paper size identifier.
+ Paper mePaper; /// SVX paper size identifier.
long mnWidth; /// Paper width in twips.
long mnHeight; /// Paper height in twips.
};
@@ -71,14 +71,14 @@ static const XclPaperSize pPaperSizeTable[] =
//near DMPAPER_B4 in vcl
//i.e.
//http://msdn.microsoft.com/en-us/library/bb241398.aspx makes the claim:
- //xlPaperB4 12 B4 (250 mm x 354 mm)
- //xlPaperB5 13 A5 (148 mm x 210 mm)
+ //xlPaperB4 12 B4 (250 mm x 354 mm)
+ //xlPaperB5 13 A5 (148 mm x 210 mm)
//but, a paper enum called B5 is surely not actually "A5", and furthermore
//the XlPaperSize enumeration otherwise follows the DMPAPER values
//http://msdn.microsoft.com/en-us/library/ms776398(VS.85).aspx
//which has
- //DMPAPER_B4 12 B4 (JIS) 250 x 354
- //DMPAPER_B5 13 B5 (JIS) 182 x 257 mm
+ //DMPAPER_B4 12 B4 (JIS) 250 x 354
+ //DMPAPER_B5 13 B5 (JIS) 182 x 257 mm
//which claim them to be the JIS sizes. Though that document then gives
//"B4 (JIS)" an *ISO* B4 size in the text, but
//http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf