diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-03 22:51:57 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:33 +0200 |
commit | f8952eb7f3d6cabc8469ba0a53e05f0855527b62 (patch) | |
tree | 2fa5956aa0e18d5c22048e1dc78bcbd2369adf63 /onlineupdate/source | |
parent | 9e10833e841f446286ab38577335d1f0a4a8c555 (diff) |
add TODO
Change-Id: I2d913a878aba91fea41a010237dd685845b5b648
Diffstat (limited to 'onlineupdate/source')
-rw-r--r-- | onlineupdate/source/service/serviceinstall.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/onlineupdate/source/service/serviceinstall.cxx b/onlineupdate/source/service/serviceinstall.cxx index a225e9445544..0bbc875086be 100644 --- a/onlineupdate/source/service/serviceinstall.cxx +++ b/onlineupdate/source/service/serviceinstall.cxx @@ -75,6 +75,7 @@ ReadMaintenanceServiceStrings(LPCWSTR path, { // Read in the maintenance service description string if specified. const unsigned int kNumStrings = 1; + // TODO: moggi: needs adaption for LibreOffice const char *kServiceKeys = "MozillaMaintenanceDescription\0"; char serviceStrings[kNumStrings][MAX_TEXT_LEN]; int result = ReadStrings(path, kServiceKeys, |