summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-17 10:21:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-17 10:24:07 +0000
commit2e4360815b08e1b5bd7233509d033b5a49b7c61e (patch)
tree4147e57daaf6368aa605e019bb22e77c5caa0e04 /sw/source/ui/inc
parentc2f0845931b7cb1007d54173c2633c44123a137c (diff)
fix caption dialog
Change-Id: I499f47b116ff6957bbbc20b91224fe95593d1da1
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/optload.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/inc/optload.hxx b/sw/source/ui/inc/optload.hxx
index 7825ab5354ac..0ee5023e89a6 100644
--- a/sw/source/ui/inc/optload.hxx
+++ b/sw/source/ui/inc/optload.hxx
@@ -69,11 +69,10 @@ public:
virtual void Reset( const SfxItemSet& rSet );
};
-class SwCaptionOptDlg : public SfxNoLayoutSingleTabDialog
+class SwCaptionOptDlg : public SfxSingleTabDialog
{
public:
- SwCaptionOptDlg(Window* pParent, const SfxItemSet& rSet);
- ~SwCaptionOptDlg();
+ SwCaptionOptDlg(Window* pParent, const SfxItemSet& rSet);
};
class CaptionComboBox : public SwComboBox