revert 380ad35864c450f5d4df6cc29d5d512a24de11da change in wrong place

This commit is contained in:
Noel Power 2011-02-23 15:44:56 +00:00
parent 4bbd387d33
commit 51576337ac

View file

@ -166,7 +166,7 @@ bool FormControlHelper::createCheckbox(uno::Reference<text::XTextRange> xTextRan
uno::Reference<uno::XInterface> xInterface = uno::Reference<uno::XInterface> xInterface =
xServiceFactory->createInstance xServiceFactory->createInstance
(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(ODF_FORMCHECKBOX))); (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.form.component.CheckBox")));
if (!xInterface.is()) if (!xInterface.is())
return false; return false;