[Libreoffice-commits] .: svx/source

David Tardon dtardon at kemper.freedesktop.org
Thu Apr 28 00:15:10 PDT 2011


 svx/source/unodraw/unoshape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ea6878f78eb617d7b20e4169a3dca0d7504dbf88
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Apr 28 09:14:52 2011 +0200

    fix typo

diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index a90c06e..7a24224 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;


More information about the Libreoffice-commits mailing list