[Libreoffice-commits] core.git: svtools/source
Maxim Monastirsky
momonasmon at gmail.com
Sun Nov 8 00:49:50 PST 2015
svtools/source/uno/popupmenucontrollerbase.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8655fa318c1924994eb659b4bb60074c86ad70c1
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date: Sun Nov 8 01:33:47 2015 +0200
Fix property name: ModuleName -> ModuleIdentifier
8b050d1e91a6623fb2770421e564a74d6259d816 changed this everywhere
except here. (This reason is that the commit was imported from Apache,
which didn't have this place.)
Change-Id: I07a914298ee0d350c744789a5dd39605b01e5311
diff --git a/svtools/source/uno/popupmenucontrollerbase.cxx b/svtools/source/uno/popupmenucontrollerbase.cxx
index 06c33ff..914ae1d 100644
--- a/svtools/source/uno/popupmenucontrollerbase.cxx
+++ b/svtools/source/uno/popupmenucontrollerbase.cxx
@@ -319,7 +319,7 @@ void SAL_CALL PopupMenuControllerBase::initialize( const Sequence< Any >& aArgum
aPropValue.Value >>= xFrame;
else if ( aPropValue.Name == "CommandURL" )
aPropValue.Value >>= aCommandURL;
- else if ( aPropValue.Name == "ModuleName" )
+ else if ( aPropValue.Name == "ModuleIdentifier" )
aPropValue.Value >>= m_aModuleName;
}
}
More information about the Libreoffice-commits
mailing list