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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Mar 3 21:04:31 UTC 2019


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

New commits:
commit 1a5d7407d508057f4e4f8f4a3f890453623a0481
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Sun Mar 3 22:49:28 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Mar 3 23:01:53 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

diff --git a/sw/source/ui/vba/vbadocument.cxx b/sw/source/ui/vba/vbadocument.cxx
index d35d32c21718..eb3f5c2d011d 100644
--- a/sw/source/ui/vba/vbadocument.cxx
+++ b/sw/source/ui/vba/vbadocument.cxx
@@ -551,7 +551,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
@@ -559,7 +559,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