summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <orw@apache.org>2013-01-10 09:10:56 +0000
committerOliver-Rainer Wittmann <orw@apache.org>2013-01-10 09:10:56 +0000
commitd2b0180efaa481a9d66a7f292d63adb7a0608a62 (patch)
tree445d06bf091a3bbbf0e2beae2a466320caf649f9 /vcl
parent5f81e1134607ae67d7c598f695bd0997cd9c9284 (diff)
#121388# - Adapt naming "OpenOffice.org" --> "Apache OpenOffice"
-- impact on corresponding strings in the UI, folder names, package names, ...
Notes
Notes: ignore: aoo
Diffstat (limited to 'vcl')
-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 5e9c62f71fb9..e66ce73a5e4b 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -1167,7 +1167,7 @@ sal_Bool MiscSettings::GetEnableATToolSupport() const
HKEY hkey;
if( ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER,
- "Software\\OpenOffice.org\\Accessibility\\AtToolSupport",
+ "Software\\Aapche OpenOffice\\Accessibility\\AtToolSupport",
&hkey) )
{
DWORD dwType;
@@ -1245,7 +1245,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\\Apache OpenOffice\\Accessibility\\AtToolSupport",
&hkey) )
{
DWORD dwType;
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index a26ffdeaa54a..4ee5fd360f58 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -6302,7 +6302,7 @@ void ToolBox::ImplDisableFlatButtons()
HKEY hkey;
if( ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER,
- "Software\\OpenOffice.org\\Accessibility\\AtToolSupport",
+ "Software\\Apache OpenOffice\\Accessibility\\AtToolSupport",
&hkey) )
{
DWORD dwType = 0;