diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 07:00:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:10 +0200 |
commit | a4af308d90463049379557e2efc0205972164384 (patch) | |
tree | a3e4fbe6151cd78c8122640ec0f4f11b5383be58 /svx/source/gallery2 | |
parent | 234884c09db0301b9f0b3336f9b0dbb9523ee005 (diff) |
loplugin:unusedfields in include/svx
Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r-- | svx/source/gallery2/gallery1.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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 ); } |