From f6b3b696ad9d454f7acbe930439cccc052e9fce2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 13 Nov 2018 08:40:57 +0200 Subject: loplugin:singlevalfields in svx Change-Id: I94d21bb868c54638b843c6abaab370a05ec3471e Reviewed-on: https://gerrit.libreoffice.org/63317 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/dlgctrl.hxx | 5 ----- include/svx/float3d.hxx | 1 - include/svx/view3d.hxx | 2 -- 3 files changed, 8 deletions(-) (limited to 'include') diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index c5c155011aeb..52c1f4f20ca7 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -229,15 +229,10 @@ public: class SAL_WARN_UNUSED SVX_DLLPUBLIC LineLB : public ListBox { -private: - /// defines if standard fields (none, solid) are added, default is true - bool mbAddStandardFields : 1; - public: LineLB(vcl::Window* pParent); void Fill(const XDashListRef &pList); - bool getAddStandardFields() const { return mbAddStandardFields; } }; class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxLineLB diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx index 16891e8b344f..cd907090c750 100644 --- a/include/svx/float3d.hxx +++ b/include/svx/float3d.hxx @@ -171,7 +171,6 @@ private: // Model, Page, View etc. for favourites std::unique_ptr pModel; - VclPtr pVDev; SfxBindings* const pBindings; std::unique_ptr pControllerItem; diff --git a/include/svx/view3d.hxx b/include/svx/view3d.hxx index 9b92023e5596..9a385d45ecd8 100644 --- a/include/svx/view3d.hxx +++ b/include/svx/view3d.hxx @@ -47,8 +47,6 @@ protected: Color aDefaultLightColor; // The parameters for the last colors Color aDefaultAmbientColor; - E3dDragConstraint eDragConstraint; - // Migrate selections std::unique_ptr mpMirrorOverlay; -- cgit