diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-31 13:39:16 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-31 21:38:56 -0500 |
commit | 971417fc32d7eeebf45e7cd354edddf91fc6de7d (patch) | |
tree | 6cb6e00aaadc68cd6c7228a1f9e5b58343bff734 /svx/source/svdraw/svdoashp.cxx | |
parent | 2288981aab04a3ed2f4f2745ed455c256ccfa2cd (diff) |
Make these data members private.
Diffstat (limited to 'svx/source/svdraw/svdoashp.cxx')
-rw-r--r-- | svx/source/svdraw/svdoashp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx index f42eab5b8813..141322f7e064 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -1836,7 +1836,7 @@ void SdrObjCustomShape::ImpCheckCustomGluePointsAreAdded() // be a result of GetGluePointList and thus the list is copied if(pPlusData) { - *pPlusData->pGluePoints = aNewList; + pPlusData->SetGluePoints(aNewList); } } } |