summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/tpaction.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-08-29 06:29:06 -0700
committerJoseph Powers <jpowers27@cox.net>2011-08-29 06:29:36 -0700
commitbbbc20bd5f4ca5ff726667869b7b7537606b2a77 (patch)
tree05014a5c013e955f86e90de2c81ddc05cf77e5a8 /sd/source/ui/inc/tpaction.hxx
parentRebase XColorTable from XPropertyTable to XPropertyList (diff)
downloadcore-bbbc20bd5f4ca5ff726667869b7b7537606b2a77.tar.gz
core-bbbc20bd5f4ca5ff726667869b7b7537606b2a77.zip
Rename class XColorTable to XColorList
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
Diffstat (limited to 'sd/source/ui/inc/tpaction.hxx')
-rw-r--r--sd/source/ui/inc/tpaction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/tpaction.hxx b/sd/source/ui/inc/tpaction.hxx
index 58f701d55a59..f3fd62d5e6c0 100644
--- a/sd/source/ui/inc/tpaction.hxx
+++ b/sd/source/ui/inc/tpaction.hxx
@@ -93,7 +93,7 @@ private:
const SfxItemSet& rOutAttrs;
const ::sd::View* mpView;
SdDrawDocument* mpDoc;
- XColorTable* pColTab;
+ XColorList* pColTab;
sal_Bool bTreeUpdated;
std::vector<com::sun::star::presentation::ClickAction> maCurrentActions;