summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/newerverwarn.cxx9
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;