summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdoc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-28 15:31:05 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-28 15:31:05 -0400
commit48cd6ac1ec7e92a9c9a21f5365db4f9ff5fde93c (patch)
tree3b815906dc4a6d0fdd357e2844edce1b0c40bcba /editeng/source/editeng/editdoc.hxx
parent17cc39f2b0ef13efdfb052fe6b815508879fb755 (diff)
Fix tinderbox error & some cleanup.
Diffstat (limited to 'editeng/source/editeng/editdoc.hxx')
-rw-r--r--editeng/source/editeng/editdoc.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index 7551eca0c523..7f760f396082 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -298,10 +298,11 @@ SV_DECL_PTRARR( DummyContentList, ContentNodePtr, 0 )
class ContentList : public DummyContentList
{
- sal_uInt16 nLastCache;
+ sal_uInt16 nLastCache;
+
public:
- ContentList() : DummyContentList( 0 ), nLastCache(0) {}
- sal_uInt16 GetPos( const ContentNodePtr &rPtr ) const;
+ ContentList();
+ sal_uInt16 GetPos(ContentNode* p) const;
};
// -------------------------------------------------------------------------