summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-10 09:26:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-10 12:46:49 +0100
commitabbeed756019e099d16acb4155c7c459fef2d1b4 (patch)
tree221c20f0f2ee09e61bb68a8d5d352990feb79d07 /sd
parent3e0f9a148bf2c0a5916e850528a9b0472830bb9e (diff)
callcatcher: update unused code
Change-Id: Ie31c16318b09699e080484292d489a378e3a6dce
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/LayerTabBar.cxx11
-rw-r--r--sd/source/ui/inc/LayerTabBar.hxx4
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx1
-rw-r--r--sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx12
4 files changed, 0 insertions, 28 deletions
diff --git a/sd/source/ui/dlg/LayerTabBar.cxx b/sd/source/ui/dlg/LayerTabBar.cxx
index 65ade494de6d..82eaf93f7fc9 100644
--- a/sd/source/ui/dlg/LayerTabBar.cxx
+++ b/sd/source/ui/dlg/LayerTabBar.cxx
@@ -55,17 +55,6 @@ LayerTabBar::LayerTabBar(DrawViewShell* pViewSh, Window* pParent)
SetHelpId( HID_SD_TABBAR_LAYERS );
}
-LayerTabBar::LayerTabBar (
- DrawViewShell* pViewSh,
- Window* pParent,
- const ResId& rResId)
- : TabBar (pParent, rResId.GetWinBits()),
- DropTargetHelper( this ),
- pDrViewSh(pViewSh)
-{
- EnableEditMode();
-}
-
LayerTabBar::~LayerTabBar()
{
}
diff --git a/sd/source/ui/inc/LayerTabBar.hxx b/sd/source/ui/inc/LayerTabBar.hxx
index 6f42de10fd5c..8c7f19e801b8 100644
--- a/sd/source/ui/inc/LayerTabBar.hxx
+++ b/sd/source/ui/inc/LayerTabBar.hxx
@@ -38,10 +38,6 @@ public:
LayerTabBar (
DrawViewShell* pDrViewSh,
::Window* pParent);
- LayerTabBar (
- DrawViewShell* pDrViewSh,
- ::Window* pParent,
- const ResId& rResId);
virtual ~LayerTabBar (void);
/** Inform all listeners of this control that the current layer has been
diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
index 367db278cf16..dcc9065c4b85 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
@@ -120,7 +120,6 @@ private:
const Bitmap& rPreview,
const BitmapEx& rOverlay,
const OutputDevice* pReferenceDevice) const;
- void InvalidateBitmaps (void);
/** Update the local pointer to the page object layouter to the
one owned by the general layouter.
diff --git a/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx b/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx
index 3e7fe0ddd62d..12814c489a4e 100644
--- a/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx
+++ b/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx
@@ -101,18 +101,6 @@ bool PageObjectPainter::UpdatePageObjectLayouter (void)
return true;
}
-void PageObjectPainter::InvalidateBitmaps (void)
-{
- maNormalBackground.SetEmpty();
- maSelectionBackground.SetEmpty();
- maFocusedSelectionBackground.SetEmpty();
- maFocusedBackground.SetEmpty();
- maMouseOverBackground.SetEmpty();
- maMouseOverSelectedBackground.SetEmpty();
- maMouseOverFocusedBackground.SetEmpty();
- maMouseOverSelectedAndFocusedBackground.SetEmpty();
-}
-
void PageObjectPainter::SetTheme (const ::boost::shared_ptr<view::Theme>& rpTheme)
{
mpTheme = rpTheme;