summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-21 17:09:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-22 20:28:23 +0200
commit32eac27a2c22aae63941479482ef21e8d75a5122 (patch)
tree64e7e5dff4ac0fbd7c117b398e365a0728fdde1e /sfx2
parent47f84e024344d9a50e44dda4f947945e8fc643b5 (diff)
weld AlignmentTabPage
Change-Id: I253a01b053efe836b0657f9a711cecd060b6782b Reviewed-on: https://gerrit.libreoffice.org/60883 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/itemconnect.cxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/sfx2/source/dialog/itemconnect.cxx b/sfx2/source/dialog/itemconnect.cxx
index e814a70368c2..a3b9700db4b1 100644
--- a/sfx2/source/dialog/itemconnect.cxx
+++ b/sfx2/source/dialog/itemconnect.cxx
@@ -101,34 +101,6 @@ void DummyWindowWrapper::SetControlValue( void* )
{
}
-
-CheckBoxWrapper::CheckBoxWrapper( CheckBox& rCheckBox ) :
- SingleControlWrapperType( rCheckBox )
-{
-}
-
-bool CheckBoxWrapper::IsControlDontKnow() const
-{
- return GetControl().GetState() == TRISTATE_INDET;
-}
-
-void CheckBoxWrapper::SetControlDontKnow( bool bSet )
-{
- GetControl().EnableTriState( bSet );
- GetControl().SetState( bSet ? TRISTATE_INDET : TRISTATE_FALSE );
-}
-
-bool CheckBoxWrapper::GetControlValue() const
-{
- return GetControl().IsChecked();
-}
-
-void CheckBoxWrapper::SetControlValue( bool bValue )
-{
- GetControl().Check( bValue );
-}
-
-
// Base connection classes