summaryrefslogtreecommitdiff
path: root/sc/inc/formulalogger.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2016-10-22 19:54:37 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2016-10-25 18:07:27 -0400
commit662652d864c6d26096cfc7f650d80d1e80235bca (patch)
tree5edd23a8ac75b954511c1f09af68e270effd5495 /sc/inc/formulalogger.hxx
parent28a11eee99a0d20566c26ad285e81eac7b7badd6 (diff)
Use a singleton pattern here.
Change-Id: I45e8bcdb4ee2717ac7e223e68e0c03da9473db5b
Diffstat (limited to 'sc/inc/formulalogger.hxx')
-rw-r--r--sc/inc/formulalogger.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/formulalogger.hxx b/sc/inc/formulalogger.hxx
index 581a2eb63090..bc547b97dc99 100644
--- a/sc/inc/formulalogger.hxx
+++ b/sc/inc/formulalogger.hxx
@@ -30,6 +30,8 @@ class FormulaLogger
public:
+ static FormulaLogger& get();
+
/**
* This class is only moveable.
*/