summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
index 978bddf7ddeb..52c037468b12 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
@@ -71,19 +71,10 @@ public:
private:
const Layouter& mrLayouter;
std::shared_ptr<cache::PageCache> mpCache;
- std::shared_ptr<controller::Properties> mpProperties;
std::shared_ptr<view::Theme> mpTheme;
std::shared_ptr<vcl::Font> mpPageNumberFont;
std::unique_ptr<FramePainter> mpShadowPainter;
std::unique_ptr<FramePainter> mpFocusBorderPainter;
- Bitmap maNormalBackground;
- Bitmap maSelectionBackground;
- Bitmap maFocusedSelectionBackground;
- Bitmap maFocusedBackground;
- Bitmap maMouseOverBackground;
- Bitmap maMouseOverFocusedBackground;
- Bitmap maMouseOverSelectedBackground;
- Bitmap maMouseOverSelectedAndFocusedBackground;
void PaintBackground (
PageObjectLayouter *pPageObjectLayouter,