[Libreoffice-commits] core.git: Branch 'aoo/trunk' - i18npool/inc
Matthias Seidel
mseidel at apache.org
Wed Jul 11 22:10:45 UTC 2018
i18npool/inc/i18npool/paper.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 63c6156b7688d8e7f963b9ac9ff8bd21f39546bb
Author: Matthias Seidel <mseidel at apache.org>
Date: Wed Jul 11 21:33:04 2018 +0000
Minor cleanup
diff --git a/i18npool/inc/i18npool/paper.hxx b/i18npool/inc/i18npool/paper.hxx
index 3fc3217b44f8..870b718263b2 100644
--- a/i18npool/inc/i18npool/paper.hxx
+++ b/i18npool/inc/i18npool/paper.hxx
@@ -126,8 +126,8 @@ enum Paper
class I18NPOOL_DLLPUBLIC PaperInfo
{
Paper m_eType;
- long m_nPaperWidth; // width in 100thMM
- long m_nPaperHeight; // height in 100thMM
+ long m_nPaperWidth; // width in 100thMM
+ long m_nPaperHeight; // height in 100thMM
public:
PaperInfo(Paper eType);
PaperInfo(long nPaperWidth, long nPaperHeight);
More information about the Libreoffice-commits
mailing list