diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-10-17 11:27:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-10-17 14:02:04 +0200 |
commit | d29d759b5be4a68b60b952ea0477fe98b2beb960 (patch) | |
tree | f1036e63570712803ec95f4e7b91c554526312da /sc | |
parent | 718a7e580dde8eea87063edafc65edfc838b3874 (diff) |
Remove unused FormulaLogger::maMessage
Change-Id: Ie1bc5cf4db6b46160fd950f471c9baf9ec51ebf7
Reviewed-on: https://gerrit.libreoffice.org/61873
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/formulalogger.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/formulalogger.hxx b/sc/inc/formulalogger.hxx index 7d1dc59efdd6..ef4d34f83d7e 100644 --- a/sc/inc/formulalogger.hxx +++ b/sc/inc/formulalogger.hxx @@ -39,7 +39,6 @@ namespace sc { class FormulaLogger { std::unique_ptr<osl::File> mpLogFile; - std::vector<OUString> const maMessages; sal_Int32 mnNestLevel = 0; const ScFormulaCellGroup* mpLastGroup = nullptr; |