summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-19 22:37:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-20 10:02:46 +0100
commitac923c54738b77e1988c19127cdcfbaaca8cedfa (patch)
tree4c9794c97bb0abc49eb3b2f14db8c09c9599a744 /svx/inc
parentca9fe5dff457794e55a6bb68633d2a4c2606bd63 (diff)
callcatcher: XColorList, your time has cometh to an end
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/xtable.hxx27
1 files changed, 0 insertions, 27 deletions
diff --git a/svx/inc/svx/xtable.hxx b/svx/inc/svx/xtable.hxx
index b00fbaa337d2..b35979d12790 100644
--- a/svx/inc/svx/xtable.hxx
+++ b/svx/inc/svx/xtable.hxx
@@ -327,33 +327,6 @@ public:
static XColorTable& GetStdColorTable();
};
-// -------------------
-// class XColorList
-// -------------------
-
-class XColorList : public XPropertyList
-{
-public:
- explicit XColorList(
- const String& rPath,
- XOutdevItemPool* pXPool = NULL
- );
- virtual ~XColorList();
-
- using XPropertyList::Replace;
- XColorEntry* Replace(XColorEntry* pEntry, long nIndex );
- using XPropertyList::Remove;
- XColorEntry* Remove(long nIndex);
- using XPropertyList::Get;
- XColorEntry* GetColor(long nIndex) const;
-
- virtual sal_Bool Load();
- virtual sal_Bool Save();
- virtual sal_Bool Create();
- virtual sal_Bool CreateBitmapsForUI();
- virtual Bitmap* CreateBitmapForUI( long nIndex, sal_Bool bDelete = sal_True );
-};
-
// --------------------
// class XLineEndTable
// --------------------