summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/toxmgr.hxx
diff options
context:
space:
mode:
authorPrashant Shah <pshah.mumbai@gmail.com>2010-10-13 10:32:10 +0530
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-13 12:58:19 +0200
commit6736be7898a318765bc17f87fac9dbc36355d8a8 (patch)
tree933f8f774fe319c064152df505c119f1062dbaf0 /sw/source/ui/inc/toxmgr.hxx
parentRTF: fix for nested tables (diff)
downloadcore-6736be7898a318765bc17f87fac9dbc36355d8a8.tar.gz
core-6736be7898a318765bc17f87fac9dbc36355d8a8.zip
Cleanup: remove bogus comments from inc directory
This patch removes bogus comments found in the inc directory including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
Diffstat (limited to 'sw/source/ui/inc/toxmgr.hxx')
-rw-r--r--sw/source/ui/inc/toxmgr.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/source/ui/inc/toxmgr.hxx b/sw/source/ui/inc/toxmgr.hxx
index 38cc1e5398b3..57592f5c49c2 100644
--- a/sw/source/ui/inc/toxmgr.hxx
+++ b/sw/source/ui/inc/toxmgr.hxx
@@ -39,7 +39,6 @@ class SwForm;
Beschreibung: Manager fuer Verzeichnisfunktionalitaet
--------------------------------------------------------------------*/
//one single method will be sufficient to insert AND upate indexes
-
class SW_DLLPUBLIC SwTOXDescription
{
TOXTypes eTOXType;
@@ -183,7 +182,7 @@ public:
void ApplyTo(SwTOXBase& rTOXBase);
};
-// --------------------------------------------------------------------------------
+
class SwTOXMarkDescription
{
TOXTypes eTOXType;
@@ -309,15 +308,12 @@ public:
};
-
/*--------------------------------------------------------------------
Beschreibung: Inlines
--------------------------------------------------------------------*/
-
inline USHORT SwTOXMgr::GetTOXMarkCount()
{ return aCurMarks.Count(); }
-
inline SwTOXMark* SwTOXMgr::GetCurTOXMark()
{ return pCurTOXMark; }