summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/toxmgr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 12:08:28 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 12:08:28 +0000
commit6bfab12e131c09ee93cfdd0fec3f558911b2b444 (patch)
tree6e6bac971955f2e21cb7360446c3f679921861ad /sw/source/ui/inc/toxmgr.hxx
parent3b59729cc3eb13f0ef3b38258dc5e21b4ce0e502 (diff)
INTEGRATION: CWS tune05 (1.3.736); FILE MERGED
2004/06/23 13:01:47 cmc 1.3.736.1: #i30554# remove unused code inside #ifdef USED guards
Diffstat (limited to 'sw/source/ui/inc/toxmgr.hxx')
-rw-r--r--sw/source/ui/inc/toxmgr.hxx43
1 files changed, 2 insertions, 41 deletions
diff --git a/sw/source/ui/inc/toxmgr.hxx b/sw/source/ui/inc/toxmgr.hxx
index 474bff6164ba..2983bb948424 100644
--- a/sw/source/ui/inc/toxmgr.hxx
+++ b/sw/source/ui/inc/toxmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toxmgr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: iha $ $Date: 2002-08-08 13:11:06 $
+ * last change: $Author: obo $ $Date: 2004-08-12 13:08:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -325,45 +325,6 @@ public:
//
BOOL UpdateOrInsertTOX(const SwTOXDescription& rDesc, SwTOXBase** ppBase = 0, const SfxItemSet* pSet = 0);
-#ifdef USE_OLD_INDEXES
- void InsertTOI(const USHORT nOptions = TOI_SAME_ENTRY|TOI_FF|TOI_CASE_SENSITIVE,
- const String* pTitel = 0,
- const SwForm* pForm = 0,
- SwTOXBase** ppBase = 0 );
-
- BOOL UpdateTOI(const USHORT nOptions,
- const String* pTitel = 0,
- const SwForm* pForm = 0);
-
-
- void InsertTOC(const USHORT nContent = TOX_MARK | TOX_OUTLINELEVEL,
- int nLevel = MAXLEVEL,
- const String* pTitel = 0,
- const SwForm* pForm = 0,
- SwTOXBase** ppBase = 0);
-
- BOOL UpdateTOC(const USHORT nContent = TOX_MARK | TOX_OUTLINELEVEL,
- int nLevel = MAXLEVEL,
- const String* pTitel = 0,
- const SwForm* pForm = 0);
-
- void InsertTOU(const USHORT nContent = TOX_MARK,
- const String* pTOUName = 0,
- const String* pTemplateName = 0,
- int nLevel = MAXLEVEL,
- const String* pTitel = 0,
- const SwForm* pForm = 0,
- SwTOXBase** ppBase = 0);
-
- BOOL UpdateTOU(const USHORT nContent,
- const String* pTOUName = 0,
- const String* pTemplateName = 0,
- int nLevel = MAXLEVEL,
- const String* pTitel = 0,
- const SwForm* pForm = 0);
-
-#endif
-
const SwTOXType* GetTOXType(TOXTypes eTyp, USHORT nId) const;
const SwTOXBase* GetCurTOX();