summaryrefslogtreecommitdiff
path: root/svx/inc/svx/linectrl.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-09-23 14:05:07 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-09-24 08:33:46 +0100
commitc8dc73720883333a13187865cd0d69b64af6b4b5 (patch)
treec9037bb6e79fd49507f2de1cf2b22f7159572720 /svx/inc/svx/linectrl.hxx
parent7fc35af5fd3171cc9bf43d2c27660afcf407d3f6 (diff)
re-factor XPropertyList derivatives to use a rtl::Reference
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
Diffstat (limited to 'svx/inc/svx/linectrl.hxx')
-rw-r--r--svx/inc/svx/linectrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/svx/linectrl.hxx b/svx/inc/svx/linectrl.hxx
index c5a3ca384bb9..2c3d10c7b751 100644
--- a/svx/inc/svx/linectrl.hxx
+++ b/svx/inc/svx/linectrl.hxx
@@ -32,14 +32,14 @@
#include <svtools/valueset.hxx>
#include <svl/lstner.hxx>
#include <sfx2/tbxctrl.hxx>
-#include "svx/svxdllapi.h"
+#include <svx/svxdllapi.h>
+#include <svx/xtable.hxx>
class XLineStyleItem;
class XLineDashItem;
class SvxLineBox;
class SvxMetricField;
class SvxColorBox;
-class XLineEndList;
//========================================================================
// SvxLineStyleController:
@@ -108,7 +108,7 @@ class SvxLineEndWindow : public SfxPopupWindow
using FloatingWindow::StateChanged;
private:
- XLineEndList* pLineEndList;
+ XLineEndListRef pLineEndList;
ValueSet aLineEndSet;
sal_uInt16 nCols;
sal_uInt16 nLines;