diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-18 10:06:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-19 13:53:36 +0100 |
commit | 2c2d0c07b2120c5fe4333e7fed12bd59996c2972 (patch) | |
tree | aa71e3df5e52ef2710b40535f8692a98f9925f9f /sw/inc/docufld.hxx | |
parent | 8960ecc689ce41cfaa40b65d75830d7491b06463 (diff) |
loplugin:unusedmethods
Change-Id: I3ffd9142fed98e4df75c2c28f8a025be3e8eb803
Reviewed-on: https://gerrit.libreoffice.org/46687
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 8e0bf46e9ba6..1ab24e66a326 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -317,10 +317,6 @@ public: const OUString& rFalse, sal_uInt16 nSubType = TYP_HIDDENTXTFLD); - // nSubType = TYP_CONDTXTFLD - SwHiddenTextField(SwHiddenTextFieldType*, - const OUString& rCondTrueFalse); // value sample: " IF A == B \"TrueText\" \"FalseText\"" - virtual OUString GetFieldName() const override; void Evaluate(SwDoc*); |