summaryrefslogtreecommitdiff
path: root/sc/inc/tabbgcolor.hxx
diff options
context:
space:
mode:
authorAlfonso Eusebio <alfonso_eusebio@yahoo.co.uk>2011-02-06 17:58:59 +0000
committerKohei Yoshida <kyoshida@novell.com>2011-02-08 21:02:19 -0500
commit4a928babb5dbcff831be05503e5793ebed4217bb (patch)
tree5a51d232c4d502d962a3d5d7f05bc6447646734c /sc/inc/tabbgcolor.hxx
parent223d92f2add27f7d8d658b51b0bfa9417d6c9418 (diff)
Removed unused functions and classes form calc 3last
Removed unused function and some entire classes from calc. The functions removed are some of those identified by call-catcher.
Diffstat (limited to 'sc/inc/tabbgcolor.hxx')
-rw-r--r--sc/inc/tabbgcolor.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/tabbgcolor.hxx b/sc/inc/tabbgcolor.hxx
index a9544d247d0d..063c20596938 100644
--- a/sc/inc/tabbgcolor.hxx
+++ b/sc/inc/tabbgcolor.hxx
@@ -40,9 +40,6 @@ struct ScUndoTabColorInfo
Color maOldTabBgColor;
Color maNewTabBgColor;
- bool IsDefaultOldTabBgColor() const;
- bool IsDefaultNewTabBgColor() const;
-
explicit ScUndoTabColorInfo(SCTAB nTab);
ScUndoTabColorInfo(const ScUndoTabColorInfo& r);