summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/toxmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/toxmgr.hxx')
-rw-r--r--sw/source/ui/inc/toxmgr.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/ui/inc/toxmgr.hxx b/sw/source/ui/inc/toxmgr.hxx
index 273ab7c0787d..86b2d7f5ecc5 100644
--- a/sw/source/ui/inc/toxmgr.hxx
+++ b/sw/source/ui/inc/toxmgr.hxx
@@ -245,7 +245,6 @@ public:
{delete pTOUName; pTOUName = new OUString(rSet);}
const OUString* GetTOUName() const {return pTOUName;}
-
void SetPhoneticReadingOfAltStr(const OUString& rSet)
{delete pPhoneticReadingOfAltStr; pPhoneticReadingOfAltStr = new OUString(rSet);}
const OUString* GetPhoneticReadingOfAltStr() const { return pPhoneticReadingOfAltStr; }
@@ -271,14 +270,12 @@ public:
// single argument ctors shall be explicit.
explicit SwTOXMgr(SwWrtShell* pShell);
- //
// methods for directory marks
- //
+
void InsertTOXMark(const SwTOXMarkDescription& rDesc);
void UpdateTOXMark(const SwTOXMarkDescription& rDesc);
-
void DeleteTOXMark();
void NextTOXMark(sal_Bool bSame=sal_False);
void PrevTOXMark(sal_Bool bSame=sal_False);
@@ -290,9 +287,8 @@ public:
SwTOXMark* GetCurTOXMark();
void SetCurTOXMark(sal_uInt16 nId);
- //
// methods for directories
- //
+
sal_Bool UpdateOrInsertTOX(const SwTOXDescription& rDesc, SwTOXBase** ppBase = 0, const SfxItemSet* pSet = 0);
const SwTOXType* GetTOXType(TOXTypes eTyp, sal_uInt16 nId) const;