summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2014-09-30 14:37:59 -0400
committerAndras Timar <andras.timar@collabora.com>2014-11-23 14:30:34 +0100
commitb0f0fd644d586aeb4110f50d1db992588b6455b8 (patch)
tree99737d9bcd6f2df20d6c733150ed619891a71e7c /sw
parent7d62dea4ba5230dbac3dfae4cc3153b6c4264ff1 (diff)
fdo#71248 Excel VBA: ActiveDocument is not tracking currently selected Doc
Change-Id: I86606646206ec26e2822a6e27888537d44351b7b Reviewed-on: https://gerrit.libreoffice.org/11725 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> (cherry picked from commit 4108bd9b7a41eaa0f3bf8b8173f27f57e009ee34) Reviewed-on: https://gerrit.libreoffice.org/11827 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/unoprnms.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx
index 9c8c7a7a8e66..75210610c07a 100644
--- a/sw/inc/unoprnms.hxx
+++ b/sw/inc/unoprnms.hxx
@@ -772,7 +772,7 @@
#define UNO_NAME_DESCRIPTION "Description"
#define UNO_NAME_META "InContentMetadata"
#define UNO_NAME_IS_TEMPLATE "IsTemplate"
-#define UNO_NAME_VBA_DOCOBJ "ThisVBADocObj"
+#define UNO_NAME_VBA_DOCOBJ "VBAGlobalConstantName"
#define UNO_NAME_NESTED_TEXT_CONTENT "NestedTextContent"
#define UNO_NAME_SEPARATOR_LINE_STYLE "SeparatorLineStyle"
#define UNO_NAME_FOOTNOTE_LINE_STYLE "FootnoteLineStyle"