summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-09 22:47:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-10 09:28:39 +0000
commitb3a9e9c728c8fc2e54e31c2a7bbabab37a303571 (patch)
treef6cd81a09ea864dc188ff4844eace3b47528374e /svx
parent5dbd8286f4623015d6012d20ad24c301e57ca96f (diff)
callcatcher: remove some unused methods
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/svdpntv.hxx2
-rw-r--r--svx/source/svdraw/svdpntv.cxx5
2 files changed, 0 insertions, 7 deletions
diff --git a/svx/inc/svx/svdpntv.hxx b/svx/inc/svx/svdpntv.hxx
index e345093bc5f4..3240a4f0a8a7 100644
--- a/svx/inc/svx/svdpntv.hxx
+++ b/svx/inc/svx/svdpntv.hxx
@@ -563,8 +563,6 @@ public:
sal_Bool IsPrintPreview() const { return bPrintPreview; }
void SetPrintPreview(bool bOn = true) { bPrintPreview=bOn; }
- const svtools::ColorConfig& getColorConfig() const;
-
virtual void onChangeColorConfig();
// #103834# Set background color for svx at SdrPageViews
diff --git a/svx/source/svdraw/svdpntv.cxx b/svx/source/svdraw/svdpntv.cxx
index b452f4ea43c9..92ffdccef40e 100644
--- a/svx/source/svdraw/svdpntv.cxx
+++ b/svx/source/svdraw/svdpntv.cxx
@@ -1469,11 +1469,6 @@ void SdrPaintView::VisAreaChanged(const SdrPageWindow& /*rWindow*/)
Broadcast(SvxViewHint(SvxViewHint::SVX_HINT_VIEWCHANGED));
}
-const svtools::ColorConfig& SdrPaintView::getColorConfig() const
-{
- return maColorConfig;
-}
-
void SdrPaintView::onChangeColorConfig()
{
SetGridColor( Color( maColorConfig.GetColorValue( svtools::DRAWGRID ).nColor ) );