summaryrefslogtreecommitdiff
path: root/include/svtools/toolpanel/tablayouter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/toolpanel/tablayouter.hxx')
-rw-r--r--include/svtools/toolpanel/tablayouter.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/svtools/toolpanel/tablayouter.hxx b/include/svtools/toolpanel/tablayouter.hxx
index 17b5c4fa6429..db89736db832 100644
--- a/include/svtools/toolpanel/tablayouter.hxx
+++ b/include/svtools/toolpanel/tablayouter.hxx
@@ -24,7 +24,7 @@
#include <svtools/toolpanel/decklayouter.hxx>
#include <svtools/toolpanel/tabalignment.hxx>
#include <svtools/toolpanel/tabitemcontent.hxx>
-#include <svtools/toolpanel/refbase.hxx>
+#include <salhelper/simplereferenceobject.hxx>
#include <memory>
@@ -44,8 +44,7 @@ namespace svt
//= TabDeckLayouter
- class SVT_DLLPUBLIC TabDeckLayouter :public RefBase
- ,public IDeckLayouter
+ class SVT_DLLPUBLIC TabDeckLayouter :public IDeckLayouter
,public ::boost::noncopyable
{
public:
@@ -83,9 +82,6 @@ namespace svt
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& i_rParentAccessible
) SAL_OVERRIDE;
- // IReference
- DECLARE_IREFERENCE()
-
private:
::std::auto_ptr< TabDeckLayouter_Data > m_pData;
};