diff options
Diffstat (limited to 'sc/source/ui')
71 files changed, 98 insertions, 98 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index c42dcbe00fdd..1ac5dfc244cb 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -254,7 +254,7 @@ class ScChildrenShapes : public SfxListener, { public: ScChildrenShapes(ScAccessibleDocument* pAccessibleDocument, ScTabViewShell* pViewShell, ScSplitPos eSplitPos); - ~ScChildrenShapes(); + virtual ~ScChildrenShapes(); ///===== SfxListener ===================================================== diff --git a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx index de8864972c21..6d473b61999e 100644 --- a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx @@ -513,7 +513,7 @@ public: ScIAccessibleViewForwarder(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc, const MapMode& aMapMode); - ~ScIAccessibleViewForwarder(); + virtual ~ScIAccessibleViewForwarder(); ///===== IAccessibleViewForwarder ======================================== @@ -684,7 +684,7 @@ class ScShapeChildren : public SfxListener, { public: ScShapeChildren(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc); - ~ScShapeChildren(); + virtual ~ScShapeChildren(); ///===== SfxListener ===================================================== diff --git a/sc/source/ui/inc/AccessibilityHints.hxx b/sc/source/ui/inc/AccessibilityHints.hxx index 14483facb32a..f0e8b100c216 100644 --- a/sc/source/ui/inc/AccessibilityHints.hxx +++ b/sc/source/ui/inc/AccessibilityHints.hxx @@ -42,7 +42,7 @@ public: TYPEINFO_OVERRIDE(); ScAccWinFocusLostHint( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xOld ); - ~ScAccWinFocusLostHint(); + virtual ~ScAccWinFocusLostHint(); ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > GetOldAccessible() const { return xOldAccessible; } @@ -56,7 +56,7 @@ public: TYPEINFO_OVERRIDE(); ScAccWinFocusGotHint( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xNew ); - ~ScAccWinFocusGotHint(); + virtual ~ScAccWinFocusGotHint(); ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > GetNewAccessible() const { return xNewAccessible; } @@ -69,7 +69,7 @@ public: TYPEINFO_OVERRIDE(); ScAccGridWinFocusLostHint( ScSplitPos eOldGridWin, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xOld ); - ~ScAccGridWinFocusLostHint(); + virtual ~ScAccGridWinFocusLostHint(); ScSplitPos GetOldGridWin() const { return eOldGridWin; } }; @@ -81,7 +81,7 @@ public: TYPEINFO_OVERRIDE(); ScAccGridWinFocusGotHint( ScSplitPos eNewGridWin, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xNew ); - ~ScAccGridWinFocusGotHint(); + virtual ~ScAccGridWinFocusGotHint(); ScSplitPos GetNewGridWin() const { return eNewGridWin; } }; diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx index b1998a598570..d590cf5e4cb6 100644 --- a/sc/source/ui/inc/acredlin.hxx +++ b/sc/source/ui/inc/acredlin.hxx @@ -77,7 +77,7 @@ class ScRedlinData : public RedlinData public: ScRedlinData(); - ~ScRedlinData(); + virtual ~ScRedlinData(); SCTAB nTable; SCCOL nCol; SCROW nRow; @@ -209,7 +209,7 @@ public: ScAcceptChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScViewData* ptrViewData); - ~ScAcceptChgDlg(); + virtual ~ScAcceptChgDlg(); void ReInit(ScViewData* ptrViewData); diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index a739b220da48..e272aefa09df 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -211,7 +211,7 @@ private: template<class TParentWindow, class TArg> ScRefHdlrImplBase( TParentWindow* pParent, const OString& rID, const OUString& rUIXMLDescription, const TArg &rArg, SfxBindings *pB = NULL ); - ~ScRefHdlrImplBase(); + virtual ~ScRefHdlrImplBase(); template<class, class, bool> friend struct ScRefHdlrImpl; }; diff --git a/sc/source/ui/inc/areasdlg.hxx b/sc/source/ui/inc/areasdlg.hxx index e9e957a393be..e0bf70b956fe 100644 --- a/sc/source/ui/inc/areasdlg.hxx +++ b/sc/source/ui/inc/areasdlg.hxx @@ -36,7 +36,7 @@ class ScPrintAreasDlg : public ScAnyRefDlg { public: ScPrintAreasDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent ); - ~ScPrintAreasDlg(); + virtual ~ScPrintAreasDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; virtual void AddRefEntry() SAL_OVERRIDE; diff --git a/sc/source/ui/inc/attrdlg.hxx b/sc/source/ui/inc/attrdlg.hxx index 4e54119f0cc6..6d4854d40e8c 100644 --- a/sc/source/ui/inc/attrdlg.hxx +++ b/sc/source/ui/inc/attrdlg.hxx @@ -34,7 +34,7 @@ public: ScAttrDlg( SfxViewFrame* pFrame, Window* pParent, const SfxItemSet* pCellAttrs ); - ~ScAttrDlg(); + virtual ~ScAttrDlg(); protected: virtual void PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/auditsh.hxx b/sc/source/ui/inc/auditsh.hxx index edb82bb00737..a553941121f3 100644 --- a/sc/source/ui/inc/auditsh.hxx +++ b/sc/source/ui/inc/auditsh.hxx @@ -38,7 +38,7 @@ public: SFX_DECL_INTERFACE(SCID_AUDITING_SHELL) ScAuditingShell(ScViewData* pData); - ~ScAuditingShell(); + virtual ~ScAuditingShell(); void Execute(SfxRequest& rReq); void GetState(SfxItemSet& rSet); diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx index c8d0bab3bbbd..aa96dbcf29e8 100644 --- a/sc/source/ui/inc/autofmt.hxx +++ b/sc/source/ui/inc/autofmt.hxx @@ -49,7 +49,7 @@ class SC_DLLPUBLIC ScAutoFmtPreview : public Window public: ScAutoFmtPreview(Window* pParent); void DetectRTL(ScViewData *pViewData); - ~ScAutoFmtPreview(); + virtual ~ScAutoFmtPreview(); void NotifyChange( ScAutoFormatData* pNewData ); diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx index 8a332b8423d1..2fbeadee6a6a 100644 --- a/sc/source/ui/inc/checklistmenu.hxx +++ b/sc/source/ui/inc/checklistmenu.hxx @@ -196,7 +196,7 @@ class ScCheckListBox : public SvTreeListBox public: ScCheckListBox( Window* pParent, WinBits nWinStyle = 0 ); - ~ScCheckListBox() { delete mpCheckButton; } + virtual ~ScCheckListBox() { delete mpCheckButton; } void Init(); void CheckEntry( OUString& sName, SvTreeListEntry* pParent, bool bCheck = true ); void CheckEntry( SvTreeListEntry* pEntry, bool bCheck = true ); diff --git a/sc/source/ui/inc/colrowba.hxx b/sc/source/ui/inc/colrowba.hxx index 1fc3cffcc659..4452cd02e9e1 100644 --- a/sc/source/ui/inc/colrowba.hxx +++ b/sc/source/ui/inc/colrowba.hxx @@ -35,7 +35,7 @@ class ScColBar : public ScHeaderControl public: ScColBar( Window* pParent, ScViewData* pData, ScHSplitPos eWhichPos, ScHeaderFunctionSet* pFunc, ScHeaderSelectionEngine* pEng ); - ~ScColBar(); + virtual ~ScColBar(); virtual SCCOLROW GetPos() const SAL_OVERRIDE; virtual sal_uInt16 GetEntrySize( SCCOLROW nEntryNo ) const SAL_OVERRIDE; @@ -68,7 +68,7 @@ class ScRowBar : public ScHeaderControl public: ScRowBar( Window* pParent, ScViewData* pData, ScVSplitPos eWhichPos, ScHeaderFunctionSet* pFunc, ScHeaderSelectionEngine* pEng ); - ~ScRowBar(); + virtual ~ScRowBar(); virtual SCCOLROW GetPos() const SAL_OVERRIDE; virtual sal_uInt16 GetEntrySize( SCCOLROW nEntryNo ) const SAL_OVERRIDE; diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx index ee68af959c88..0cf868aacc29 100644 --- a/sc/source/ui/inc/condformatmgr.hxx +++ b/sc/source/ui/inc/condformatmgr.hxx @@ -63,7 +63,7 @@ class ScCondFormatManagerDlg : public ModalDialog { public: ScCondFormatManagerDlg(Window* pParent, ScDocument* pDoc, const ScConditionalFormatList* pFormatList, const ScAddress& rPos); - ~ScCondFormatManagerDlg(); + virtual ~ScCondFormatManagerDlg(); ScConditionalFormatList* GetConditionalFormatList(); diff --git a/sc/source/ui/inc/conflictsdlg.hxx b/sc/source/ui/inc/conflictsdlg.hxx index 63ccc323d6ef..7cc7628e3be2 100644 --- a/sc/source/ui/inc/conflictsdlg.hxx +++ b/sc/source/ui/inc/conflictsdlg.hxx @@ -183,7 +183,7 @@ private: public: ScConflictsDlg( Window* pParent, ScViewData* pViewData, ScDocument* pSharedDoc, ScConflictsList& rConflictsList ); - ~ScConflictsDlg(); + virtual ~ScConflictsDlg(); virtual void Resize() SAL_OVERRIDE; void UpdateView(); diff --git a/sc/source/ui/inc/consdlg.hxx b/sc/source/ui/inc/consdlg.hxx index c244f5334765..38571b998cd7 100644 --- a/sc/source/ui/inc/consdlg.hxx +++ b/sc/source/ui/inc/consdlg.hxx @@ -41,7 +41,7 @@ class ScConsolidateDlg : public ScAnyRefDlg public: ScConsolidateDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, const SfxItemSet& rArgSet ); - ~ScConsolidateDlg(); + virtual ~ScConsolidateDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx index e7c0eaff861e..4c91760e8fc5 100644 --- a/sc/source/ui/inc/content.hxx +++ b/sc/source/ui/inc/content.hxx @@ -123,7 +123,7 @@ protected: public: ScContentTree( Window* pParent, const ResId& rResId ); - ~ScContentTree(); + virtual ~ScContentTree(); OUString getAltLongDescText(SvTreeListEntry* pEntry, bool isAltText) const; OUString GetEntryAltText( SvTreeListEntry* pEntry ) const SAL_OVERRIDE; diff --git a/sc/source/ui/inc/crnrdlg.hxx b/sc/source/ui/inc/crnrdlg.hxx index 649ee89420cf..cd3adc52b097 100644 --- a/sc/source/ui/inc/crnrdlg.hxx +++ b/sc/source/ui/inc/crnrdlg.hxx @@ -38,7 +38,7 @@ class ScColRowNameRangesDlg : public ScAnyRefDlg public: ScColRowNameRangesDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScViewData* ptrViewData ); - ~ScColRowNameRangesDlg(); + virtual ~ScColRowNameRangesDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/csvruler.hxx b/sc/source/ui/inc/csvruler.hxx index 6bef36804068..be81d3db8a54 100644 --- a/sc/source/ui/inc/csvruler.hxx +++ b/sc/source/ui/inc/csvruler.hxx @@ -60,7 +60,7 @@ private: public: explicit ScCsvRuler( ScCsvControl& rParent ); - ~ScCsvRuler(); + virtual ~ScCsvRuler(); // common ruler handling -------------------------------------------------- public: diff --git a/sc/source/ui/inc/dapitype.hxx b/sc/source/ui/inc/dapitype.hxx index 899e14cb9bda..c4aa3ca6a97a 100644 --- a/sc/source/ui/inc/dapitype.hxx +++ b/sc/source/ui/inc/dapitype.hxx @@ -40,7 +40,7 @@ private: public: ScDataPilotSourceTypeDlg(Window* pParent, bool bEnableExternal); - ~ScDataPilotSourceTypeDlg(); + virtual ~ScDataPilotSourceTypeDlg(); bool IsDatabase() const; bool IsExternal() const; @@ -74,7 +74,7 @@ private: public: ScDataPilotServiceDlg( Window* pParent, const com::sun::star::uno::Sequence<OUString>& rServices ); - ~ScDataPilotServiceDlg(); + virtual ~ScDataPilotServiceDlg(); OUString GetServiceName() const; OUString GetParSource() const; diff --git a/sc/source/ui/inc/datafdlg.hxx b/sc/source/ui/inc/datafdlg.hxx index 56b842123e40..cc3e1c2a4521 100644 --- a/sc/source/ui/inc/datafdlg.hxx +++ b/sc/source/ui/inc/datafdlg.hxx @@ -63,7 +63,7 @@ private: public: ScDataFormDlg( Window* pParent, ScTabViewShell* pTabViewShell); - ~ScDataFormDlg(); + virtual ~ScDataFormDlg(); void FillCtrls(SCROW nCurrentRow); private: diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx index ba51b9e1b98c..85b66f6a1b23 100644 --- a/sc/source/ui/inc/dbnamdlg.hxx +++ b/sc/source/ui/inc/dbnamdlg.hxx @@ -40,7 +40,7 @@ class ScDbNameDlg : public ScAnyRefDlg public: ScDbNameDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScViewData* ptrViewData ); - ~ScDbNameDlg(); + virtual ~ScDbNameDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/delcodlg.hxx b/sc/source/ui/inc/delcodlg.hxx index 35805d95bf5b..1833a10117a5 100644 --- a/sc/source/ui/inc/delcodlg.hxx +++ b/sc/source/ui/inc/delcodlg.hxx @@ -50,7 +50,7 @@ private: public: ScDeleteContentsDlg( Window* pParent, sal_uInt16 nCheckDefaults = 0 ); - ~ScDeleteContentsDlg(); + virtual ~ScDeleteContentsDlg(); void DisableObjects(); sal_uInt16 GetDelContentsCmdBits() const; diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index 7ab516ade8cc..2941b62ac881 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -178,7 +178,7 @@ public: ScDocShell( const ScDocShell& rDocShell ); ScDocShell( const sal_uInt64 i_nSfxCreationFlags = SFXMODEL_EMBEDDED_OBJECT ); - ~ScDocShell(); + virtual ~ScDocShell(); using SotObject::GetInterface; using SfxShell::Activate; // with sal_Bool bMDI diff --git a/sc/source/ui/inc/drawsh.hxx b/sc/source/ui/inc/drawsh.hxx index 965ea0faee5c..8b9ad3dcf48d 100644 --- a/sc/source/ui/inc/drawsh.hxx +++ b/sc/source/ui/inc/drawsh.hxx @@ -52,7 +52,7 @@ public: SFX_DECL_INTERFACE(SCID_DRAW_SHELL) ScDrawShell(ScViewData* pData); - ~ScDrawShell(); + virtual ~ScDrawShell(); void StateDisableItems( SfxItemSet &rSet ); diff --git a/sc/source/ui/inc/drtxtob.hxx b/sc/source/ui/inc/drtxtob.hxx index b7c7d272b74f..97f916ea0659 100644 --- a/sc/source/ui/inc/drtxtob.hxx +++ b/sc/source/ui/inc/drtxtob.hxx @@ -45,7 +45,7 @@ public: SFX_DECL_INTERFACE(SCID_DRAW_TEXT_SHELL) ScDrawTextObjectBar(ScViewData* pData); - ~ScDrawTextObjectBar(); + virtual ~ScDrawTextObjectBar(); void StateDisableItems( SfxItemSet &rSet ); diff --git a/sc/source/ui/inc/dwfunctr.hxx b/sc/source/ui/inc/dwfunctr.hxx index 6fcbdfb0f043..1dc188768de3 100644 --- a/sc/source/ui/inc/dwfunctr.hxx +++ b/sc/source/ui/inc/dwfunctr.hxx @@ -107,7 +107,7 @@ public: Window* pParent, const ResId& rResId ); - ~ScFunctionDockWin(); + virtual ~ScFunctionDockWin(); using SfxDockingWindow::Notify; virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/editsh.hxx b/sc/source/ui/inc/editsh.hxx index f0b3384230d5..154babd12315 100644 --- a/sc/source/ui/inc/editsh.hxx +++ b/sc/source/ui/inc/editsh.hxx @@ -53,7 +53,7 @@ public: SFX_DECL_INTERFACE(SCID_EDIT_SHELL) ScEditShell(EditView* pView, ScViewData* pData); - ~ScEditShell(); + virtual ~ScEditShell(); void SetEditView(EditView* pView); EditView* GetEditView() {return pEditView;} diff --git a/sc/source/ui/inc/filldlg.hxx b/sc/source/ui/inc/filldlg.hxx index 96e080744858..3604f467dff3 100644 --- a/sc/source/ui/inc/filldlg.hxx +++ b/sc/source/ui/inc/filldlg.hxx @@ -45,7 +45,7 @@ public: double fStep, double fMax, sal_uInt16 nPossDir ); - ~ScFillSeriesDlg(); + virtual ~ScFillSeriesDlg(); FillDir GetFillDir() const { return theFillDir; } FillCmd GetFillCmd() const { return theFillCmd; } diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx index 0acb2efc9990..7e1c1f57b4fd 100644 --- a/sc/source/ui/inc/filtdlg.hxx +++ b/sc/source/ui/inc/filtdlg.hxx @@ -57,7 +57,7 @@ class ScFilterDlg : public ScAnyRefDlg public: ScFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, const SfxItemSet& rArgSet ); - ~ScFilterDlg(); + virtual ~ScFilterDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; @@ -165,7 +165,7 @@ class ScSpecialFilterDlg : public ScAnyRefDlg public: ScSpecialFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, const SfxItemSet& rArgSet ); - ~ScSpecialFilterDlg(); + virtual ~ScSpecialFilterDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx index ecc14d2bc7db..8a18ba8fa9a8 100644 --- a/sc/source/ui/inc/formula.hxx +++ b/sc/source/ui/inc/formula.hxx @@ -56,7 +56,7 @@ class ScFormulaDlg : public formula::FormulaDlg, public: ScFormulaDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScViewData* pViewData ,formula::IFunctionManager* _pFunctionMgr); - ~ScFormulaDlg(); + virtual ~ScFormulaDlg(); // IFormulaEditorHelper virtual void notifyChange() SAL_OVERRIDE; diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index 4e1091fd88bf..6fa24d70ae20 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -305,7 +305,7 @@ public: enum AutoFilterMode { Normal, Top10, Custom, Empty, NonEmpty, SortAscending, SortDescending }; ScGridWindow( Window* pParent, ScViewData* pData, ScSplitPos eWhichPos ); - ~ScGridWindow(); + virtual ~ScGridWindow(); // #i70788# flush and get overlay rtl::Reference<sdr::overlay::OverlayManager> getOverlayManager(); diff --git a/sc/source/ui/inc/groupdlg.hxx b/sc/source/ui/inc/groupdlg.hxx index beee811022b3..4038b4d9a641 100644 --- a/sc/source/ui/inc/groupdlg.hxx +++ b/sc/source/ui/inc/groupdlg.hxx @@ -31,7 +31,7 @@ class ScGroupDlg : public ModalDialog { public: ScGroupDlg(Window* pParent, bool bUnGroup = false, bool bRows = true); - ~ScGroupDlg(); + virtual ~ScGroupDlg(); bool GetColsChecked() const; diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx index 13d888263088..7f9477423d36 100644 --- a/sc/source/ui/inc/hdrcont.hxx +++ b/sc/source/ui/inc/hdrcont.hxx @@ -103,7 +103,7 @@ protected: public: ScHeaderControl( Window* pParent, SelectionEngine* pSelectionEngine, SCCOLROW nNewSize, bool bNewVertical ); - ~ScHeaderControl(); + virtual ~ScHeaderControl(); void SetIgnoreMove(bool bSet) { bIgnoreMove = bSet; } diff --git a/sc/source/ui/inc/highred.hxx b/sc/source/ui/inc/highred.hxx index beaaf11a0d7f..ea6b85e9c08e 100644 --- a/sc/source/ui/inc/highred.hxx +++ b/sc/source/ui/inc/highred.hxx @@ -84,7 +84,7 @@ public: ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScViewData* ptrViewData); - ~ScHighlightChgDlg(); + virtual ~ScHighlightChgDlg(); virtual void SetActive() SAL_OVERRIDE; virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/hintwin.hxx b/sc/source/ui/inc/hintwin.hxx index 08df23fbfbf9..5c0640377ccb 100644 --- a/sc/source/ui/inc/hintwin.hxx +++ b/sc/source/ui/inc/hintwin.hxx @@ -37,7 +37,7 @@ protected: public: ScHintWindow( Window* pParent, const OUString& rTit, const OUString& rMsg ); - ~ScHintWindow(); + virtual ~ScHintWindow(); }; diff --git a/sc/source/ui/inc/inscldlg.hxx b/sc/source/ui/inc/inscldlg.hxx index 7e44c86a5dc9..3e4d2bcc1c93 100644 --- a/sc/source/ui/inc/inscldlg.hxx +++ b/sc/source/ui/inc/inscldlg.hxx @@ -39,7 +39,7 @@ private: public: ScInsertCellDlg( Window* pParent,sal_Bool bDisallowCellMove = false ); - ~ScInsertCellDlg(); + virtual ~ScInsertCellDlg(); InsCellCmd GetInsCellCmd() const; }; diff --git a/sc/source/ui/inc/inscodlg.hxx b/sc/source/ui/inc/inscodlg.hxx index cc508f7ec6b8..fbff56c0eb03 100644 --- a/sc/source/ui/inc/inscodlg.hxx +++ b/sc/source/ui/inc/inscodlg.hxx @@ -34,7 +34,7 @@ public: ScInsertContentsDlg( Window* pParent, sal_uInt16 nCheckDefaults = 0, const OUString* pStrTitle = NULL ); - ~ScInsertContentsDlg(); + virtual ~ScInsertContentsDlg(); sal_uInt16 GetInsContentsCmdBits() const; sal_uInt16 GetFormulaCmdBits() const; diff --git a/sc/source/ui/inc/instbdlg.hxx b/sc/source/ui/inc/instbdlg.hxx index 275882a7375a..17cfedc43a87 100644 --- a/sc/source/ui/inc/instbdlg.hxx +++ b/sc/source/ui/inc/instbdlg.hxx @@ -45,7 +45,7 @@ class ScInsertTableDlg : public ModalDialog { public: ScInsertTableDlg( Window* pParent, ScViewData& rViewData, SCTAB nTabCount, bool bFromFile ); - ~ScInsertTableDlg(); + virtual ~ScInsertTableDlg(); virtual short Execute() SAL_OVERRIDE; // overloaded to set parent dialog diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx index 57c528c02e55..45f53c41f7e0 100644 --- a/sc/source/ui/inc/linkarea.hxx +++ b/sc/source/ui/inc/linkarea.hxx @@ -65,7 +65,7 @@ private: public: ScLinkedAreaDlg( Window* pParent ); - ~ScLinkedAreaDlg(); + virtual ~ScLinkedAreaDlg(); void InitFromOldLink( const OUString& rFile, const OUString& rFilter, const OUString& rOptions, const OUString& rSource, diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx index 1f0d729c8c8f..8906d0a250e5 100644 --- a/sc/source/ui/inc/mvtabdlg.hxx +++ b/sc/source/ui/inc/mvtabdlg.hxx @@ -34,7 +34,7 @@ class ScMoveTableDlg : public ModalDialog { public: ScMoveTableDlg(Window* pParent, const OUString& rDefault); - ~ScMoveTableDlg(); + virtual ~ScMoveTableDlg(); sal_uInt16 GetSelectedDocument () const; SCTAB GetSelectedTable () const; diff --git a/sc/source/ui/inc/navipi.hxx b/sc/source/ui/inc/navipi.hxx index 9be37331d3ec..736da5b47dee 100644 --- a/sc/source/ui/inc/navipi.hxx +++ b/sc/source/ui/inc/navipi.hxx @@ -101,7 +101,7 @@ class ScScenarioWindow : public Window { public: ScScenarioWindow( Window* pParent, const OUString& aQH_List, const OUString& aQH_Comment); - ~ScScenarioWindow(); + virtual ~ScScenarioWindow(); void NotifyState( const SfxPoolItem* pState ); void SetComment( const OUString& rComment ) @@ -125,7 +125,7 @@ class ColumnEdit : public SpinField { public: ColumnEdit( ScNavigatorDlg* pParent, const ResId& rResId ); - ~ColumnEdit(); + virtual ~ColumnEdit(); SCCOL GetCol() { return nCol; } void SetCol( SCCOL nColNo ); @@ -158,7 +158,7 @@ class RowEdit : public NumericField { public: RowEdit( ScNavigatorDlg* pParent, const ResId& rResId ); - ~RowEdit(); + virtual ~RowEdit(); SCROW GetRow() { return (SCROW)GetValue(); } void SetRow( SCROW nRow ){ SetValue( nRow ); } @@ -181,7 +181,7 @@ class ScDocListBox : public ListBox { public: ScDocListBox( ScNavigatorDlg* pParent, const ResId& rResId ); - ~ScDocListBox(); + virtual ~ScDocListBox(); protected: virtual void Select() SAL_OVERRIDE; @@ -198,7 +198,7 @@ class CommandToolBox : public ToolBox { public: CommandToolBox( ScNavigatorDlg* pParent, const ResId& rResId ); - ~CommandToolBox(); + virtual ~CommandToolBox(); void Select( sal_uInt16 nId ); void UpdateButtons(); @@ -322,7 +322,7 @@ protected: public: ScNavigatorDlg( SfxBindings* pB, SfxChildWindowContext* pCW, Window* pParent, const bool bUseStyleSettingsBackground); - ~ScNavigatorDlg(); + virtual ~ScNavigatorDlg(); using Window::Notify; virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/opredlin.hxx b/sc/source/ui/inc/opredlin.hxx index 6fd10b228aa6..7362b9a34699 100644 --- a/sc/source/ui/inc/opredlin.hxx +++ b/sc/source/ui/inc/opredlin.hxx @@ -47,7 +47,7 @@ class ScRedlineOptionsTabPage : public SfxTabPage public: ScRedlineOptionsTabPage( Window* pParent, const SfxItemSet& rSet ); - ~ScRedlineOptionsTabPage(); + virtual ~ScRedlineOptionsTabPage(); static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet ); diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx index 03435f32bd18..cb7ba6ee34b6 100644 --- a/sc/source/ui/inc/optsolver.hxx +++ b/sc/source/ui/inc/optsolver.hxx @@ -98,7 +98,7 @@ class ScOptSolverDlg : public ScAnyRefDlg public: ScOptSolverDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScDocShell* pDocSh, ScAddress aCursorPos ); - ~ScOptSolverDlg(); + virtual ~ScOptSolverDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; virtual bool IsRefInputMode() const SAL_OVERRIDE; diff --git a/sc/source/ui/inc/pfiltdlg.hxx b/sc/source/ui/inc/pfiltdlg.hxx index a9731c66ebb4..8d7c701a418a 100644 --- a/sc/source/ui/inc/pfiltdlg.hxx +++ b/sc/source/ui/inc/pfiltdlg.hxx @@ -43,7 +43,7 @@ class ScPivotFilterDlg : public ModalDialog { public: ScPivotFilterDlg(Window* pParent, const SfxItemSet& rArgSet, SCTAB nSourceTab); - ~ScPivotFilterDlg(); + virtual ~ScPivotFilterDlg(); const ScQueryItem& GetOutputItem(); diff --git a/sc/source/ui/inc/pgbrksh.hxx b/sc/source/ui/inc/pgbrksh.hxx index bccfe08e25cf..79ac5e9257e4 100644 --- a/sc/source/ui/inc/pgbrksh.hxx +++ b/sc/source/ui/inc/pgbrksh.hxx @@ -34,7 +34,7 @@ public: SFX_DECL_INTERFACE(SCID_PAGEBREAK_SHELL) ScPageBreakShell( ScTabViewShell* pView ); - ~ScPageBreakShell(); + virtual ~ScPageBreakShell(); }; diff --git a/sc/source/ui/inc/pivotsh.hxx b/sc/source/ui/inc/pivotsh.hxx index 4662611db293..cfc708c50696 100644 --- a/sc/source/ui/inc/pivotsh.hxx +++ b/sc/source/ui/inc/pivotsh.hxx @@ -35,7 +35,7 @@ public: SFX_DECL_INTERFACE(SCID_PIVOT_SHELL) ScPivotShell( ScTabViewShell* pView ); - ~ScPivotShell(); + virtual ~ScPivotShell(); void Execute ( SfxRequest& rReq ); void GetState( SfxItemSet& rSet ); diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx index ae907c83c1c8..00787a050eed 100644 --- a/sc/source/ui/inc/preview.hxx +++ b/sc/source/ui/inc/preview.hxx @@ -118,7 +118,7 @@ protected: public: ScPreview( Window* pParent, ScDocShell* pDocSh, ScPreviewShell* pViewSh ); - ~ScPreview(); + virtual ~ScPreview(); virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/reffact.hxx b/sc/source/ui/inc/reffact.hxx index be5ad517c77d..f0e697ae10f0 100644 --- a/sc/source/ui/inc/reffact.hxx +++ b/sc/source/ui/inc/reffact.hxx @@ -158,7 +158,7 @@ class SC_DLLPUBLIC ScValidityRefChildWin : public SfxChildWindow public: ScValidityRefChildWin( Window*, sal_uInt16, SfxBindings*, SfxChildWinInfo* ); SFX_DECL_CHILDWINDOW_WITHID(ScValidityRefChildWin); - ~ScValidityRefChildWin(); + virtual ~ScValidityRefChildWin(); bool LockVisible( bool bLock ){ bool bVis = m_bVisibleLock; m_bVisibleLock = bLock; return bVis; } bool LockFreeWindow( bool bLock ){ bool bFreeWindow = m_bFreeWindowLock; m_bFreeWindowLock = bLock; return bFreeWindow; } void Hide() SAL_OVERRIDE { if( !m_bVisibleLock) SfxChildWindow::Hide(); } diff --git a/sc/source/ui/inc/scuiasciiopt.hxx b/sc/source/ui/inc/scuiasciiopt.hxx index 33095fa140fa..796348f9d600 100644 --- a/sc/source/ui/inc/scuiasciiopt.hxx +++ b/sc/source/ui/inc/scuiasciiopt.hxx @@ -84,7 +84,7 @@ public: ScImportAsciiDlg( Window* pParent, const OUString& aDatName, SvStream* pInStream, ScImportAsciiCall eCall ); - ~ScImportAsciiDlg(); + virtual ~ScImportAsciiDlg(); void GetOptions( ScAsciiOptions& rOpt ); void SaveParameters(); diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx index 721dc0fe80aa..a6c7dbd94d89 100644 --- a/sc/source/ui/inc/scuiimoptdlg.hxx +++ b/sc/source/ui/inc/scuiimoptdlg.hxx @@ -39,7 +39,7 @@ public: bool bOnlyDbtoolsEncodings = false, bool bImport = true ); - ~ScImportOptionsDlg(); + virtual ~ScImportOptionsDlg(); void GetImportOptions( ScImportOptions& rOptions ) const; diff --git a/sc/source/ui/inc/sharedocdlg.hxx b/sc/source/ui/inc/sharedocdlg.hxx index bfc93121df91..35b66bdf3b0b 100644 --- a/sc/source/ui/inc/sharedocdlg.hxx +++ b/sc/source/ui/inc/sharedocdlg.hxx @@ -51,7 +51,7 @@ private: public: ScShareDocumentDlg( Window* pParent, ScViewData* pViewData ); - ~ScShareDocumentDlg(); + virtual ~ScShareDocumentDlg(); bool IsShareDocumentChecked() const; void UpdateView(); diff --git a/sc/source/ui/inc/simpref.hxx b/sc/source/ui/inc/simpref.hxx index 79e59806614c..6d20fe916f83 100644 --- a/sc/source/ui/inc/simpref.hxx +++ b/sc/source/ui/inc/simpref.hxx @@ -73,7 +73,7 @@ protected: public: ScSimpleRefDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScViewData* ptrViewData ); - ~ScSimpleRefDlg(); + virtual ~ScSimpleRefDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/solveroptions.hxx b/sc/source/ui/inc/solveroptions.hxx index 74925d73e581..39a92d864258 100644 --- a/sc/source/ui/inc/solveroptions.hxx +++ b/sc/source/ui/inc/solveroptions.hxx @@ -62,7 +62,7 @@ public: const com::sun::star::uno::Sequence<OUString>& rDescriptions, const OUString& rEngine, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& rProperties ); - ~ScSolverOptionsDialog(); + virtual ~ScSolverOptionsDialog(); const OUString& GetEngine() const; const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& GetProperties(); diff --git a/sc/source/ui/inc/solvrdlg.hxx b/sc/source/ui/inc/solvrdlg.hxx index 9a12cbd6b73f..69fdfe5f576d 100644 --- a/sc/source/ui/inc/solvrdlg.hxx +++ b/sc/source/ui/inc/solvrdlg.hxx @@ -47,7 +47,7 @@ public: ScSolverDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScDocument* pDocument, ScAddress aCursorPos ); - ~ScSolverDlg(); + virtual ~ScSolverDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; virtual bool IsRefInputMode() const SAL_OVERRIDE; diff --git a/sc/source/ui/inc/tabcont.hxx b/sc/source/ui/inc/tabcont.hxx index 9ea153dabb0c..87cbd2f44fe5 100644 --- a/sc/source/ui/inc/tabcont.hxx +++ b/sc/source/ui/inc/tabcont.hxx @@ -67,7 +67,7 @@ protected: public: ScTabControl( Window* pParent, ScViewData* pData ); - ~ScTabControl(); + virtual ~ScTabControl(); using TabBar::StartDrag; diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx index b591f5d303c1..14126effd5ea 100644 --- a/sc/source/ui/inc/tabopdlg.hxx +++ b/sc/source/ui/inc/tabopdlg.hxx @@ -48,7 +48,7 @@ public: ScTabOpDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScDocument* pDocument, const ScRefAddress& rCursorPos ); - ~ScTabOpDlg(); + virtual ~ScTabOpDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; virtual bool IsRefInputMode() const SAL_OVERRIDE { return true; } diff --git a/sc/source/ui/inc/tabsplit.hxx b/sc/source/ui/inc/tabsplit.hxx index d12b822ef8ab..045dfa2bb43e 100644 --- a/sc/source/ui/inc/tabsplit.hxx +++ b/sc/source/ui/inc/tabsplit.hxx @@ -40,7 +40,7 @@ protected: public: ScTabSplitter( Window* pParent, WinBits nWinStyle, ScViewData* pData ); - ~ScTabSplitter(); + virtual ~ScTabSplitter(); void SetFixed(bool bSet); virtual void Paint( const Rectangle& rPaintRect ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx index 5b814a32cbdf..b4fb5b350564 100644 --- a/sc/source/ui/inc/tabview.hxx +++ b/sc/source/ui/inc/tabview.hxx @@ -75,7 +75,7 @@ protected: virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE; public: ScCornerButton( Window* pParent, ScViewData* pData, bool bAdditional ); - ~ScCornerButton(); + virtual ~ScCornerButton(); virtual void StateChanged( StateChangedType nType ) SAL_OVERRIDE; virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/tbinsert.hxx b/sc/source/ui/inc/tbinsert.hxx index b90508a8932b..c1826098303c 100644 --- a/sc/source/ui/inc/tbinsert.hxx +++ b/sc/source/ui/inc/tbinsert.hxx @@ -33,7 +33,7 @@ public: SFX_DECL_TOOLBOX_CONTROL(); ScTbxInsertCtrl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rBox ); - ~ScTbxInsertCtrl(); + virtual ~ScTbxInsertCtrl(); virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE; virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE; diff --git a/sc/source/ui/inc/tbzoomsliderctrl.hxx b/sc/source/ui/inc/tbzoomsliderctrl.hxx index 36f8806d18f2..9b03f3973efa 100644 --- a/sc/source/ui/inc/tbzoomsliderctrl.hxx +++ b/sc/source/ui/inc/tbzoomsliderctrl.hxx @@ -32,7 +32,7 @@ class ScZoomSliderControl: public SfxToolBoxControl public: SFX_DECL_TOOLBOX_CONTROL(); ScZoomSliderControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ); - ~ScZoomSliderControl(); + virtual ~ScZoomSliderControl(); virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE; virtual Window* CreateItemWindow( Window *pParent ) SAL_OVERRIDE; @@ -54,7 +54,7 @@ private: public: ScZoomSliderWnd( Window* pParent, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider >& rDispatchProvider, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _xFrame , sal_uInt16 nCurrentZoom ); - ~ScZoomSliderWnd(); + virtual ~ScZoomSliderWnd(); void UpdateFromItem( const SvxZoomSliderItem* pZoomSliderItem ); protected: diff --git a/sc/source/ui/inc/tpcalc.hxx b/sc/source/ui/inc/tpcalc.hxx index ef92df213d7f..135b1c3254f5 100644 --- a/sc/source/ui/inc/tpcalc.hxx +++ b/sc/source/ui/inc/tpcalc.hxx @@ -45,7 +45,7 @@ public: private: ScTpCalcOptions( Window* pParent, const SfxItemSet& rCoreSet ); - ~ScTpCalcOptions(); + virtual ~ScTpCalcOptions(); private: CheckBox* m_pBtnIterate; diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx index c055d29cb4ac..51ee0e72ad05 100644 --- a/sc/source/ui/inc/tphfedit.hxx +++ b/sc/source/ui/inc/tphfedit.hxx @@ -56,7 +56,7 @@ class SC_DLLPUBLIC ScEditWindow : public Control { public: ScEditWindow( Window* pParent, WinBits nBits , ScEditWindowLocation eLoc ); - ~ScEditWindow(); + virtual ~ScEditWindow(); using Control::SetFont; void SetFont( const ScPatternAttr& rPattern ); diff --git a/sc/source/ui/inc/tpprint.hxx b/sc/source/ui/inc/tpprint.hxx index 1a1f8f67ea9b..9d9f3bfb1624 100644 --- a/sc/source/ui/inc/tpprint.hxx +++ b/sc/source/ui/inc/tpprint.hxx @@ -32,7 +32,7 @@ class ScTpPrintOptions : public SfxTabPage CheckBox* m_pForceBreaksCB; ScTpPrintOptions( Window* pParent, const SfxItemSet& rCoreSet ); - ~ScTpPrintOptions(); + virtual ~ScTpPrintOptions(); public: static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet ); diff --git a/sc/source/ui/inc/tpstat.hxx b/sc/source/ui/inc/tpstat.hxx index 45eab5f19816..452237d2a010 100644 --- a/sc/source/ui/inc/tpstat.hxx +++ b/sc/source/ui/inc/tpstat.hxx @@ -36,7 +36,7 @@ public: private: ScDocStatPage( Window *pParent, const SfxItemSet& rSet ); - ~ScDocStatPage(); + virtual ~ScDocStatPage(); protected: virtual bool FillItemSet( SfxItemSet& rSet ) SAL_OVERRIDE; diff --git a/sc/source/ui/inc/tpusrlst.hxx b/sc/source/ui/inc/tpusrlst.hxx index 0113cbad7ec9..4b9b20c4366d 100644 --- a/sc/source/ui/inc/tpusrlst.hxx +++ b/sc/source/ui/inc/tpusrlst.hxx @@ -45,7 +45,7 @@ public: private: ScTpUserLists( Window* pParent, const SfxItemSet& rArgSet ); - ~ScTpUserLists(); + virtual ~ScTpUserLists(); private: FixedText* mpFtLists; diff --git a/sc/source/ui/inc/tpview.hxx b/sc/source/ui/inc/tpview.hxx index 23e58d3c4b6a..0861c17e18e4 100644 --- a/sc/source/ui/inc/tpview.hxx +++ b/sc/source/ui/inc/tpview.hxx @@ -70,7 +70,7 @@ class ScTpContentOptions : public SfxTabPage ScTpContentOptions( Window* pParent, const SfxItemSet& rArgSet ); - ~ScTpContentOptions(); + virtual ~ScTpContentOptions(); public: static SfxTabPage* Create ( Window* pParent, @@ -120,7 +120,7 @@ class ScTpLayoutOptions : public SfxTabPage ScTpLayoutOptions( Window* pParent, const SfxItemSet& rArgSet ); - ~ScTpLayoutOptions(); + virtual ~ScTpLayoutOptions(); public: static SfxTabPage* Create ( Window* pParent, diff --git a/sc/source/ui/inc/uiitems.hxx b/sc/source/ui/inc/uiitems.hxx index 8db73da30261..6124de524fa4 100644 --- a/sc/source/ui/inc/uiitems.hxx +++ b/sc/source/ui/inc/uiitems.hxx @@ -63,7 +63,7 @@ public: const OUString& rString, const EditTextObject* pData ); ScInputStatusItem( const ScInputStatusItem& rItem ); - ~ScInputStatusItem(); + virtual ~ScInputStatusItem(); virtual OUString GetValueText() const; @@ -106,7 +106,7 @@ class ScTablesHint : public SfxHint public: TYPEINFO_OVERRIDE(); ScTablesHint(sal_uInt16 nNewId, SCTAB nTable1, SCTAB nTable2=0); - ~ScTablesHint(); + virtual ~ScTablesHint(); sal_uInt16 GetId() const { return nId; } SCTAB GetTab1() const { return nTab1; } @@ -121,7 +121,7 @@ class ScEditViewHint : public SfxHint public: TYPEINFO_OVERRIDE(); ScEditViewHint( ScEditEngineDefaulter* pEngine, const ScAddress& rCurPos ); - ~ScEditViewHint(); + virtual ~ScEditViewHint(); SCCOL GetCol() const { return aCursorPos.Col(); } SCROW GetRow() const { return aCursorPos.Row(); } @@ -140,7 +140,7 @@ class ScIndexHint : public SfxHint public: TYPEINFO_OVERRIDE(); ScIndexHint(sal_uInt16 nNewId, sal_uInt16 nIdx); - ~ScIndexHint(); + virtual ~ScIndexHint(); sal_uInt16 GetId() const { return nId; } sal_uInt16 GetIndex() const { return nIndex; } @@ -159,7 +159,7 @@ public: ScSortItem( sal_uInt16 nWhich, const ScSortParam* pSortData ); ScSortItem( const ScSortItem& rItem ); - ~ScSortItem(); + virtual ~ScSortItem(); virtual OUString GetValueText() const; virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; @@ -186,7 +186,7 @@ public: ScQueryItem( sal_uInt16 nWhich, const ScQueryParam* pQueryData ); ScQueryItem( const ScQueryItem& rItem ); - ~ScQueryItem(); + virtual ~ScQueryItem(); virtual OUString GetValueText() const; virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; @@ -217,7 +217,7 @@ public: ScSubTotalItem( sal_uInt16 nWhich, const ScSubTotalParam* pSubTotalData ); ScSubTotalItem( const ScSubTotalItem& rItem ); - ~ScSubTotalItem(); + virtual ~ScSubTotalItem(); virtual OUString GetValueText() const; virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; @@ -240,7 +240,7 @@ public: TYPEINFO_OVERRIDE(); ScUserListItem( sal_uInt16 nWhich ); ScUserListItem( const ScUserListItem& rItem ); - ~ScUserListItem(); + virtual ~ScUserListItem(); virtual OUString GetValueText() const; virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; @@ -262,7 +262,7 @@ public: ScConsolidateItem( sal_uInt16 nWhich, const ScConsolidateParam* pParam ); ScConsolidateItem( const ScConsolidateItem& rItem ); - ~ScConsolidateItem(); + virtual ~ScConsolidateItem(); virtual OUString GetValueText() const; virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; @@ -283,7 +283,7 @@ public: ScPivotItem( sal_uInt16 nWhich, const ScDPSaveData* pData, const ScRange* pRange, bool bNew ); ScPivotItem( const ScPivotItem& rItem ); - ~ScPivotItem(); + virtual ~ScPivotItem(); virtual OUString GetValueText() const; virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; @@ -308,7 +308,7 @@ public: ScSolveItem( sal_uInt16 nWhich, const ScSolveParam* pParam ); ScSolveItem( const ScSolveItem& rItem ); - ~ScSolveItem(); + virtual ~ScSolveItem(); virtual OUString GetValueText() const; virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; @@ -329,7 +329,7 @@ public: ScTabOpItem( sal_uInt16 nWhich, const ScTabOpParam* pParam ); ScTabOpItem( const ScTabOpItem& rItem ); - ~ScTabOpItem(); + virtual ~ScTabOpItem(); virtual OUString GetValueText() const; virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; diff --git a/sc/source/ui/inc/validate.hxx b/sc/source/ui/inc/validate.hxx index 32399983a8cb..e7f8e52da356 100644 --- a/sc/source/ui/inc/validate.hxx +++ b/sc/source/ui/inc/validate.hxx @@ -275,7 +275,7 @@ private: public: ScTPValidationHelp( Window* pParent, const SfxItemSet& rArgSet ); - ~ScTPValidationHelp(); + virtual ~ScTPValidationHelp(); static SfxTabPage* Create ( Window* pParent, const SfxItemSet& rArgSet ); static sal_uInt16* GetRanges (); @@ -303,7 +303,7 @@ private: public: ScTPValidationError( Window* pParent, const SfxItemSet& rArgSet ); - ~ScTPValidationError(); + virtual ~ScTPValidationError(); static SfxTabPage* Create ( Window* pParent, const SfxItemSet& rArgSet ); static sal_uInt16* GetRanges (); diff --git a/sc/source/ui/unoobj/celllistsource.hxx b/sc/source/ui/unoobj/celllistsource.hxx index 2ad51cab9a3e..a138f6bbcdde 100644 --- a/sc/source/ui/unoobj/celllistsource.hxx +++ b/sc/source/ui/unoobj/celllistsource.hxx @@ -78,7 +78,7 @@ namespace calc using OCellListSource_PBase::getFastPropertyValue; protected: - ~OCellListSource( ); + virtual ~OCellListSource( ); protected: // XInterface diff --git a/sc/source/ui/unoobj/cellvaluebinding.hxx b/sc/source/ui/unoobj/cellvaluebinding.hxx index 9d2a0649b12f..805f24a07f22 100644 --- a/sc/source/ui/unoobj/cellvaluebinding.hxx +++ b/sc/source/ui/unoobj/cellvaluebinding.hxx @@ -84,7 +84,7 @@ namespace calc using OCellValueBinding_PBase::getFastPropertyValue; protected: - ~OCellValueBinding( ); + virtual ~OCellValueBinding( ); protected: // XInterface diff --git a/sc/source/ui/unoobj/fielduno.cxx b/sc/source/ui/unoobj/fielduno.cxx index 1d759b7cb3c6..a84e8b885c13 100644 --- a/sc/source/ui/unoobj/fielduno.cxx +++ b/sc/source/ui/unoobj/fielduno.cxx @@ -178,7 +178,7 @@ class ScUnoEditEngine : public ScEditEngineDefaulter public: ScUnoEditEngine(ScEditEngineDefaulter* pSource); - ~ScUnoEditEngine(); + virtual ~ScUnoEditEngine(); virtual OUString CalcFieldValue( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos, Color*& rTxtColor, Color*& rFldColor ) SAL_OVERRIDE; diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 2c279610f8e5..5e5a4292102b 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -220,7 +220,7 @@ protected: public: ScFilterListBox( Window* pParent, ScGridWindow* pGrid, SCCOL nNewCol, SCROW nNewRow, ScFilterBoxMode eNewMode ); - ~ScFilterListBox(); + virtual ~ScFilterListBox(); virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; virtual void Select() SAL_OVERRIDE; |