summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/colex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/colex.hxx')
-rw-r--r--sw/source/ui/inc/colex.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/ui/inc/colex.hxx b/sw/source/ui/inc/colex.hxx
index 31f0f7e81e14..6d786c1e128c 100644
--- a/sw/source/ui/inc/colex.hxx
+++ b/sw/source/ui/inc/colex.hxx
@@ -61,6 +61,11 @@ public:
SwPageExample(pPar, rResId ),
pGridItem(0),
m_bVertical(false){}
+ SwPageGridExample(Window* pPar) :
+ SwPageExample(pPar),
+ pGridItem(0),
+ m_bVertical(false){}
+
~SwPageGridExample();
void UpdateExample( const SfxItemSet& rSet );
};