summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-02-03 06:49:01 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-02-03 04:34:55 +0000
commitc0d3916cb7777918dbca359e88fb69f92ebf93ff (patch)
tree9cd632059af0eb08c9722ba63079559f34a9e007 /starmath/source
parent789ed159fb03eef26c991f361380d0eb7b509cd9 (diff)
starmath: Prefix member of SmNodeToTextVisitor
Change-Id: I83f5c5664aca925f874be8ac939356228697d05f Reviewed-on: https://gerrit.libreoffice.org/33850 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/visitors.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx
index e6d393567133..1d254073f87f 100644
--- a/starmath/source/visitors.cxx
+++ b/starmath/source/visitors.cxx
@@ -1918,7 +1918,7 @@ void SmSelectionDrawingVisitor::Visit( SmTextNode* pNode )
SmNodeToTextVisitor::SmNodeToTextVisitor( SmNode* pNode, OUString &rText )
{
pNode->Accept( this );
- rText = aCmdText.makeStringAndClear();
+ rText = maCmdText.makeStringAndClear();
}
void SmNodeToTextVisitor::Visit( SmTableNode* pNode )