[Libreoffice-bugs] [Bug 111344] Icon of Web Query files should be Calc icon

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Mar 7 10:57:08 UTC 2019


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

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2412 at yahoo.fr

--- Comment #9 from Julien Nabet <serval2412 at yahoo.fr> ---
On Win10, building master sources, I noticed this:
cpp: <macro>:1 C:/BLP/core/scp2/source/calc/registryitem_calc.scp:1261 Bad
token \text/x-ms-iqy produced by ##

Here's the line:
CONDITIONAL_REGISTRY_ENTRY_MEDIATYPE_DEF_EXT( Iqy, IQY, iqy, text/x-ms-iqy )
(see
https://opengrok.libreoffice.org/xref/core/scp2/source/calc/registryitem_calc.scp?r=39b39f12#1261)

Definition of CONDITIONAL_REGISTRY_ENTRY_MEDIATYPE_DEF_EXT is here:
https://opengrok.libreoffice.org/xref/core/scp2/inc/macros.inc?r=45acf267#275
275 #define
CONDITIONAL_REGISTRY_ENTRY_MEDIATYPE_DEF_EXT(name,cond,key,mediatype) \
276     RegistryItem gid_Regitem__MediaType_DefExt_##name \
277         ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
278         ModuleID = gid_Module_Root_Reg_##name; \
279         Subkey = STRING(CONCAT2(MIME\Database\Content Type\,mediatype)); \
280         Name = STRING(Extension); \
281         Value = STRING(CONCAT2(.,key)); \
282         ComponentCondition = STRING(CONCAT3(REGISTER_,cond,=1)); \
283     End

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190307/beb3ba03/attachment.html>


More information about the Libreoffice-bugs mailing list