summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-04 17:56:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-04 17:56:11 +0200
commit31da8163ef96ed8a3bb97c52da94682e474dda55 (patch)
tree500fd9ca2b9f0b23542e613be3b95e2b0e14bda3 /extensions
parent9738002eca0f7cba337ae856cb5bce8ba93ee293 (diff)
Some clean up of previous commit
Change-Id: I75a4b2be2fbaf47a2ddb3498dd4e46b1169d47cc
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/dbpilots/optiongrouplayouter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/optiongrouplayouter.cxx b/extensions/source/dbpilots/optiongrouplayouter.cxx
index f5b73a8a8457..3ddc3b5f6ae8 100644
--- a/extensions/source/dbpilots/optiongrouplayouter.cxx
+++ b/extensions/source/dbpilots/optiongrouplayouter.cxx
@@ -104,7 +104,7 @@ namespace dbp
implAnchorShape(Reference< XPropertySet >(_rContext.xObjectShape, UNO_QUERY));
// shape collection (for grouping the shapes)
- Reference< XShapes > xButtonCollection( ShapeCollection::create(mxContext), UNO_QUERY_THROW );
+ Reference< XShapes > xButtonCollection( ShapeCollection::create(mxContext) );
// first member : the shape of the control
xButtonCollection->add(_rContext.xObjectShape.get());