diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-01 09:39:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-01 11:13:44 +0000 |
commit | 5833c182edd9f0fe82a38175601753bd676e5eba (patch) | |
tree | 362d4f484cbd21de1d77c885b6888141486df82e /svx/source | |
parent | 7c74443e8522fd0f1db60c2d18f736574e3db5f9 (diff) |
callcatcher: update list
Diffstat (limited to 'svx/source')
-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 34fd6c55fe3b..befaf4780712 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -1399,7 +1399,7 @@ bool SvxShapePolyPolygonBezier::getPropertyValueImpl( const ::rtl::OUString& rNa } case OWN_ATTR_VALUE_POLYGONKIND: { - rValue <<= mePolygonKind; + rValue <<= GetPolygonKind(); break; } default: |