diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 12:48:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 12:48:05 +0000 |
commit | ffa6afe78865820434d1228dcb3452ba6540c0ec (patch) | |
tree | 395a38d9c665d7a91014028e916a61e1c6ecf98f /framework | |
parent | ebd40d59dcf160f3e019d5d8c3f1a2612fa277cb (diff) |
INTEGRATION: CWS scriptingf6 (1.3.60); FILE MERGED
2004/10/11 10:02:18 toconnor 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED
2004/08/04 08:17:40 dfoster 1.3.60.1: #i32502#
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/macrosmenucontroller.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/uielement/macrosmenucontroller.cxx b/framework/source/uielement/macrosmenucontroller.cxx index 50bbe7709222..d906f382b96b 100644 --- a/framework/source/uielement/macrosmenucontroller.cxx +++ b/framework/source/uielement/macrosmenucontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: macrosmenucontroller.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-08-02 15:12:42 $ + * last change: $Author: rt $ $Date: 2004-10-22 13:48:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -367,9 +367,9 @@ void MacrosMenuController::addScriptItems( PopupMenu* pPopupMenu, USHORT startIt const String aCmdBase = String::CreateFromAscii( ".uno:ScriptOrganizer?ScriptOrganizer.Language:string=" ); const String ellipsis = String::CreateFromAscii( "..." ); const ::rtl::OUString providerKey = - ::rtl::OUString::createFromAscii("drafts.com.sun.star.script.provider.ScriptProviderFor" ); + ::rtl::OUString::createFromAscii("com.sun.star.script.provider.ScriptProviderFor" ); const ::rtl::OUString languageProviderName = - ::rtl::OUString::createFromAscii("drafts.com.sun.star.script.provider.LanguageScriptProvider" ); + ::rtl::OUString::createFromAscii("com.sun.star.script.provider.LanguageScriptProvider" ); USHORT itemId = startItemId; Reference< XContentEnumerationAccess > xEnumAccess = Reference< XContentEnumerationAccess >( m_xServiceManager, UNO_QUERY_THROW ); Reference< XEnumeration > xEnum = xEnumAccess->createContentEnumeration ( languageProviderName ); |