diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-09-16 16:30:45 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-09-16 17:04:03 +0200 |
commit | 59373b753902f69cd44d183568b084429322e7ab (patch) | |
tree | d4da45a309e6f0bb3be83714ae92e4db41fe91f3 /include/oox | |
parent | fc54915c461dc753866627bd52ea60b12b71a012 (diff) |
Related bnc#819614: The diagram is a group.
It is not really desired to import diagrams broken into individual objects;
makes trouble with the hieararchy, and also the user wants to see it as a
group - can be ungrouped for modifications easily.
Change-Id: I0533a69af9e377804bf0e06b2ce873fd0c9bde02
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/drawingml/shape.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index dbe17c149267..95108e7b31e2 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -101,7 +101,6 @@ public: void setChildPosition( com::sun::star::awt::Point nPosition ){ maChPosition = nPosition; } void setChildSize( com::sun::star::awt::Size aSize ){ maChSize = aSize; } - void moveAllToPosition( const com::sun::star::awt::Point &rPoint ); void setPosition( com::sun::star::awt::Point nPosition ){ maPosition = nPosition; } const com::sun::star::awt::Point& getPosition() const { return maPosition; } |