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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/configitem.hxx b/include/unotools/configitem.hxx
index a08df2da504d..134d7cadce5c 100644
--- a/include/unotools/configitem.hxx
+++ b/include/unotools/configitem.hxx
@@ -164,14 +164,14 @@ namespace utl
const OUString& GetSubTreeName() const {return sSubTree;}
- bool IsModified() const;
+ bool IsModified() const { return m_bIsModified;}
/** writes the changed values into the sub tree. Always called in the Dtor of the derived class. */
virtual void Commit()=0;
bool IsInValueChange() const;
- sal_Int16 GetMode() const;
+ sal_Int16 GetMode() const { return m_nMode;}
};
}//namespace utl
#endif // INCLUDED_UNOTOOLS_CONFIGITEM_HXX