summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdoc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-02 18:48:16 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-03 10:20:07 -0400
commit037908f9ee16156cc251a444a0d82142e27a7d34 (patch)
tree5ce733990baa27f9636131747288031ee3129dd2 /editeng/source/editeng/editdoc.hxx
parent94d833f674eea0d1486778f38e4955aa5f80153c (diff)
We can now access the nodes directly from EditDoc.
Diffstat (limited to 'editeng/source/editeng/editdoc.hxx')
-rw-r--r--editeng/source/editeng/editdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index 3dc13cc63d41..b1e7f561df0c 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -777,7 +777,7 @@ public:
SfxItemPool& GetItemPool() { return *pItemPool; }
const SfxItemPool& GetItemPool() const { return *pItemPool; }
- void RemoveItemsFromPool( ContentNode* pNode );
+ void RemoveItemsFromPool(const ContentNode& rNode);
void InsertAttrib( const SfxPoolItem& rItem, ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd );
void InsertAttrib( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, const SfxPoolItem& rPoolItem );