diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-03 11:10:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-03 13:22:00 +0200 |
commit | 692d35b89a9f6de4099d180e79aa39ded1214922 (patch) | |
tree | c72c41494dd5d7525ef9b2b921efb2533f411681 /include/xmloff | |
parent | 85a9b4b3cf2b61d470f74450c73abcefcadbe3e9 (diff) |
loplugin:finalclasses in xmloff
Change-Id: I10ffefd29b858548472a459314c7d5632324bca2
Reviewed-on: https://gerrit.libreoffice.org/43069
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/table/XMLTableExport.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xmloff/table/XMLTableExport.hxx b/include/xmloff/table/XMLTableExport.hxx index a98546421c00..1d6655e50712 100644 --- a/include/xmloff/table/XMLTableExport.hxx +++ b/include/xmloff/table/XMLTableExport.hxx @@ -85,10 +85,8 @@ private: bool mbExportTables; bool mbWriter; -protected: SvXMLExport& GetExport() { return mrExport; } const SvXMLExport& GetExport() const { return mrExport; } -private: SAL_DLLPRIVATE void ImpExportText( const css::uno::Reference < css::table::XCell >& xCell ); |