summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-28 09:14:52 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-28 09:14:52 +0200
commit4da91a4dcab1ef719639d115bae4d146c7df317a (patch)
tree9b555e1f2151baa82d4c1265e43691262e71f15e /svx
parent42832c6da00419f200f8c6cb65e399df8e68afbe (diff)
fix typo
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshape.cxx2
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;