summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAybuke Ozdemir <aybuke.147@gmail.com>2015-12-05 16:19:56 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:52 -0400
commit1ca1ab42e7a7e7132375cb07745b33f635dd62e8 (patch)
tree80442b2d4060a94705e38fdd2ddc4fb6c6bf4636 /sfx2
parentd006a75c56c8a88c5a4986a9f3b1a2251560e86d (diff)
tdf#95505 Dump usage stats to text file
1de031c94b2ef9c4ae45a8906b250a95d3c47c47 Change-Id: I1de031c94b2ef9c4ae45a8906b250a95d3c47c47 Reviewed-on: https://gerrit.libreoffice.org/20413 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit d61c16966b017abdbebf5ec0c2131de5a91c67f8)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/unoctitm.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 7c7dafac514c..04a55bd5c2f9 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -80,6 +80,8 @@
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <comphelper/lok.hxx>
+#define USAGE "file:///~/.config/libreofficedev/4/user/usage.txt"
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;