summaryrefslogtreecommitdiff
path: root/include/unotools/configitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/configitem.hxx')
-rw-r--r--include/unotools/configitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/configitem.hxx b/include/unotools/configitem.hxx
index 134d7cadce5c..b30af8083d4e 100644
--- a/include/unotools/configitem.hxx
+++ b/include/unotools/configitem.hxx
@@ -169,7 +169,7 @@ namespace utl
/** writes the changed values into the sub tree. Always called in the Dtor of the derived class. */
virtual void Commit()=0;
- bool IsInValueChange() const;
+ bool IsInValueChange() const { return m_nInValueChange > 0;}
sal_Int16 GetMode() const { return m_nMode;}
};