summaryrefslogtreecommitdiff
path: root/sw/inc/ccoll.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:17:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:17:31 +0000
commit0844395dea484d65d6b71c9fe9b4486cee968a7d (patch)
treec7fe5c416f85efcb69d7767d345fbc0fbc4ca70b /sw/inc/ccoll.hxx
parent1f3e12b802ca90a094f1a3f4b5f01b62b668adaa (diff)
INTEGRATION: CWS writercorehandoff (1.2.78); FILE MERGED
2006/04/05 08:49:36 tra 1.2.78.1: #i50348#
Diffstat (limited to 'sw/inc/ccoll.hxx')
-rw-r--r--sw/inc/ccoll.hxx61
1 files changed, 2 insertions, 59 deletions
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx
index 193b8e77e42b..a6d06cc5ba71 100644
--- a/sw/inc/ccoll.hxx
+++ b/sw/inc/ccoll.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ccoll.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-11-11 13:14:42 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:17:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,11 +77,6 @@
#include <rtl/string.hxx>
-class SwWrtShell;
-class SwFmt;
-class SwCollCondition;
-
-
//***********************************************************
struct CollName {
@@ -129,57 +124,5 @@ public:
};
-//***********************************************************
-
-//CHINA001 class SwCondCollPage : public SfxTabPage
-//CHINA001 {
-//CHINA001 FixedLine aConditionFL;
-//CHINA001 CheckBox aConditionCB;
-//CHINA001
-//CHINA001 FixedText aContextFT;
-//CHINA001 FixedText aUsedFT;
-//CHINA001 SvTabListBox aTbLinks;
-//CHINA001
-//CHINA001 FixedText aStyleFT;
-//CHINA001 ListBox aStyleLB;
-//CHINA001 ListBox aFilterLB;
-//CHINA001
-//CHINA001 PushButton aRemovePB;
-//CHINA001 PushButton aAssignPB;
-//CHINA001
-//CHINA001 String sNoTmpl;
-//CHINA001 ResStringArray aStrArr;
-//CHINA001
-//CHINA001 SwWrtShell &rSh;
-//CHINA001 const CommandStruct*pCmds;
-//CHINA001 SwFmt* pFmt;
-//CHINA001
-//CHINA001 CollName* pNms;
-//CHINA001
-//CHINA001 BOOL bNewTemplate;
-//CHINA001
-//CHINA001
-//CHINA001 SwCondCollPage(Window *pParent, const SfxItemSet &rSet);
-//CHINA001 virtual ~SwCondCollPage();
-//CHINA001
-//CHINA001 virtual int DeactivatePage(SfxItemSet *pSet);
-//CHINA001
-//CHINA001 DECL_LINK( OnOffHdl, CheckBox* );
-//CHINA001 DECL_LINK( AssignRemoveHdl, PushButton*);
-//CHINA001 DECL_LINK( SelectHdl, ListBox* );
-//CHINA001
-//CHINA001 public:
-//CHINA001
-//CHINA001 static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
-//CHINA001 static USHORT* GetRanges();
-//CHINA001
-//CHINA001 virtual BOOL FillItemSet( SfxItemSet &rSet);
-//CHINA001 virtual void Reset (const SfxItemSet &rSet);
-//CHINA001
-//CHINA001 void SetCollection( SwFmt* pFormat, BOOL bNew );
-//CHINA001 };
-
-
-
#endif