vcl/win/dtrans/ftransl.cxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit c573956190f72096c1ecff7ac1625b8826b5c61b
Author:     Mike Kaganski <[email protected]>
AuthorDate: Sun Nov 9 16:44:45 2025 +0500
Commit:     Mike Kaganski <[email protected]>
CommitDate: Sun Nov 9 14:18:11 2025 +0100

    An omission from commit 1e40f6e50e35f8cbe2c1a075fce5d079f4976569
    
    ... "Add specialized ctors for common cases", 2025-11-09, where I forgot
    to make UniformResourceLocator entry to use a simpler ctor.
    
    And add a separator comment at the end of the standard formats.
    
    Change-Id: Ifc4ab84fbe4cb075d7400dd764fe119f319cf95d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193658
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <[email protected]>

diff --git a/vcl/win/dtrans/ftransl.cxx b/vcl/win/dtrans/ftransl.cxx
index 23feed93da68..37ba8bc20db6 100644
--- a/vcl/win/dtrans/ftransl.cxx
+++ b/vcl/win/dtrans/ftransl.cxx
@@ -128,6 +128,9 @@ const std::array g_TranslTable {
         
FormatEntry("application/x-openoffice-filelist;windows_formatname=\"FileList\"",
 "FileList", CF_HDROP),
     //SotClipboardFormatId::SYLK
         
FormatEntry("application/x-openoffice-sylk;windows_formatname=\"Sylk\"", 
"Sylk", CF_SYLK),
+
+    // End of standard clipboard format numbers
+
     // SotClipboardFormatId::GDIMETAFILE
         
FormatEntry("application/x-openoffice-gdimetafile;windows_formatname=\"GDIMetaFile\"",
 "GDIMetaFile"),
     // SotClipboardFormatId::PRIVATE
@@ -321,7 +324,7 @@ const std::array g_TranslTable {
     //SotClipboardFormatId::SBA_REPORTEXCHANGE
         
FormatEntry("application/x-openoffice-sba-reportexchange;windows_formatname=\"SBA_REPORTEXCHANGE\"",
 "SBA_REPORTEXCHANGE"),
     //SotClipboardFormatId::UNIFORMRESOURCELOCATOR
-        
FormatEntry("application/x-openoffice-uniformresourcelocator;windows_formatname=\"UniformResourceLocatorW\"",
 "UniformResourceLocator", CF_INVALID, CppuType_String),
+        
FormatEntry("application/x-openoffice-uniformresourcelocator;windows_formatname=\"UniformResourceLocatorW\"",
 "UniformResourceLocator", CppuType_String),
     //SotClipboardFormatId::STARCHARTDOCUMENT_50
         
FormatEntry("application/x-openoffice-starchartdocument-50;windows_formatname=\"StarChartDocument
 5.0\"", "StarChartDocument 5.0"),
     //SotClipboardFormatId::GRAPHOBJ

Reply via email to