summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r--sd/source/ui/dlg/PhotoAlbumDialog.hxx2
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.hxx4
-rw-r--r--sd/source/ui/dlg/dlgass.cxx2
-rw-r--r--sd/source/ui/dlg/dlgassim.hxx2
-rw-r--r--sd/source/ui/dlg/filedlg.cxx2
-rw-r--r--sd/source/ui/dlg/headerfooterdlg.cxx4
-rw-r--r--sd/source/ui/dlg/paragr.cxx2
7 files changed, 9 insertions, 9 deletions
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.hxx b/sd/source/ui/dlg/PhotoAlbumDialog.hxx
index 4026b97d422a..f0add4d9e77a 100644
--- a/sd/source/ui/dlg/PhotoAlbumDialog.hxx
+++ b/sd/source/ui/dlg/PhotoAlbumDialog.hxx
@@ -45,7 +45,7 @@ class SdPhotoAlbumDialog : public ModalDialog
{
public:
SdPhotoAlbumDialog(Window* pWindow, SdDrawDocument* pActDoc);
- ~SdPhotoAlbumDialog();
+ virtual ~SdPhotoAlbumDialog();
virtual short Execute() SAL_OVERRIDE;
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
index 966af2ada373..7b2ac25ed533 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
@@ -73,7 +73,7 @@ class ClientRemovedListener : public ::cppu::WeakImplHelper1< ::com::sun::star::
public:
ClientRemovedListener( ClientBox *pParent ) { m_pParent = pParent; }
- ~ClientRemovedListener();
+ virtual ~ClientRemovedListener();
// XEventListener
@@ -135,7 +135,7 @@ class ClientBox:
public:
ClientBox( Window* pParent, WinBits nStyle );
- ~ClientBox();
+ virtual ~ClientBox();
void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
void Paint( const Rectangle &rPaintRect ) SAL_OVERRIDE;
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx
index 79d4879654b6..59eab0c9242f 100644
--- a/sd/source/ui/dlg/dlgass.cxx
+++ b/sd/source/ui/dlg/dlgass.cxx
@@ -138,7 +138,7 @@ class AssistentDlgImpl : public SfxListener
{
public:
AssistentDlgImpl( ::Window* pWindow, const Link& rFinishLink, sal_Bool bAutoPilot );
- ~AssistentDlgImpl();
+ virtual ~AssistentDlgImpl();
/// Local mutex used to serialize concurrent method calls.
::osl::Mutex maMutex;
diff --git a/sd/source/ui/dlg/dlgassim.hxx b/sd/source/ui/dlg/dlgassim.hxx
index babe18892d07..2b8ab976cb92 100644
--- a/sd/source/ui/dlg/dlgassim.hxx
+++ b/sd/source/ui/dlg/dlgassim.hxx
@@ -33,7 +33,7 @@ private:
public:
SdPageListControl( Window* pParent, const ResId& rResId );
- ~SdPageListControl();
+ virtual ~SdPageListControl();
void Fill( SdDrawDocument* pDoc );
void Clear();
diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx
index 00564e61c3ea..5060e07679d3 100644
--- a/sd/source/ui/dlg/filedlg.cxx
+++ b/sd/source/ui/dlg/filedlg.cxx
@@ -68,7 +68,7 @@ private:
public:
SdFileDialog_Imp( const short nDialogType, sal_Bool bUsableSelection );
- ~SdFileDialog_Imp();
+ virtual ~SdFileDialog_Imp();
ErrCode Execute();
diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx
index 7177a77ad05d..e7dd0cd553f9 100644
--- a/sd/source/ui/dlg/headerfooterdlg.cxx
+++ b/sd/source/ui/dlg/headerfooterdlg.cxx
@@ -76,7 +76,7 @@ private:
public:
PresLayoutPreview( ::Window* pParent );
- ~PresLayoutPreview();
+ virtual ~PresLayoutPreview();
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
virtual Size GetOptimalSize() const SAL_OVERRIDE;
@@ -160,7 +160,7 @@ private:
public:
HeaderFooterTabPage( HeaderFooterDialog* pDialog, ::Window* pParent, SdDrawDocument* pDoc, SdPage* pActualPage, bool bHandoutMode );
- ~HeaderFooterTabPage();
+ virtual ~HeaderFooterTabPage();
static SfxTabPage* Create( ::Window*, const SfxItemSet& );
static sal_uInt16* GetRanges();
diff --git a/sd/source/ui/dlg/paragr.cxx b/sd/source/ui/dlg/paragr.cxx
index 4f8fe915a367..7338955b0350 100644
--- a/sd/source/ui/dlg/paragr.cxx
+++ b/sd/source/ui/dlg/paragr.cxx
@@ -38,7 +38,7 @@ class SdParagraphNumTabPage : public SfxTabPage
{
public:
SdParagraphNumTabPage(Window* pParent, const SfxItemSet& rSet );
- ~SdParagraphNumTabPage();
+ virtual ~SdParagraphNumTabPage();
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
static sal_uInt16* GetRanges();