From a4af308d90463049379557e2efc0205972164384 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Nov 2015 07:00:23 +0200 Subject: loplugin:unusedfields in include/svx Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc --- svx/source/gallery2/gallery1.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svx/source/gallery2') diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx index fb8132586cd5..a5ce139331ad 100644 --- a/svx/source/gallery2/gallery1.cxx +++ b/svx/source/gallery2/gallery1.cxx @@ -166,8 +166,7 @@ public: // - Gallery - Gallery::Gallery( const OUString& rMultiPath ) -: nReadTextEncoding ( osl_getThreadTextEncoding() ) -, bMultiPath ( false ) +: bMultiPath ( false ) { ImplLoad( rMultiPath ); } -- cgit