diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-21 18:25:25 -0600 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 02:26:51 +0000 |
commit | f28c33d21d324fb70d061363bbad7750e1c72127 (patch) | |
tree | f2128c2109cda6c17712b83f1e428f29f1ace9a6 /xmloff | |
parent | aca27afb3eb1032201ce3520df9fb950442cf64a (diff) |
coverity#984351 Uninitialized scalar field => unused member
Change-Id: I766bfc9db355205f97aaea774ee68c76bd5df0ae
Reviewed-on: https://gerrit.libreoffice.org/2317
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/XMLFontAutoStylePool.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/XMLFontAutoStylePool.hxx b/xmloff/inc/xmloff/XMLFontAutoStylePool.hxx index a4c64250aaaa..1b16725e5a88 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 ); |