[Libreoffice-commits] core.git: sw/source

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


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

New commits:
commit def5287c1e77bce18d9a403527c23d754a1ada33
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:11:21 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 0cae7ab84946..1b9f5169206d 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