diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 19:03:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 19:27:55 +0100 |
commit | 38d9e38981a8ade60bb627b00197ecd28fb9158e (patch) | |
tree | 85573acca3fe6eaf6ce9b3173a0dc3cdf30845f3 /cui/source/inc/backgrnd.hxx | |
parent | 1376f86f3fdfb80008687d8b5e8db2b5434b9d7e (diff) |
loplugin:unusedfields
Change-Id: Ib2314f23efe953398ed0a5e88305842c812e18bb
Reviewed-on: https://gerrit.libreoffice.org/85708
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/backgrnd.hxx')
-rw-r--r-- | cui/source/inc/backgrnd.hxx | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx index 2392faae129d..7c9b1ce7ab5f 100644 --- a/cui/source/inc/backgrnd.hxx +++ b/cui/source/inc/backgrnd.hxx @@ -68,38 +68,6 @@ protected: private: // DDListBox for Writer ------------------------------- - Color aBgdColor; - sal_uInt16 nHtmlMode; - bool bAllowShowSelector : 1; - bool bIsGraphicValid : 1; - bool bHighlighting : 1; - bool bCharBackColor : 1; - bool m_bColorSelected : 1; - Graphic aBgdGraphic; - OUString aBgdGraphicPath; - OUString aBgdGraphicFilter; - - std::unique_ptr<Idle> m_pLoadIdle; - bool m_bIsImportDlgInExecute = false; - - std::unique_ptr<SvxOpenGraphicDialog> pImportDlg; - - ///< Items for Sw-Table must be corrected - std::unique_ptr<SvxBrushItem> m_pCellBrush; - std::unique_ptr<SvxBrushItem> m_pRowBrush; - std::unique_ptr<SvxBrushItem> m_pTableBrush; - sal_uInt16 m_nCellWhich = 0; - sal_uInt16 m_nRowWhich = 0; - sal_uInt16 m_nTableWhich = 0; - sal_Int32 m_nActPos = 0; - - std::unique_ptr<SvxBrushItem> pHighlighting; - - std::unique_ptr<SvxRectCtl> m_xWndPosition; - std::unique_ptr<ColorValueSet> m_xBackgroundColorSet; - std::unique_ptr<BackgroundPreviewImpl> m_xPreview1; - std::unique_ptr<BackgroundPreviewImpl> m_xPreview2; - std::unique_ptr<weld::Label> m_xFindGraphicsFt; std::unique_ptr<weld::Widget> m_xAsGrid; std::unique_ptr<weld::Label> m_xSelectTxt; |