writerfilter/source/ooxml/factoryimpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9c6ddb1f0383dd7562b441906e6418861729ccf7 Author: Miklos Vajna <[email protected]> Date: Fri Oct 17 09:21:42 2014 +0200 error: use of undeclared identifier 'sResult' Change-Id: I80f71b16896cd028c9b5d60b243fc5cd825d3c23 diff --git a/writerfilter/source/ooxml/factoryimpl.py b/writerfilter/source/ooxml/factoryimpl.py index 122dbf1..db47039 100644 --- a/writerfilter/source/ooxml/factoryimpl.py +++ b/writerfilter/source/ooxml/factoryimpl.py @@ -119,8 +119,8 @@ public: std::string fastTokenToId(sal_uInt32 nToken) { -#ifdef DEBUG_WRITERFILTER std::string sResult; +#ifdef DEBUG_WRITERFILTER switch (oox::getNamespace(nToken)) {""") _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
