diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-01-06 15:51:51 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-01-06 15:51:51 +0100 |
commit | bb282d6533202ce6056d6aed37774c59a2deab2a (patch) | |
tree | 51dbd61b58e8f6cb042a04789d9998092c2a9eaa /oox/inc | |
parent | af74e6a8e5b62387f2966412a9277a11330c46b1 (diff) |
dr78: oox - import children of BIFF3-BIFF5 group shapes
Diffstat (limited to 'oox/inc')
-rwxr-xr-x | oox/inc/oox/xls/drawingmanager.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/inc/oox/xls/drawingmanager.hxx b/oox/inc/oox/xls/drawingmanager.hxx index 15c5d54ea543..75ccb05da117 100755 --- a/oox/inc/oox/xls/drawingmanager.hxx +++ b/oox/inc/oox/xls/drawingmanager.hxx @@ -126,6 +126,9 @@ class BiffDrawingObjectContainer public: explicit BiffDrawingObjectContainer(); + /** Returns true, if the object list is empty. */ + inline bool empty() const { return maObjects.empty(); } + /** Appends the passed object to the list of objects. */ void append( const BiffDrawingObjectRef& rxDrawingObj ); /** Tries to insert the passed object into the last group or appends it. */ |