diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2011-01-27 16:53:34 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2011-01-27 16:53:34 +0100 |
commit | fc8b4b4b2ebe3d5183e00a07ba8721d5909c34ad (patch) | |
tree | 34da321814885c40a3e6267b9bba6cf1fba2d13f /starmath/source/document.cxx | |
parent | a8fec4fc9cfcbc0fbf21f5a118facd84baac60d4 (diff) | |
parent | 70fc69da2e9a673505a8e1236501ddf577efb64a (diff) |
CWS-TOOLING: integrate CWS tl84
Diffstat (limited to 'starmath/source/document.cxx')
-rwxr-xr-x[-rw-r--r--] | starmath/source/document.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 53399212da97..05f51ec8ed9f 100644..100755 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -260,6 +260,8 @@ void SmDocShell::Parse() pTree = aInterpreter.Parse(aText); nModifyCount++; //! see comment for SID_GAPHIC_SM in SmDocShell::GetState SetFormulaArranged( FALSE ); + + aUsedSymbols = aInterpreter.GetUsedSymbols(); } |