diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-18 20:07:23 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-19 05:49:15 +0000 |
commit | d948d66509022befdb6e2c589859ca7dee9e5347 (patch) | |
tree | 67b07fa61ce0ef26655ba69af33c531732e39955 /xmloff/dtd | |
parent | 7e24cedb9eaf68c2b95296bf6352f94e2a60532e (diff) |
Fix typos
Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085
Reviewed-on: https://gerrit.libreoffice.org/35413
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/drawing.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index c38da67d3376..14c0843278e0 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -647,7 +647,7 @@ <!ATTLIST style:properties dr3d:normals-direction (normal|inverse) #IMPLIED> <!ATTLIST style:properties dr3d:texture-generation-mode-x (object|parallel|sphere) #IMPLIED> <!ATTLIST style:properties dr3d:texture-generation-mode-y (object|parallel|sphere) #IMPLIED> -<!ATTLIST style:properties dr3d:texture-kind (luminance|intesity|color) #IMPLIED> +<!ATTLIST style:properties dr3d:texture-kind (luminance|intensity|color) #IMPLIED> <!ATTLIST style:properties dr3d:texture-filter (enabled|disabled) #IMPLIED> <!ATTLIST style:properties dr3d:texture-mode (replace|modulate|blend) #IMPLIED> <!ATTLIST style:properties dr3d:ambient-color %color; #IMPLIED> |