summaryrefslogtreecommitdiff
path: root/ru_RU
diff options
context:
space:
mode:
Diffstat (limited to 'ru_RU')
-rw-r--r--ru_RU/Lightproof.py6
-rw-r--r--ru_RU/Linguistic.xcu2
-rw-r--r--ru_RU/description.xml2
-rw-r--r--ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu2
-rw-r--r--ru_RU/pythonpath/lightproof_handler_ru_RU.py2
5 files changed, 7 insertions, 7 deletions
diff --git a/ru_RU/Lightproof.py b/ru_RU/Lightproof.py
index 95c56dd..cb0521e 100644
--- a/ru_RU/Lightproof.py
+++ b/ru_RU/Lightproof.py
@@ -23,7 +23,7 @@ class Lightproof( unohelper.Base, XProofreader, XServiceInfo, XServiceName, XSer
def __init__( self, ctx, *args ):
self.ctx = ctx
self.ServiceName = "com.sun.star.linguistic2.Proofreader"
- self.ImplementationName = "org.openoffice.comp.pyuno.Lightproof." + pkg
+ self.ImplementationName = "org.libreoffice.comp.pyuno.Lightproof." + pkg
self.SupportedServiceNames = (self.ServiceName, )
self.locales = []
for i in locales:
@@ -147,9 +147,9 @@ class Lightproof( unohelper.Base, XProofreader, XServiceInfo, XServiceName, XSer
g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( Lightproof, \
- "org.openoffice.comp.pyuno.Lightproof." + pkg,
+ "org.libreoffice.comp.pyuno.Lightproof." + pkg,
("com.sun.star.linguistic2.Proofreader",),)
g_ImplementationHelper.addImplementation( lightproof_handler_ru_RU.LightproofOptionsEventHandler, \
- "org.openoffice.comp.pyuno.LightproofOptionsEventHandler." + pkg,
+ "org.libreoffice.comp.pyuno.LightproofOptionsEventHandler." + pkg,
("com.sun.star.awt.XContainerWindowEventHandler",),)
diff --git a/ru_RU/Linguistic.xcu b/ru_RU/Linguistic.xcu
index 28cc2d5..2f31f28 100644
--- a/ru_RU/Linguistic.xcu
+++ b/ru_RU/Linguistic.xcu
@@ -5,7 +5,7 @@
<node oor:name="ServiceManager">
<node oor:name="GrammarCheckers">
- <node oor:name="org.openoffice.comp.pyuno.Lightproof.ru_RU"
+ <node oor:name="org.libreoffice.comp.pyuno.Lightproof.ru_RU"
oor:op="fuse">
<prop oor:name="Locales" oor:type="oor:string-list">
<value>ru-RU</value>
diff --git a/ru_RU/description.xml b/ru_RU/description.xml
index fbd7343..1ddd0c7 100644
--- a/ru_RU/description.xml
+++ b/ru_RU/description.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
- <version value="2012.12.03" />
+ <version value="2012.12.03.1" />
<identifier value="org.openoffice.ru.hunspell.dictionaries" />
<display-name>
<name lang="en-US">Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker</name>
diff --git a/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu b/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu
index 073aeed..f1f5a9d 100644
--- a/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu
+++ b/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu
@@ -21,7 +21,7 @@
<value>%origin%/ru_RU.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
- <value>org.openoffice.comp.pyuno.LightproofOptionsEventHandler.ru_RU</value>
+ <value>org.libreoffice.comp.pyuno.LightproofOptionsEventHandler.ru_RU</value>
</prop>
</node>
diff --git a/ru_RU/pythonpath/lightproof_handler_ru_RU.py b/ru_RU/pythonpath/lightproof_handler_ru_RU.py
index 178a85b..7f31765 100644
--- a/ru_RU/pythonpath/lightproof_handler_ru_RU.py
+++ b/ru_RU/pythonpath/lightproof_handler_ru_RU.py
@@ -36,7 +36,7 @@ class LightproofOptionsEventHandler( unohelper.Base, XServiceInfo, XContainerWin
p.Value = "/org.openoffice.Lightproof_%s/Leaves"%pkg
self.xConfig = ctx.ServiceManager.createInstance( 'com.sun.star.configuration.ConfigurationProvider' )
self.node = self.xConfig.createInstanceWithArguments( 'com.sun.star.configuration.ConfigurationUpdateAccess', (p, ) )
- self.service = "org.openoffice.comp.pyuno.LightproofOptionsEventHandler." + pkg
+ self.service = "org.libreoffice.comp.pyuno.LightproofOptionsEventHandler." + pkg
self.ImplementationName = self.service
self.services = (self.service, )