diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/document.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 6c543ca6d370..19012e1204d1 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -185,9 +185,9 @@ public: void UpdateText(); void SetText(const OUString& rBuffer); - OUString GetText() { return (aText); } + OUString GetText() { return aText; } void SetFormat(SmFormat& rFormat); - const SmFormat& GetFormat() { return (aFormat); } + const SmFormat& GetFormat() { return aFormat; } void Parse(); SmParser & GetParser() { return aInterpreter; } |