diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-17 16:02:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 08:51:07 +0200 |
commit | 7477ab139142c55da6a7d4fb10903dcb464ee97b (patch) | |
tree | 7761955992cff3a8070c4e2860d9524ea7315c04 /xmloff/inc | |
parent | 281fa6ac6a7df48dd65f5019d5a74148a096e253 (diff) |
loplugin:inlineablemethods in xmloff
Change-Id: I22202f85c65a862ccdafe1d521e2945e3d99252a
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xexptran.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx index 129317e16d37..3242d5211e3f 100644 --- a/xmloff/inc/xexptran.hxx +++ b/xmloff/inc/xexptran.hxx @@ -51,8 +51,6 @@ class SdXMLImExTransform2D std::vector< std::shared_ptr< ImpSdXMLExpTransObj2DBase > > maList; OUString msString; - void EmptyList(); - public: SdXMLImExTransform2D() {} @@ -73,8 +71,6 @@ class SdXMLImExTransform3D std::vector< std::shared_ptr< ImpSdXMLExpTransObj3DBase > > maList; OUString msString; - void EmptyList(); - public: SdXMLImExTransform3D() {} SdXMLImExTransform3D(const OUString& rNew, const SvXMLUnitConverter& rConv); |