[Libreoffice-commits] core.git: uui/source

Stephan Bergmann sbergman at redhat.com
Mon Feb 10 04:58:00 PST 2014


 uui/source/newerverwarn.cxx |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit b62b4e65586047bd81a563adbe4c53ddfc9bf8b6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Feb 10 13:57:25 2014 +0100

    typo
    
    Change-Id: Ia3b810d7ff231674d63aaf82a8ff254290fa55ca

diff --git a/uui/source/newerverwarn.cxx b/uui/source/newerverwarn.cxx
index 8e94699..2688f11 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;


More information about the Libreoffice-commits mailing list