summaryrefslogtreecommitdiff
path: root/forms/source/component/refvaluecomponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/refvaluecomponent.hxx')
-rw-r--r--forms/source/component/refvaluecomponent.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/component/refvaluecomponent.hxx b/forms/source/component/refvaluecomponent.hxx
index e6c55a1e00ad..4ceb7d8aa487 100644
--- a/forms/source/component/refvaluecomponent.hxx
+++ b/forms/source/component/refvaluecomponent.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: refvaluecomponent.hxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -73,7 +73,6 @@ namespace frm
void setReferenceValue( const ::rtl::OUString& _rRefValue );
const ::rtl::OUString& getNoCheckReferenceValue() const { return m_sNoCheckReferenceValue; }
- void setNoCheckReferenceValue( const ::rtl::OUString& _rNoCheckRefValue );
CheckState getDefaultChecked() const { return m_eDefaultChecked; }
void setDefaultChecked( CheckState _eChecked ) { m_eDefaultChecked = _eChecked; }