diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-17 16:25:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-17 16:51:16 +0100 |
commit | c535f115efddc5195d162517ad67ed013229de57 (patch) | |
tree | e1ec5f54c970c5d4d4c7a07744e9981e2fef7817 /starmath | |
parent | ba3a9184045f7862ee94de8b3210dcbe9558f61a (diff) |
This probably should be a reference
...ever since SmXMLContext_Helper was introduced in
a0c8015b88b16a4192000bd841eeff594dae9c65 "#81141# MathML->StarMath editable text
display"
Change-Id: Ida4a4022159138a49c7c94ccb0ed90a8a149b796
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathmlimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index 5ba3826ef2a1..a03f1f4ee00b 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -579,7 +579,7 @@ struct SmXMLContext_Helper OUString sFontFamily; OUString sColor; - SmXMLImportContext rContext; + SmXMLImportContext & rContext; explicit SmXMLContext_Helper(SmXMLImportContext &rImport) : nIsBold( -1 ) |