summaryrefslogtreecommitdiff
path: root/desktop/source/app/updater.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/updater.hxx')
-rw-r--r--desktop/source/app/updater.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/app/updater.hxx b/desktop/source/app/updater.hxx
index b36c1f91b306..f3f28bc638ec 100644
--- a/desktop/source/app/updater.hxx
+++ b/desktop/source/app/updater.hxx
@@ -23,10 +23,13 @@ private:
public:
static OUString getUpdateInfoURL();
+ static OUString getUpdateInfoLog();
static OUString getPatchDirURL();
static OUString getUpdateDirURL();
static OUString getExecutableDirURL();
+ static void log(const OUString& rMessage);
+ static void log(const OString& rMessage);
};
#endif