~ubuntu-branches/ubuntu/raring/koffice/raring

« back to all changes in this revision

Viewing changes to kformula/flake/elements/TokenElement.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
    bool readMathMLContent( const KoXmlElement& parent );
130
130
 
131
131
    /// Write all content to the KoXmlWriter - reimplemented by the child elements
132
 
    virtual void writeMathMLContent( KoXmlWriter* writer ) const;
 
132
    virtual void writeMathMLContent( KoXmlWriter* writer, const QString& ns ) const;
133
133
 
134
134
    /// @return The font to use
135
135
    QFont font() const;