diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-10 13:57:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-10 13:57:25 +0100 |
commit | b62b4e65586047bd81a563adbe4c53ddfc9bf8b6 (patch) | |
tree | e22a92db6c71f388dd329e9d51627102870e1446 | |
parent | 602a63785ae79ac31d53709a8ae95a6f3de6ef9a (diff) |
typo
Change-Id: Ia3b810d7ff231674d63aaf82a8ff254290fa55ca
-rw-r--r-- | uui/source/newerverwarn.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
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; |