From b62b4e65586047bd81a563adbe4c53ddfc9bf8b6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 10 Feb 2014 13:57:25 +0100 Subject: typo Change-Id: Ia3b810d7ff231674d63aaf82a8ff254290fa55ca --- uui/source/newerverwarn.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'uui') diff --git a/uui/source/newerverwarn.cxx b/uui/source/newerverwarn.cxx index 8e94699ac33e..2688f117c39b 100644 --- a/uui/source/newerverwarn.cxx +++ b/uui/source/newerverwarn.cxx @@ -102,10 +102,11 @@ IMPL_LINK_NOARG(NewerVersionWarningDialog, UpdateHdl) } else { - // TODO: do we need to respect the - // /org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments - // configuration flag? Finally, its meaning is "are automatic - // updates enabled", but this here is not an automatic update, but one triggered explicitly by the user. + // TODO: do we need to respect the /org.openoffice.Office.Jobs/Jobs/ + // UpdateCheck/Arguments/AutoCheckEnabled configuration flag? + // Finally, its meaning is "are automatic updates enabled", but this + // here is not an automatic update, but one triggered explicitly by + // the user. css::uno::Reference< css::container::XHierarchicalNameAccess > xOfficeHelp(officecfg::Office::Addons::AddonUI::OfficeHelp::get(xContext), css::uno::UNO_QUERY_THROW); util::URL aURL; -- cgit