summaryrefslogtreecommitdiff
path: root/svx/inc/svx/svdmodel.hxx
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <orw@apache.org>2013-04-10 08:20:16 +0000
committerOliver-Rainer Wittmann <orw@apache.org>2013-04-10 08:20:16 +0000
commit0a0a9b32aa5bf1ce2554ad37cbba3c7a105db2b5 (patch)
treef5c258d25d3719c8f719a944043b5220377e9f9c /svx/inc/svx/svdmodel.hxx
parentbcfee75544246db6788715d98efd6d33c12f933d (diff)
121420: merge sidebar feature from branch into trunk
Notes
Diffstat (limited to 'svx/inc/svx/svdmodel.hxx')
-rw-r--r--svx/inc/svx/svdmodel.hxx13
1 files changed, 4 insertions, 9 deletions
diff --git a/svx/inc/svx/svdmodel.hxx b/svx/inc/svx/svdmodel.hxx
index 05814e23330e..5418a4527ab6 100644
--- a/svx/inc/svx/svdmodel.hxx
+++ b/svx/inc/svx/svdmodel.hxx
@@ -78,16 +78,11 @@ class SfxStyleSheet;
class SfxUndoAction;
class SfxUndoManager;
class XBitmapList;
-class XBitmapTable;
-class XColorTable;
+class XColorList;
class XDashList;
-class XDashTable;
class XGradientList;
-class XGradientTable;
class XHatchList;
-class XHatchTable;
class XLineEndList;
-class XLineEndTable;
class SvxForbiddenCharactersTable;
class SvNumberFormatter;
class SotStorage;
@@ -282,7 +277,7 @@ public:
FASTBOOL mbInDestruction;
// Zeiger auf Paletten, Listen und Tabellen
- XColorTable* pColorTable;
+ XColorList* pColorTable;
XDashList* pDashList;
XLineEndList* pLineEndList;
XHatchList* pHatchList;
@@ -658,8 +653,8 @@ public:
const Link& GetIOProgressHdl() const { return aIOProgressLink; }
// Zugriffsmethoden fuer Paletten, Listen und Tabellen
- void SetColorTable(XColorTable* pTable) ;
- XColorTable* GetColorTable() const { return pColorTable; }
+ void SetColorTable(XColorList* pTable) ;
+ XColorList* GetColorTable() const { return pColorTable; }
void SetDashList(XDashList* pList) ;
XDashList* GetDashList() const { return pDashList; }
void SetLineEndList(XLineEndList* pList) ;