diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-08 08:11:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-08 08:11:23 +0200 |
commit | cdb41f2f7a2d7cdb779f5e23edd7e2d74228dd26 (patch) | |
tree | 426b1dc9a3d8222c30617903df7d9cc6dbb29563 /svx | |
parent | 3b197594d8786a486b15cab0db78a5ac78a227bc (diff) |
Apparently a copy/paste typo
...introduced with 1ffd7e1accbee482d4bb6698d4ad145d8a6a780d "INTEGRATION: CWS
impresstables2".
Change-Id: I7303a63c16c819c8fd808ffc43008c3ab3402819
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshap2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx index e1543e5dd031..a77b34725b33 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -1084,7 +1084,7 @@ bool SvxShapePolyPolygon::setPropertyValueImpl( const OUString& rName, const Sfx } case OWN_ATTR_VALUE_POLYGON: { - if( rValue.getValue() && (rValue.getValueType() == cppu::UnoType<drawing::PointSequenceSequence>::get() )) + if( rValue.getValue() && (rValue.getValueType() == cppu::UnoType<drawing::PointSequence>::get() )) { drawing::PointSequence const * pSequence = static_cast<drawing::PointSequence const *>(rValue.getValue()); |