summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/connect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/connect.cxx')
-rw-r--r--cui/source/tabpages/connect.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/cui/source/tabpages/connect.cxx b/cui/source/tabpages/connect.cxx
index 2cc564c3c553..64a86e3dd4b3 100644
--- a/cui/source/tabpages/connect.cxx
+++ b/cui/source/tabpages/connect.cxx
@@ -1,7 +1,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
@@ -32,8 +32,8 @@
#include <sfx2/app.hxx>
#include <sfx2/module.hxx>
#include <tools/shl.hxx>
-#include "svx/ofaitem.hxx" // add CHINA001
-#include <sfx2/request.hxx> // add CHINA001
+#include "svx/ofaitem.hxx" // add CHINA001
+#include <sfx2/request.hxx> // add CHINA001
#include <svx/dialogs.hrc>
#define _SVX_CONNECT_CXX
@@ -94,11 +94,11 @@ SvxConnectionDialog::~SvxConnectionDialog()
\************************************************************************/
SvxConnectionPage::SvxConnectionPage( Window* pWindow, const SfxItemSet& rInAttrs ) :
- SfxTabPage ( pWindow, CUI_RES( RID_SVXPAGE_CONNECTION ),
+ SfxTabPage ( pWindow, CUI_RES( RID_SVXPAGE_CONNECTION ),
rInAttrs ),
- aFtType ( this, CUI_RES( FT_TYPE ) ),
- aLbType ( this, CUI_RES( LB_TYPE ) ),
+ aFtType ( this, CUI_RES( FT_TYPE ) ),
+ aLbType ( this, CUI_RES( LB_TYPE ) ),
aFlDelta ( this, CUI_RES( FL_DELTA ) ),
aFtLine1 ( this, CUI_RES( FT_LINE_1 ) ),
@@ -109,14 +109,14 @@ SvxConnectionPage::SvxConnectionPage( Window* pWindow, const SfxItemSet& rInAttr
aMtrFldLine3 ( this, CUI_RES( MTR_FLD_LINE_3 ) ),
aFlDistance ( this, CUI_RES( FL_DISTANCE ) ),
- aFtHorz1 ( this, CUI_RES( FT_HORZ_1 ) ),
- aMtrFldHorz1 ( this, CUI_RES( MTR_FLD_HORZ_1 ) ),
+ aFtHorz1 ( this, CUI_RES( FT_HORZ_1 ) ),
+ aMtrFldHorz1 ( this, CUI_RES( MTR_FLD_HORZ_1 ) ),
aFtVert1 ( this, CUI_RES( FT_VERT_1 ) ),
aMtrFldVert1 ( this, CUI_RES( MTR_FLD_VERT_1 ) ),
aFtHorz2 ( this, CUI_RES( FT_HORZ_2 ) ),
aMtrFldHorz2 ( this, CUI_RES( MTR_FLD_HORZ_2 ) ),
aFtVert2 ( this, CUI_RES( FT_VERT_2 ) ),
- aMtrFldVert2 ( this, CUI_RES( MTR_FLD_VERT_2 ) ),
+ aMtrFldVert2 ( this, CUI_RES( MTR_FLD_VERT_2 ) ),
aCtlPreview ( this, CUI_RES( CTL_PREVIEW ), rInAttrs ),
rOutAttrs ( rInAttrs ),
@@ -330,8 +330,8 @@ void __EXPORT SvxConnectionPage::Reset( const SfxItemSet& rAttrs )
BOOL SvxConnectionPage::FillItemSet( SfxItemSet& rAttrs)
{
- BOOL bModified = FALSE;
- INT32 nValue;
+ BOOL bModified = FALSE;
+ INT32 nValue;
if( aMtrFldHorz1.GetText() != aMtrFldHorz1.GetSavedValue() )
{
@@ -428,7 +428,7 @@ SfxTabPage* SvxConnectionPage::Create( Window* pWindow,
|*
\************************************************************************/
-USHORT* SvxConnectionPage::GetRanges()
+USHORT* SvxConnectionPage::GetRanges()
{
return( pRanges );
}
@@ -553,12 +553,12 @@ void SvxConnectionPage::FillTypeLB()
}
}
}
-void SvxConnectionPage::PageCreated (SfxAllItemSet aSet) //add CHINA001
+void SvxConnectionPage::PageCreated (SfxAllItemSet aSet) //add CHINA001
{
SFX_ITEMSET_ARG(&aSet,pOfaPtrItem,OfaPtrItem,SID_OBJECT_LIST,sal_False);
if (pOfaPtrItem)
SetView( static_cast<SdrView *>(pOfaPtrItem->GetValue()) );
-
+
Construct();
}