summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-15 11:25:35 +0100
committerNoel Power <noel.power@suse.com>2013-01-15 11:45:26 +0000
commit371983fb8252356b36f8d424dbceba318c14609d (patch)
treeb8b9636e11320acf01e8e6c957db3bae49770eb2 /configure.ac
parent1612c775b69d234a51f66cd79e533f4bf19c677c (diff)
fdo#58026 typo fix in Addons.xcu of Google Docs extension
Change-Id: I44e6ade6f9c89cc8086a7a69a0f7a81470c85ba8 Reviewed-on: https://gerrit.libreoffice.org/1690 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index deb71637b89f..0cbc7e850b0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10691,7 +10691,7 @@ AC_MSG_CHECKING([for Google Docs extension integration])
GOOGLE_DOCS_EXTENSION_PACK=
if test "x$enable_ext_google_docs" = "xyes" -a "x$enable_extension_integration" != "xno"; then
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_GOOGLE_DOCS"
- GOOGLE_DOCS_EXTENSION_PACK="2a64b8e6f185a7f6c19d00fb8bb4cf64-gdocs_3.0.1_modified.oxt"
+ GOOGLE_DOCS_EXTENSION_PACK="27211596cf0ad97cab7321239406fde0-gdocs_3.0.1_modified.oxt"
WITH_EXTRA_EXTENSIONS=YES
AC_MSG_RESULT([yes])
else