vcl/win/dtrans/WinClipboard.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 45779b685b8b1e75ce750bbb20b30cee8fd40851
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Mon Apr 26 15:42:18 2021 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Apr 27 11:21:37 2021 +0200

    Replace "Persistant" by "Persistent"in WinClipboard (vcl/win)
    
    since now we have it in idl files with the historically wrong "Persistant"
    after these:
    in offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl
    "Persistant" is deprecated since e738683f98559af330a1cc36d8d0a1be11abb355
    author  Julien Nabet <serval2...@yahoo.fr>      2020-09-12 12:00:49 +0200
    committer       Stephan Bergmann <sberg...@redhat.com>  2020-09-17 15:20:27 
+0200
    commit  e738683f98559af330a1cc36d8d0a1be11abb355 (patch)
    tree    fd0e07d574d9ff7656d613f6b88f473951dd5b12
    parent  b33f22678431a57be7e77822e977b66c33680290 (diff)
    Add "Persistent", deprecate "Persistant" in RenderingCapabilities
    
    in offapi/type_reference/offapi.idl
    author  Stephan Bergmann <sberg...@redhat.com>  2021-04-13 10:14:59 +0200
    committer       Stephan Bergmann <sberg...@redhat.com>  2021-04-13 11:47:37 
+0200
    commit  bce31cac427d7119cd8ccec64bdfa820706cbfcc (patch)
    tree    ed4a7e0b2aaaac406e350b18136f88add9370b98
    parent  5e5c7e10a5fde5ed93c541d439ce016e35d5d65a (diff)
    Update the reference rdbs to libreoffice-7.1.0.3
    
    Change-Id: I047dc0bc7956f3b14c6319df85f0707ec6addd9b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114669
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/win/dtrans/WinClipboard.cxx b/vcl/win/dtrans/WinClipboard.cxx
index 2253c1691785..a2ecb7427d44 100644
--- a/vcl/win/dtrans/WinClipboard.cxx
+++ b/vcl/win/dtrans/WinClipboard.cxx
@@ -229,7 +229,7 @@ sal_Int8 SAL_CALL CWinClipboard::getRenderingCapabilities()
                                       static_cast<XClipboardEx*>(this));
 
     using namespace datatransfer::clipboard::RenderingCapabilities;
-    return (Delayed | Persistant);
+    return (Delayed | Persistent);
 }
 
 // XClipboardNotifier
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to