diff options
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. */ |