diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-21 19:16:23 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-21 19:24:04 -0400 |
commit | 21661ebfbec9ea162582bbc7ab46607eb9095f1a (patch) | |
tree | b9f7d20e7c3158968d9aadf582e15f962ff449e4 /include/xmloff | |
parent | 8b3b7e308b1d98cb9fa9c798f8fbb387e59f10fc (diff) |
fdo#60740: Populate auto styles from edit cells without using UNO API.
Not using UNO API here alone made this code fly.
Change-Id: Ib3eff168bbe49e49fb413909b7a14057f808cdf9
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/txtparae.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index df7ce2864c07..31bff8600f32 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -196,9 +196,10 @@ protected: SinglePropertySetInfoCache aCharStyleNamesPropInfoCache; -// SvXMLExport& GetExport() { return rExport; } -// const SvXMLExport& GetExport() const { return rExport; } + SvXMLAutoStylePoolP& GetAutoStylePool() { return rAutoStylePool; } + const SvXMLAutoStylePoolP& GetAutoStylePool() const { return rAutoStylePool; } +public: UniReference < SvXMLExportPropertyMapper > GetParaPropMapper() const { return xParaPropMapper; @@ -226,11 +227,6 @@ protected: return xRubyPropMapper; } - - SvXMLAutoStylePoolP& GetAutoStylePool() { return rAutoStylePool; } - const SvXMLAutoStylePoolP& GetAutoStylePool() const { return rAutoStylePool; } - -public: OUString FindTextStyleAndHyperlink( const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & rPropSet, |