From da94b0462bee31be2a9f09c7b13ebd0cf0255945 Mon Sep 17 00:00:00 2001 From: eXine Date: Tue, 2 Nov 2010 18:14:23 +0100 Subject: cui: more fixes of dead code, bogus and German --- cui/source/inc/cuitabline.hxx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'cui/source/inc/cuitabline.hxx') diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx index efb22b2ff607..0f7fca4b6cba 100644 --- a/cui/source/inc/cuitabline.hxx +++ b/cui/source/inc/cuitabline.hxx @@ -174,8 +174,8 @@ private: ChangeType* pnLineEndListState; ChangeType* pnDashListState; ChangeType* pnColorTableState; - UINT16 nPageType; //add CHINA001 - UINT16 nDlgType; //add CHINA001 + UINT16 nPageType; + UINT16 nDlgType; USHORT* pPosDashLb; USHORT* pPosLineEndLb; @@ -190,7 +190,6 @@ private: DECL_STATIC_LINK( SvxLineTabPage, GraphicArrivedHdl_Impl, SvxBrushItem* ); DECL_LINK( SizeHdl_Impl, MetricField * ); DECL_LINK( RatioHdl_Impl, CheckBox * ); - // <- Symbole #ifdef _SVX_TPLINE_CXX DECL_LINK( ClickInvisibleHdl_Impl, void * ); @@ -215,7 +214,6 @@ public: void Construct(); - static SfxTabPage* Create( Window*, const SfxItemSet& ); static USHORT* GetRanges(); @@ -234,8 +232,8 @@ public: void SetLineEndList( XLineEndList* pLneEndLst) { pLineEndList = pLneEndLst; } void SetObjSelected( BOOL bHasObj ) { bObjSelected = bHasObj; } - void SetPageType( UINT16 nInType ) { nPageType = nInType; }//CHINA001 void SetPageType( USHORT* pInType ) { pPageType = pInType; } - void SetDlgType( UINT16 nInType ) { nDlgType = nInType; } //CHINA001 void SetDlgType( USHORT* pInType ) { pDlgType = pInType; } + void SetPageType( UINT16 nInType ) { nPageType = nInType; } + void SetDlgType( UINT16 nInType ) { nDlgType = nInType; } void SetPosDashLb( USHORT* pInPos ) { pPosDashLb = pInPos; } void SetPosLineEndLb( USHORT* pInPos ) { pPosLineEndLb = pInPos; } @@ -243,7 +241,7 @@ public: void SetDashChgd( ChangeType* pIn ) { pnDashListState = pIn; } void SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; } - virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001 + virtual void PageCreated (SfxAllItemSet aSet); virtual void DataChanged( const DataChangedEvent& rDCEvt ); }; @@ -426,7 +424,6 @@ public: virtual void DataChanged( const DataChangedEvent& rDCEvt ); }; - #endif // _CUI_TAB_LINE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit