summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpdoc.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpdoc.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/lwpdoc.hxx b/lotuswordpro/source/filter/lwpdoc.hxx
index 31b9338dbfc9..6816f8700fd8 100644
--- a/lotuswordpro/source/filter/lwpdoc.hxx
+++ b/lotuswordpro/source/filter/lwpdoc.hxx
@@ -138,7 +138,6 @@ public:
inline bool IsChildDoc();
inline bool HonorProtection();
- inline LwpObjectID& GetContentList();
inline LwpObjectID& GetDocData();
inline LwpObjectID& GetSocket();
@@ -186,10 +185,6 @@ inline bool LwpDocument::HonorProtection()
{
return (m_nPersistentFlags & DOC_PROTECTED) != 0;
}
-inline LwpObjectID& LwpDocument::GetContentList()
-{
- return m_pFoundry->GetContentManager().GetContentList();
-}
inline LwpObjectID& LwpDocument::GetSocket()
{
return m_DocSockID;