Kaydet (Commit) 1a3f44e5 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Fix typo in a comment (copied here and there).

Change-Id: Ic3c3e71a79ea8bf73a51fc7f001833d6ccedcb76
üst 35c9ffb2
...@@ -1508,7 +1508,7 @@ bool AllSettings::GetLayoutRTL() const ...@@ -1508,7 +1508,7 @@ bool AllSettings::GetLayoutRTL() const
nUIMirroring = 0; // ask configuration only once nUIMirroring = 0; // ask configuration only once
utl::OConfigurationNode aNode = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory( utl::OConfigurationNode aNode = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory(
vcl::unohelper::GetMultiServiceFactory(), vcl::unohelper::GetMultiServiceFactory(),
OUString("org.openoffice.Office.Common/I18N/CTL") ); // note: case sensisitive ! OUString("org.openoffice.Office.Common/I18N/CTL") ); // note: case sensitive !
if ( aNode.isValid() ) if ( aNode.isValid() )
{ {
sal_Bool bTmp = sal_Bool(); sal_Bool bTmp = sal_Bool();
......
...@@ -2140,7 +2140,7 @@ sal_Bool ToolBox::AlwaysLocked() ...@@ -2140,7 +2140,7 @@ sal_Bool ToolBox::AlwaysLocked()
utl::OConfigurationNode aNode = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory( utl::OConfigurationNode aNode = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory(
vcl::unohelper::GetMultiServiceFactory(), vcl::unohelper::GetMultiServiceFactory(),
OUString("/org.openoffice.Office.UI.GlobalSettings/Toolbars") ); // note: case sensisitive ! OUString("/org.openoffice.Office.UI.GlobalSettings/Toolbars") ); // note: case sensitive !
if ( aNode.isValid() ) if ( aNode.isValid() )
{ {
// feature enabled ? // feature enabled ?
...@@ -2153,7 +2153,7 @@ sal_Bool ToolBox::AlwaysLocked() ...@@ -2153,7 +2153,7 @@ sal_Bool ToolBox::AlwaysLocked()
// now read the locking state // now read the locking state
utl::OConfigurationNode aNode2 = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory( utl::OConfigurationNode aNode2 = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory(
vcl::unohelper::GetMultiServiceFactory(), vcl::unohelper::GetMultiServiceFactory(),
OUString("/org.openoffice.Office.UI.GlobalSettings/Toolbars/States") ); // note: case sensisitive ! OUString("/org.openoffice.Office.UI.GlobalSettings/Toolbars/States") ); // note: case sensitive !
sal_Bool bLocked = sal_Bool(); sal_Bool bLocked = sal_Bool();
::com::sun::star::uno::Any aValue2 = aNode2.getNodeValue( OUString("Locked") ); ::com::sun::star::uno::Any aValue2 = aNode2.getNodeValue( OUString("Locked") );
......
...@@ -486,7 +486,7 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, sal_Bool bCallHdl ...@@ -486,7 +486,7 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, sal_Bool bCallHdl
sal_Bool bTmp = sal_False, bAutoHCMode = sal_True; sal_Bool bTmp = sal_False, bAutoHCMode = sal_True;
utl::OConfigurationNode aNode = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory( utl::OConfigurationNode aNode = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory(
vcl::unohelper::GetMultiServiceFactory(), vcl::unohelper::GetMultiServiceFactory(),
OUString("org.openoffice.Office.Common/Accessibility") ); // note: case sensisitive ! OUString("org.openoffice.Office.Common/Accessibility") ); // note: case sensitive !
if ( aNode.isValid() ) if ( aNode.isValid() )
{ {
::com::sun::star::uno::Any aValue = aNode.getNodeValue( OUString("AutoDetectSystemHC") ); ::com::sun::star::uno::Any aValue = aNode.getNodeValue( OUString("AutoDetectSystemHC") );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment