diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-08-16 13:52:43 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-08-18 15:33:44 +0200 |
commit | 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c (patch) | |
tree | 9a242eb2f2e94bf31ff8ba2b1bb5b2ccb6af89d5 /starmath/source | |
parent | dc03f0321b0c9b6448e516bd5740b0d920fe18e5 (diff) |
hook for calling from .docx filter to starmath for writting formulas
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/unomodel.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 8ee267e65cb1..1820420e7c4c 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -1132,4 +1132,9 @@ void SAL_CALL SmModel::setParent( const uno::Reference< uno::XInterface >& xPare } } +void SmModel::writeFormulaOoxml( ::sax_fastparser::FSHelperPtr m_pSerializer ) +{ +// static_cast< SmDocShell* >( GetObjectShell())->writeFormulaOoxml( m_pSerializer ); +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |