From de5222082f6652a0ff8715ad9e908b45e893db64 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Ledure Date: Sun, 25 Dec 2016 18:04:59 +0100 Subject: Access2Base - Recognize correctly formatted fields New ImplementationName introduced in LO 5.1 Change-Id: Ifa181570575622aca27520397f2e88cbc9742d1e --- wizards/source/access2base/Control.xba | 1 + 1 file changed, 1 insertion(+) (limited to 'wizards/source/access2base') diff --git a/wizards/source/access2base/Control.xba b/wizards/source/access2base/Control.xba index f02b46cca644..9319895a50af 100644 --- a/wizards/source/access2base/Control.xba +++ b/wizards/source/access2base/Control.xba @@ -1169,6 +1169,7 @@ Dim sControlTypes() As Variant, i As Integer, vSplit() As Variant, sTrailer As S _ControlType = _ClassId If _SubType = CTLTEXTFIELD Then ' Formatted fields belong to the TextField family If _ImplementationName = "com.sun.star.comp.forms.OFormattedFieldWrapper" _ + Or _ImplementationName = "com.sun.star.comp.forms.OFormattedFieldWrapper_ForcedFormatted" _ Or _ImplementationName = "com.sun.star.form.component.FormattedField" Then ' When in datagrid _SubType = CTLFORMATTEDFIELD _ControlType = acFormattedField -- cgit stro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/dialog/compressgraphicdialog.hrc
AgeCommit message (Collapse)Author