diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-01-06 15:20:20 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-01-06 15:20:20 +0100 |
commit | af74e6a8e5b62387f2966412a9277a11330c46b1 (patch) | |
tree | 68304c79f263dbe900a1a7afceffae2cfae6b00f /oox | |
parent | b03baea914ff8f45cb1f5cf9703ff316a5396135 (diff) |
dr78: #i96587# typo in comment
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/oox/xls/commentsbuffer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/xls/commentsbuffer.hxx b/oox/inc/oox/xls/commentsbuffer.hxx index 2bc395b37c09..203c5103b54b 100644 --- a/oox/inc/oox/xls/commentsbuffer.hxx +++ b/oox/inc/oox/xls/commentsbuffer.hxx @@ -60,7 +60,7 @@ public: void importComment( const AttributeList& rAttribs ); /** Imports a cell comment from the passed stream of a COMMENT record. */ void importComment( RecordInputStream& rStrm ); - /** Imports a cell comment from the passed stream of a BIFF3-BIFF5 NOTE record. */ + /** Imports a cell comment from the passed stream of a NOTE record. */ void importNote( BiffInputStream& rStrm ); /** Creates and returns a new rich-string object for the comment text. */ |