diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-17 09:12:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-17 08:59:30 +0100 |
commit | 20ff62d319d9a8195a59d5b27ccc52d9000992c0 (patch) | |
tree | f32c6393778d7718e1cdda7f2281f8dfbf4dd591 /include/unotools | |
parent | 8eb2d2972583b909a249f5b0f22a9b1fbf533d24 (diff) |
loplugin:expandablemethods
Change-Id: Ifc269d9996928085a3ab78033788465b4f029368
Reviewed-on: https://gerrit.libreoffice.org/85255
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/confignode.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx index 368d020910b7..156c5a05381b 100644 --- a/include/unotools/confignode.hxx +++ b/include/unotools/confignode.hxx @@ -134,11 +134,6 @@ namespace utl css::uno::Sequence< OUString > getNodeNames() const throw(); - /** get the flag specifying the current escape behaviour - @see setEscape - */ - bool getEscape() const { return m_bEscapeNames; } - /// invalidate the object virtual void clear() throw(); |