diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-28 09:14:52 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-28 09:14:52 +0200 |
commit | 4da91a4dcab1ef719639d115bae4d146c7df317a (patch) | |
tree | 9b555e1f2151baa82d4c1265e43691262e71f15e /svx | |
parent | 42832c6da00419f200f8c6cb65e399df8e68afbe (diff) |
fix typo
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 4e1933181c3b..677ac702d8a3 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -3089,7 +3089,7 @@ uno::Sequence< beans::PropertyState > SAL_CALL SvxShape::getPropertyStates( cons else { for( sal_Int32 nIdx = 0; nIdx < nCount; nIdx++ ) - pState[nIdx] = getPropertyState_( pNames[nIdx] ); + pState[nIdx] = _getPropertyState( pNames[nIdx] ); } return aRet; |