diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 09:17:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-24 10:09:26 +0200 |
commit | e0bf7914b45c4236a9266295df915a9079d9ff00 (patch) | |
tree | 32503223850fe5db2f404e7fb4a58dbb51339f85 /xmloff/source/draw/animationimport.cxx | |
parent | 22c59683144171cc96c71f00c24dbf540681c2ee (diff) |
loplugin:unusedfields in xmloff/
Change-Id: I1fb9cb1bc04fb0886d6080f62899a04e8fd4429e
Diffstat (limited to 'xmloff/source/draw/animationimport.cxx')
-rw-r--r-- | xmloff/source/draw/animationimport.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx index 9d374e3a34dd..f7c5e72c2739 100644 --- a/xmloff/source/draw/animationimport.cxx +++ b/xmloff/source/draw/animationimport.cxx @@ -124,15 +124,12 @@ public: Any convertTiming( const OUString& rValue ); static Sequence< double > convertKeyTimes( const OUString& rValue ); static Sequence< TimeFilterPair > convertTimeFilter( const OUString& rValue ); - - const OUString mastrHSL; }; AnimationsImportHelperImpl::AnimationsImportHelperImpl( SvXMLImport& rImport ) : mrImport( rImport ), mpAnimationNodeTokenMap( nullptr ), - mpAnimationNodeAttributeTokenMap( nullptr ), - mastrHSL( "hsl" ) + mpAnimationNodeAttributeTokenMap( nullptr ) { } |