revert 380ad35864c450f5d4df6cc29d5d512a24de11da change in wrong place
This commit is contained in:
parent
4bbd387d33
commit
51576337ac
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ bool FormControlHelper::createCheckbox(uno::Reference<text::XTextRange> xTextRan
|
|||
|
||||
uno::Reference<uno::XInterface> xInterface =
|
||||
xServiceFactory->createInstance
|
||||
(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(ODF_FORMCHECKBOX)));
|
||||
(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.form.component.CheckBox")));
|
||||
|
||||
if (!xInterface.is())
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue