diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-01-02 14:33:05 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-01-02 14:33:05 -0800 |
commit | 82318984b9f775914d5281b60d5a6626e6fd932c (patch) | |
tree | 5d3be3396a89357b2b8342662ba191654f66545f | |
parent | 64f9d3310327e2349243e709c0ac1b9187e77eff (diff) |
Code cleanup
-rw-r--r-- | sw/source/ui/inc/swuicnttab.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/inc/swuicnttab.hxx b/sw/source/ui/inc/swuicnttab.hxx index 74e3b32bedf2..a7a931657b6c 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 * ); |