summaryrefslogtreecommitdiff
path: root/include/unotools/configitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-20 13:22:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 06:17:24 +0000
commitece0ff48fafce28691321e17420ebc64b3175594 (patch)
treee4745fd6634cdca465efbb576923e794897d3326 /include/unotools/configitem.hxx
parent1c4243332213ad72ed63476c99693758d8cbcc40 (diff)
loplugin:expandablemethodds in include/tools..unotools
Change-Id: I5607d4a2a81de1a3ae329acd1e90280a21522f06 Reviewed-on: https://gerrit.libreoffice.org/30097 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools/configitem.hxx')
-rw-r--r--include/unotools/configitem.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unotools/configitem.hxx b/include/unotools/configitem.hxx
index 95fd308aae7a..54a57d896f5e 100644
--- a/include/unotools/configitem.hxx
+++ b/include/unotools/configitem.hxx
@@ -177,8 +177,6 @@ namespace utl
void Commit();
- bool IsInValueChange() const { return m_nInValueChange > 0;}
-
ConfigItemMode GetMode() const { return m_nMode;}
};
}//namespace utl