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:11:21 +0200
commitdef5287c1e77bce18d9a403527c23d754a1ada33 (patch)
tree8059aed0ebce1f4f94ef673a100fc1243dea329c /sw
parentbbc5347be70d11d187cd537dd73cdab584def719 (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 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;