summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-03 22:49:28 +0200
committerTor Lillqvist <tml@collabora.com>2019-03-03 23:01:53 +0200
commit1a5d7407d508057f4e4f8f4a3f890453623a0481 (patch)
tree783473a4e32168216a1773c79369e08e05353958 /sw
parent2d6032cd16bf747b3652b133de91c0707d22ff6e (diff)
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
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/vba/vbadocument.cxx4
1 files changed, 2 insertions, 2 deletions
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;