[Libreoffice-commits] core.git: xmloff/inc
Norbert Thiebaud
nthiebaud at gmail.com
Sat Feb 23 18:27:10 PST 2013
xmloff/inc/xmloff/XMLFontAutoStylePool.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f28c33d21d324fb70d061363bbad7750e1c72127
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu Feb 21 18:25:25 2013 -0600
coverity#984351 Uninitialized scalar field => unused member
Change-Id: I766bfc9db355205f97aaea774ee68c76bd5df0ae
Reviewed-on: https://gerrit.libreoffice.org/2317
Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/xmloff/inc/xmloff/XMLFontAutoStylePool.hxx b/xmloff/inc/xmloff/XMLFontAutoStylePool.hxx
index a4c6425..1b16725 100644
--- a/xmloff/inc/xmloff/XMLFontAutoStylePool.hxx
+++ b/xmloff/inc/xmloff/XMLFontAutoStylePool.hxx
@@ -37,7 +37,6 @@ class XMLOFF_DLLPUBLIC XMLFontAutoStylePool : public UniRefBase
XMLFontAutoStylePool_Impl *pPool;
XMLFontAutoStylePoolNames_Impl m_aNames;
- sal_uInt32 nName;
bool tryToEmbedFonts;
OUString embedFontFile( const OUString& fontUrl, const char* style );
More information about the Libreoffice-commits
mailing list