summaryrefslogtreecommitdiffstats
path: root/forms/source/component/CheckBox.cxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-24 17:17:30 -0400
committerCaolán McNamara <caolanm@redhat.com>2014-05-25 14:35:17 -0500
commit04f31d13c5813f6ce1e3076c4e987ffb8fafb9b3 (patch)
tree80da561a4cf0f35eee8aeaa3cdb2166789b76364 /forms/source/component/CheckBox.cxx
parentfdo#78833 Update AllLangPackage_autotestshare.mk (diff)
downloadcore-04f31d13c5813f6ce1e3076c4e987ffb8fafb9b3.tar.gz
core-04f31d13c5813f6ce1e3076c4e987ffb8fafb9b3.zip
Remove ASCII art, useless comments and whitespace from forms module
Change-Id: Ib6157a493092a137a6b0bf5b96d0e760d307f9da Reviewed-on: https://gerrit.libreoffice.org/9472 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/component/CheckBox.cxx')
-rw-r--r--forms/source/component/CheckBox.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/forms/source/component/CheckBox.cxx b/forms/source/component/CheckBox.cxx
index 8d92bbf5ccb3..365e4ed1d736 100644
--- a/forms/source/component/CheckBox.cxx
+++ b/forms/source/component/CheckBox.cxx
@@ -41,11 +41,6 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::form::binding;
-
-//= OCheckBoxControl
-
-
-
OCheckBoxControl::OCheckBoxControl(const Reference<XComponentContext>& _rxFactory)
:OBoundControl(_rxFactory, VCL_CONTROL_CHECKBOX)
{