summaryrefslogtreecommitdiffstats
path: root/starmath/inc
diff options
context:
space:
mode:
authorFridrich Strba <fridrich@documentfoundation.org>2013-07-25 08:55:35 +0000
committerFridrich Strba <fridrich@documentfoundation.org>2013-07-25 09:06:03 +0000
commit5dd1cd72f45df0ec13842d4ee9c849726cb74ea9 (patch)
tree6a9aedebe3b5b9f69b43b2448b9fb6736584c1d6 /starmath/inc
parentconvert TakeObjNameSingul family to OUString (diff)
downloadcore-5dd1cd72f45df0ec13842d4ee9c849726cb74ea9.tar.gz
core-5dd1cd72f45df0ec13842d4ee9c849726cb74ea9.zip
Revert "Fix memory leak in Math, by holding SmModel pointer"
Breaks unit tests of rtf import This reverts commit ef66cc105e0051fa1414b72c5ee2bf1b2f9331cb Change-Id: I95c13fc2bc3f9494a33153c62a7d52eb6f8efdd9 Reviewed-on: https://gerrit.libreoffice.org/5095 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/document.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index f86207dffb4f..4446ad0d86fd 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -39,7 +39,6 @@
#include "format.hxx"
#include "parse.hxx"
#include "smmod.hxx"
-#include "unomodel.hxx"
class SmNode;
class SfxMenuBarManager;
@@ -96,7 +95,6 @@ class SmDocShell : public SfxObjectShell, public SfxListener
OUString aText;
SmFormat aFormat;
SmParser aInterpreter;
- SmModel *pModel;
OUString aAccText;
SmNode *pTree;
SfxMenuBarManager *pMenuMgr;