summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-03-23 11:44:17 +0100
committerAndras Timar <atimar@suse.com>2012-03-23 11:45:18 +0100
commitfb067f9bb25c49ee50b8fd62c844812d6a875805 (patch)
tree1eafdc3c5c4f631dabb14f807e0cc2881644a7be /vcl/source
parentb13f2b5788bc27d055e20926053244e824ac5bd6 (diff)
replace OpenOffice.org to LibreOffice in registry keys
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/settings.cxx4
-rw-r--r--vcl/source/window/toolbox.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index c95d5616963f..3116b7b8b2b1 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -984,7 +984,7 @@ sal_Bool MiscSettings::GetEnableATToolSupport() const
HKEY hkey;
if( ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER,
- "Software\\OpenOffice.org\\Accessibility\\AtToolSupport",
+ "Software\\LibreOffice\\Accessibility\\AtToolSupport",
&hkey) )
{
DWORD dwType;
@@ -1046,7 +1046,7 @@ void MiscSettings::SetEnableATToolSupport( sal_Bool bEnable )
// If the accessibility key in the Windows registry exists, change it synchronously
if( ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER,
- "Software\\OpenOffice.org\\Accessibility\\AtToolSupport",
+ "Software\\LibreOffice\\Accessibility\\AtToolSupport",
&hkey) )
{
DWORD dwType;
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index ff5cb5be324d..4dc2458acc58 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -5986,7 +5986,7 @@ void ToolBox::ImplDisableFlatButtons()
HKEY hkey;
if( ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER,
- "Software\\OpenOffice.org\\Accessibility\\AtToolSupport",
+ "Software\\LibreOffice\\Accessibility\\AtToolSupport",
&hkey) )
{
DWORD dwType = 0;