summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-07 22:15:13 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-07 22:55:31 +0100
commit60b36a7968782f44fa9351649f8cdd28ad85f40d (patch)
treec4d4a46655a12a82c4962ed326a3f1e92611def4 /oox
parent2e2c4aa158bd8da84ea6d6f23bcef58e939e08de (diff)
fix OOXML validation error, related fdo#42584
Use correct namespace for detectmouseclick Change-Id: I2830ef089ade94e69a49cb8ceba7fe91fa86817f
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/vmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx
index de62d73c92f6..a1e1dea4697a 100644
--- a/oox/source/export/vmlexport.cxx
+++ b/oox/source/export/vmlexport.cxx
@@ -578,7 +578,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect
}
if ( rProps.GetOpt( ESCHER_Prop_fNoFillHitTest, nValue ) )
- impl_AddBool( pAttrList, XML_detectmouseclick, nValue != 0 );
+ impl_AddBool( pAttrList, FSNS(XML_o, XML_detectmouseclick), nValue != 0 );
if (rProps.GetOpt(ESCHER_Prop_fillOpacity, nValue))
// Partly undo the transformation at the end of EscherPropertyContainer::CreateFillProperties(): VML opacity is 0..1.