summaryrefslogtreecommitdiff
path: root/src/lib/SW602Cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/SW602Cell.h')
-rw-r--r--src/lib/SW602Cell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/SW602Cell.h b/src/lib/SW602Cell.h
index 26c81b5..975ba19 100644
--- a/src/lib/SW602Cell.h
+++ b/src/lib/SW602Cell.h
@@ -24,6 +24,7 @@
namespace libsw602
{
+class SW602CharsetConverter;
class SW602Table;
/** a structure used to define a cell and its format */
@@ -351,7 +352,7 @@ public:
}
}
/** returns a proplist corresponding to a instruction using a font converter to send the t ext */
- librevenge::RVNGPropertyList getPropertyList() const;
+ librevenge::RVNGPropertyList getPropertyList(const SW602CharsetConverter &converter) const;
//! operator<<
friend std::ostream &operator<<(std::ostream &o, FormulaInstruction const &inst);
//! the type