diff options
Diffstat (limited to 'cui/source/inc/textchaining.hxx')
-rw-r--r-- | cui/source/inc/textchaining.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cui/source/inc/textchaining.hxx b/cui/source/inc/textchaining.hxx index 86e73a36f924..6f8f66ca52e1 100644 --- a/cui/source/inc/textchaining.hxx +++ b/cui/source/inc/textchaining.hxx @@ -3,6 +3,8 @@ #include <sfx2/tabdlg.hxx> #include <svx/svdattr.hxx> +#include <vcl/lstbox.hxx> +#include <vcl/layout.hxx> class SdrView; @@ -11,6 +13,10 @@ class SvxTextChainingPage : public SfxTabPage private: static const sal_uInt16 pRanges[]; + VclPtr<VclGrid> mpBoxLinks; + VclPtr<ListBox> mpLBPrevLink; + VclPtr<ListBox> mpLBNextLink; + public: SvxTextChainingPage( vcl::Window* pWindow, const SfxItemSet& rInAttrs ); virtual ~SvxTextChainingPage(); |