diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-13 08:40:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-13 09:41:54 +0100 |
commit | f6b3b696ad9d454f7acbe930439cccc052e9fce2 (patch) | |
tree | cd80ccb808ac73ace9c905bd3cb36d69f7210be2 /include | |
parent | 21b0bd63a41bda1153bb6173ec23ecdd13353999 (diff) |
loplugin:singlevalfields in svx
Change-Id: I94d21bb868c54638b843c6abaab370a05ec3471e
Reviewed-on: https://gerrit.libreoffice.org/63317
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dlgctrl.hxx | 5 | ||||
-rw-r--r-- | include/svx/float3d.hxx | 1 | ||||
-rw-r--r-- | include/svx/view3d.hxx | 2 |
3 files changed, 0 insertions, 8 deletions
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<FmFormModel> pModel; - VclPtr<VirtualDevice> pVDev; SfxBindings* const pBindings; std::unique_ptr<Svx3DCtrlItem> 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<Impl3DMirrorConstructOverlay> mpMirrorOverlay; |