[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 20 09:50:07 UTC 2019


 sw/source/ui/vba/vbadocument.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 053474e539c7724c8cfeb0c1dee1a6ede5f38c13
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Sun Mar 3 22:49:28 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Sep 20 11:48:50 2019 +0200

    tdf#123821: Correct accidental overlap with IIDs used in Calc
    
    These are used for functionality that hasn't really been tested yet,
    that I added right before moving on to other things last Spring, I
    guess, which is why I hadn't noticed.
    
    Change-Id: I1df26c5dff62269315b1a7eaaf574f7e38c452f6
    (cherry picked from commit 1a5d7407d508057f4e4f8f4a3f890453623a0481)
    Reviewed-on: https://gerrit.libreoffice.org/79176
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/sw/source/ui/vba/vbadocument.cxx b/sw/source/ui/vba/vbadocument.cxx
index 557b5bb9ca1c..df94a8585fd9 100644
--- a/sw/source/ui/vba/vbadocument.cxx
+++ b/sw/source/ui/vba/vbadocument.cxx
@@ -552,7 +552,7 @@ SwVbaDocument::getIID()
 OUString SAL_CALL
 SwVbaDocument::GetIIDForClassItselfNotCoclass()
 {
-    return OUString("{82154425-0FBF-11D4-8313-005004526AB4}");
+    return OUString("{82154428-0FBF-11D4-8313-005004526AB4}");
 }
 
 TypeAndIID SAL_CALL
@@ -560,7 +560,7 @@ SwVbaDocument::GetConnectionPoint()
 {
     TypeAndIID aResult =
         { word::XDocumentOutgoing::static_type(),
-          "{82154426-0FBF-11D4-8313-005004526AB4}"
+          "{82154429-0FBF-11D4-8313-005004526AB4}"
         };
 
     return aResult;


More information about the Libreoffice-commits mailing list