https://bugs.documentfoundation.org/show_bug.cgi?id=118166

--- Comment #7 from Justin L <jl...@mail.com> ---
(In reply to Gabor Kelemen from comment #6)
> Counter example file with dropdown list that does not open in Design mode.
This example has a true Sdt element (m_pImpl->m_pSdtHelper->hasElements()), so
        // Form design mode is enabled by default in Writer, not in Word.
        xFormLayerAccess->setFormDesignMode(false);

The example in comment 0 has an OLE checkbox which does not trigger the
no-design-mode setting.  So that suggests that we need another flag, so that

        if(xSInfo->supportsService("com.sun.star.drawing.ControlShape"))
            m_rDomainMapper.hasControls(true);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to