diff options
Diffstat (limited to 'include/unotools/compatibility.hxx')
-rw-r--r-- | include/unotools/compatibility.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/unotools/compatibility.hxx b/include/unotools/compatibility.hxx index 73e77a598ec9..72017812ab8b 100644 --- a/include/unotools/compatibility.hxx +++ b/include/unotools/compatibility.hxx @@ -129,19 +129,8 @@ class SvtCompatibilityEntry setValue(rIdx, css::uno::Any(rValue)); } - bool isDefaultEntry() const - { - return m_bDefaultEntry; - } - - void setDefaultEntry( bool rValue ) - { - m_bDefaultEntry = rValue; - } - private: std::vector<css::uno::Any> m_aPropertyValue; - bool m_bDefaultEntry; }; /*-************************************************************************************************************ |