diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/parsebase.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/parsebase.hxx b/starmath/inc/parsebase.hxx index c5618525626f..ffa9b538a2b0 100644 --- a/starmath/inc/parsebase.hxx +++ b/starmath/inc/parsebase.hxx @@ -93,7 +93,6 @@ OUString getParseErrorDesc(SmParseError err); class AbstractSmParser { public: - AbstractSmParser() {} virtual ~AbstractSmParser() {} /** Parse rBuffer to formula tree */ |