summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-03 22:51:57 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 02:49:47 +0200
commit9e98a890eb09e099b81c30b72bd608f0668c2bba (patch)
tree2252e5bfddc1e3c97ef61b55d0b2e21f7a59093c
parentremove unused hard link support (diff)
downloadcore-9e98a890eb09e099b81c30b72bd608f0668c2bba.tar.gz
core-9e98a890eb09e099b81c30b72bd608f0668c2bba.zip
add TODO
Change-Id: I2d913a878aba91fea41a010237dd685845b5b648
-rw-r--r--onlineupdate/source/service/serviceinstall.cxx1
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,