[Libreoffice-commits] .: sw/source

Joseph Powers jpowers at kemper.freedesktop.org
Sun Jan 2 14:33:15 PST 2011


 sw/source/ui/inc/swuicnttab.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit c5d5a507e80f0c38674b23f286ee3838abd65d1b
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Sun Jan 2 14:33:05 2011 -0800

    Code cleanup

diff --git a/sw/source/ui/inc/swuicnttab.hxx b/sw/source/ui/inc/swuicnttab.hxx
index dafda06..6b9baba 100644
--- a/sw/source/ui/inc/swuicnttab.hxx
+++ b/sw/source/ui/inc/swuicnttab.hxx
@@ -152,7 +152,6 @@ class SwTOXSelectTabPage : public SfxTabPage
     //content
     FixedLine       aCreateFromFL;  // content, user, illustration
     CheckBox		aFromHeadingsCB;
-//	PushButton		aChapterDlgPB;	//#outline level,removed by zhaojianwei
     CheckBox		aAddStylesCB;
     PushButton		aAddStylesPB;
     //user
@@ -223,7 +222,6 @@ class SwTOXSelectTabPage : public SfxTabPage
 
     DECL_LINK(TOXTypeHdl, 	ListBox* );
     DECL_LINK(TOXAreaHdl, 	ListBox* );
-//	DECL_LINK(ChapterHdl, 	PushButton* ); //#outline level,removed by zhaojianwei
     DECL_LINK(AddStylesHdl, PushButton* );
     DECL_LINK(MenuEnableHdl, Menu*);
     DECL_LINK(MenuExecuteHdl, Menu*);
@@ -491,7 +489,6 @@ class SwTOXStylesTabPage : public SfxTabPage
     FixedLine       aFormatFL;
 
     SwForm*         m_pCurrentForm;
-//	void			UpdatePattern();
 
     DECL_LINK( EditStyleHdl, Button *);
     DECL_LINK( StdHdl, Button * );


More information about the Libreoffice-commits mailing list