summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/addrdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/addrdlg.hxx')
-rw-r--r--sw/source/ui/inc/addrdlg.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/source/ui/inc/addrdlg.hxx b/sw/source/ui/inc/addrdlg.hxx
index a39bd49153a0..509a979c970a 100644
--- a/sw/source/ui/inc/addrdlg.hxx
+++ b/sw/source/ui/inc/addrdlg.hxx
@@ -21,17 +21,12 @@
#include <sfx2/basedlgs.hxx>
-class SwAddrDlg : public SfxNoLayoutSingleTabDialog
+class SwAddrDlg : public SfxSingleTabDialog
{
public:
-
- SwAddrDlg( Window* pParent, const SfxItemSet& rSet );
- ~SwAddrDlg();
+ SwAddrDlg(Window* pParent, const SfxItemSet& rSet);
};
#endif
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */