summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labprt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/labprt.cxx')
-rw-r--r--sw/source/ui/envelp/labprt.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/source/ui/envelp/labprt.cxx b/sw/source/ui/envelp/labprt.cxx
index 7dce45446dec..3e7b756c3539 100644
--- a/sw/source/ui/envelp/labprt.cxx
+++ b/sw/source/ui/envelp/labprt.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
@@ -53,14 +53,14 @@ SwLabPrtPage::SwLabPrtPage(Window* pParent, const SfxItemSet& rSet) :
pPrinter( 0 ),
aPageButton (this, SW_RES(BTN_PAGE )),
aSingleButton (this, SW_RES(BTN_SINGLE )),
- aColText (this, SW_RES(TXT_COL )),
- aColField (this, SW_RES(FLD_COL )),
- aRowText (this, SW_RES(TXT_ROW )),
- aRowField (this, SW_RES(FLD_ROW )),
- aSynchronCB (this, SW_RES(CB_SYNCHRON)),
+ aColText (this, SW_RES(TXT_COL )),
+ aColField (this, SW_RES(FLD_COL )),
+ aRowText (this, SW_RES(TXT_ROW )),
+ aRowField (this, SW_RES(FLD_ROW )),
+ aSynchronCB (this, SW_RES(CB_SYNCHRON)),
aFLDontKnow (this, SW_RES(FL_DONTKNOW)),
aPrinterInfo (this, SW_RES(INF_PRINTER)),
- aPrtSetup (this, SW_RES(BTN_PRTSETUP)),
+ aPrtSetup (this, SW_RES(BTN_PRTSETUP)),
aFLPrinter (this, SW_RES(FL_PRINTER ))
{
@@ -144,8 +144,8 @@ int SwLabPrtPage::DeactivatePage(SfxItemSet* _pSet)
void SwLabPrtPage::FillItem(SwLabItem& rItem)
{
rItem.bPage = aPageButton.IsChecked();
- rItem.nCol = (USHORT) aColField.GetValue();
- rItem.nRow = (USHORT) aRowField.GetValue();
+ rItem.nCol = (USHORT) aColField.GetValue();
+ rItem.nRow = (USHORT) aRowField.GetValue();
rItem.bSynchron = aSynchronCB.IsChecked() && aSynchronCB.IsEnabled();
}
@@ -164,8 +164,8 @@ void SwLabPrtPage::Reset(const SfxItemSet& )
SwLabItem aItem;
GetParent()->GetLabItem(aItem);
- aColField.SetValue (aItem.nCol);
- aRowField.SetValue (aItem.nRow);
+ aColField.SetValue (aItem.nCol);
+ aRowField.SetValue (aItem.nRow);
if (aItem.bPage)
{