| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-13 23:19:00 (GMT) |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-13 23:32:25 (GMT) |
| commit | 8a26dd3ccec190b9149b9bc64bc08fe503927c1d (patch) (side-by-side diff) | |
| tree | 53014fe833cfb982b7d1db1f47d3a8a3c692debf | |
| parent | 533a8a9efe99391b1258ea7d1481f2d07d3ae14c (diff) | |
| download | core-8a26dd3ccec190b9149b9bc64bc08fe503927c1d.zip core-8a26dd3ccec190b9149b9bc64bc08fe503927c1d.tar.gz | |
remove two obviously wrong comments
Change-Id: I8b5929b2ae022c40397f70abf863e3aae63d1d54
| -rw-r--r-- | sc/source/filter/inc/xerecord.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xerecord.hxx b/sc/source/filter/inc/xerecord.hxx index 4bfa6db..db04749 100644 --- a/sc/source/filter/inc/xerecord.hxx +++ b/sc/source/filter/inc/xerecord.hxx @@ -336,9 +336,7 @@ class XclExpRecordList : public XclExpRecordBase public: typedef boost::shared_ptr< RecType > RecordRefType; - /** Returns pointer to an existing record or 0 on error. */ inline bool IsEmpty() const { return maRecs.empty(); } - /** Returns pointer to an existing record or 0 on error. */ inline size_t GetSize() const { return maRecs.size(); } /** Returns true, if the passed index points to an exiting record. */ |
