summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/sdr/properties/cellproperties.hxx2
-rw-r--r--svx/source/inc/fmtextcontrolshell.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/properties/cellproperties.hxx b/svx/inc/sdr/properties/cellproperties.hxx
index f2531061b024..ba023b9059be 100644
--- a/svx/inc/sdr/properties/cellproperties.hxx
+++ b/svx/inc/sdr/properties/cellproperties.hxx
@@ -34,7 +34,7 @@ class CellTextProvider final : public svx::ITextProvider
{
public:
explicit CellTextProvider(sdr::table::CellRef xCell);
- virtual ~CellTextProvider();
+ ~CellTextProvider();
private:
virtual sal_Int32 getTextCount() const override;
diff --git a/svx/source/inc/fmtextcontrolshell.hxx b/svx/source/inc/fmtextcontrolshell.hxx
index 77ea5c5d2f94..3b0a4896d2cd 100644
--- a/svx/source/inc/fmtextcontrolshell.hxx
+++ b/svx/source/inc/fmtextcontrolshell.hxx
@@ -111,7 +111,7 @@ namespace svx
public:
FmTextControlShell( SfxViewFrame* _pFrame );
- virtual ~FmTextControlShell();
+ ~FmTextControlShell();
// clean up any resources associated with this instance
void dispose();