From 4da91a4dcab1ef719639d115bae4d146c7df317a Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 28 Apr 2011 09:14:52 +0200 Subject: fix typo --- svx/source/unodraw/unoshape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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; -- cgit