diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-09 22:47:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-10 09:28:39 +0000 |
commit | b3a9e9c728c8fc2e54e31c2a7bbabab37a303571 (patch) | |
tree | f6cd81a09ea864dc188ff4844eace3b47528374e /svx/inc | |
parent | 5dbd8286f4623015d6012d20ad24c301e57ca96f (diff) |
callcatcher: remove some unused methods
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdpntv.hxx | 2 |
1 files changed, 0 insertions, 2 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 |