summaryrefslogtreecommitdiffstats
path: root/include/oox
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-09-16 16:30:45 +0200
committerJan Holesovsky <kendy@collabora.com>2013-09-16 17:04:03 +0200
commit59373b753902f69cd44d183568b084429322e7ab (patch)
treed4da45a309e6f0bb3be83714ae92e4db41fe91f3 /include/oox
parentReplace reg2unoidl with unoidl-write (diff)
downloadcore-59373b753902f69cd44d183568b084429322e7ab.tar.gz
core-59373b753902f69cd44d183568b084429322e7ab.zip
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.hxx1
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; }