summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/glosdoc.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-03 10:15:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-03 16:30:32 +0100
commit2e048774847c649c946b7bd809cb873ef2416dcb (patch)
treea573da69f6df3305a3018410300a3ad385ec5273 /sw/source/uibase/inc/glosdoc.hxx
parent1573a63339c0e8d3a88a3c3ec520a2c4e75655a4 (diff)
PutGroupDoc(foo) is just delete foo
so just replace it with delete and simplify the code around it now we know exactly what it does Change-Id: Ie23bc46583684bda35b47022ea9853f25a415b0d
Diffstat (limited to 'sw/source/uibase/inc/glosdoc.hxx')
-rw-r--r--sw/source/uibase/inc/glosdoc.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/glosdoc.hxx b/sw/source/uibase/inc/glosdoc.hxx
index 8ed321445d5f..c043f3684d09 100644
--- a/sw/source/uibase/inc/glosdoc.hxx
+++ b/sw/source/uibase/inc/glosdoc.hxx
@@ -112,7 +112,6 @@ public:
SwTextBlocks* GetGroupDoc(const OUString &rName,
bool bCreate = false);
SwTextBlocks* GetDefGroupDoc() { return GetGroupDoc(GetDefName()); }
- void PutGroupDoc(SwTextBlocks *pBlock);
static OUString GetDefName();
static OUString GetExtension();