[Libreoffice-commits] core.git: svx/source
Stephan Bergmann
sbergman at redhat.com
Wed Jun 8 06:12:53 UTC 2016
svx/source/unodraw/unoshap2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cdb41f2f7a2d7cdb779f5e23edd7e2d74228dd26
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 8 08:11:23 2016 +0200
Apparently a copy/paste typo
...introduced with 1ffd7e1accbee482d4bb6698d4ad145d8a6a780d "INTEGRATION: CWS
impresstables2".
Change-Id: I7303a63c16c819c8fd808ffc43008c3ab3402819
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index e1543e5..a77b347 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());
More information about the Libreoffice-commits
mailing list