summaryrefslogtreecommitdiff
path: root/sw/source/ui/index/toxmgr.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-25 08:16:30 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-25 08:16:30 +0000
commit62dddd2ddbd69975860c849f0b6b244b87086deb (patch)
tree91081f2145e49c5440a5a30dda8c71fc3df68d45 /sw/source/ui/index/toxmgr.cxx
parent34bbb70807ca0632c73c8c6f53ad0f4c0e9c8810 (diff)
INTEGRATION: CWS os94 (1.14.246); FILE MERGED
2007/03/12 08:10:52 os 1.14.246.1: #i75235# unused methods removed
Diffstat (limited to 'sw/source/ui/index/toxmgr.cxx')
-rw-r--r--sw/source/ui/index/toxmgr.cxx24
1 files changed, 2 insertions, 22 deletions
diff --git a/sw/source/ui/index/toxmgr.cxx b/sw/source/ui/index/toxmgr.cxx
index ecdf6ac1bf..8a63e0cdcc 100644
--- a/sw/source/ui/index/toxmgr.cxx
+++ b/sw/source/ui/index/toxmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toxmgr.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 23:04:46 $
+ * last change: $Author: rt $ $Date: 2007-04-25 09:16:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,26 +64,6 @@
#include <globals.hrc>
#endif
-/*-----------------23.01.98 07:41-------------------
- Standard - Verzeichnisnamen herausreichen
---------------------------------------------------*/
-const String& SwTOXBase::GetTOXName(TOXTypes eType)
-{
- const String* pRet;
- ShellResource* pShellRes = ViewShell::GetShellRes();
- switch(eType)
- {
- case TOX_CONTENT : pRet = &pShellRes->aTOXContentName; break;
- case TOX_INDEX : pRet = &pShellRes->aTOXIndexName; break;
- case TOX_USER : pRet = &pShellRes->aTOXUserName; break;
- case TOX_ILLUSTRATIONS: pRet = &pShellRes->aTOXIllustrationsName; break;
- case TOX_OBJECTS : pRet = &pShellRes->aTOXObjectsName; break;
- case TOX_TABLES : pRet = &pShellRes->aTOXTablesName; break;
- case TOX_AUTHORITIES : pRet = &pShellRes->aTOXAuthoritiesName; break;
- }
- return *pRet;
-}
-
/*--------------------------------------------------------------------
Beschreibung: Handhabung der Verzeichnisse durch TOXMgr
--------------------------------------------------------------------*/