summaryrefslogtreecommitdiffstats
path: root/starmath/source/ooxml.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-08-29 19:28:08 +0200
committerLuboš Luňák <l.lunak@suse.cz>2011-08-30 16:56:35 +0200
commit61b1fb0f42f51235bb0b92da30c0d4e2d6297960 (patch)
tree893dd1ab1f290270789f61d20ff1114aaa9cb8f9 /starmath/source/ooxml.hxx
parentimplement math .docx support for integrals and limits (diff)
downloadcore-61b1fb0f42f51235bb0b92da30c0d4e2d6297960.tar.gz
core-61b1fb0f42f51235bb0b92da30c0d4e2d6297960.zip
more generic m:nary implementation
Diffstat (limited to 'starmath/source/ooxml.hxx')
-rw-r--r--starmath/source/ooxml.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/ooxml.hxx b/starmath/source/ooxml.hxx
index 12c3a3e45af5..dbebd37f8b11 100644
--- a/starmath/source/ooxml.hxx
+++ b/starmath/source/ooxml.hxx
@@ -55,7 +55,6 @@ private:
void HandleRoot( const SmRootNode* pNode, int nLevel );
void HandleAttribute( const SmAttributNode* pNode, int nLevel );
void HandleOperator( const SmOperNode* pNode, int nLevel );
- void HandleOperatorNary( const SmOperNode* pNode, int nLevel, sal_Unicode chr );
void HandleSubSupScript( const SmSubSupNode* pNode, int nLevel );
void HandleSubSupScriptInternal( const SmSubSupNode* pNode, int nLevel, int flags );
String str;