summaryrefslogtreecommitdiff
path: root/forms/source/richtext
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext')
-rw-r--r--forms/source/richtext/attributedispatcher.hxx2
-rw-r--r--forms/source/richtext/clipboarddispatcher.hxx2
-rw-r--r--forms/source/richtext/featuredispatcher.hxx2
-rw-r--r--forms/source/richtext/parametrizedattributedispatcher.hxx2
-rw-r--r--forms/source/richtext/richtextcontrol.hxx4
-rw-r--r--forms/source/richtext/richtextengine.hxx2
-rw-r--r--forms/source/richtext/richtextunowrapper.hxx4
-rw-r--r--forms/source/richtext/richtextvclcontrol.hxx2
-rw-r--r--forms/source/richtext/specialdispatchers.hxx2
9 files changed, 11 insertions, 11 deletions
diff --git a/forms/source/richtext/attributedispatcher.hxx b/forms/source/richtext/attributedispatcher.hxx
index 36bc578cb91b..c212529a97f9 100644
--- a/forms/source/richtext/attributedispatcher.hxx
+++ b/forms/source/richtext/attributedispatcher.hxx
@@ -62,7 +62,7 @@ namespace frm
void notifyAttributeState( const AttributeState& _rState ) SAL_THROW (());
protected:
- ~OAttributeDispatcher( );
+ virtual ~OAttributeDispatcher( );
protected:
// XDispatch
diff --git a/forms/source/richtext/clipboarddispatcher.hxx b/forms/source/richtext/clipboarddispatcher.hxx
index 42b40dfda60f..c44e005f76cc 100644
--- a/forms/source/richtext/clipboarddispatcher.hxx
+++ b/forms/source/richtext/clipboarddispatcher.hxx
@@ -79,7 +79,7 @@ namespace frm
OPasteClipboardDispatcher( EditView& _rView );
protected:
- ~OPasteClipboardDispatcher();
+ virtual ~OPasteClipboardDispatcher();
// OClipboardDispatcher
virtual sal_Bool implIsEnabled( ) const SAL_OVERRIDE;
diff --git a/forms/source/richtext/featuredispatcher.hxx b/forms/source/richtext/featuredispatcher.hxx
index fe8cde9caa4f..485b8ae8c120 100644
--- a/forms/source/richtext/featuredispatcher.hxx
+++ b/forms/source/richtext/featuredispatcher.hxx
@@ -59,7 +59,7 @@ namespace frm
protected:
ORichTextFeatureDispatcher( EditView& _rView, const ::com::sun::star::util::URL& _rURL );
- ~ORichTextFeatureDispatcher( );
+ virtual ~ORichTextFeatureDispatcher( );
public:
/// clean up resources associated with this instance
diff --git a/forms/source/richtext/parametrizedattributedispatcher.hxx b/forms/source/richtext/parametrizedattributedispatcher.hxx
index 41f1335f21cc..7f2827cd0d4b 100644
--- a/forms/source/richtext/parametrizedattributedispatcher.hxx
+++ b/forms/source/richtext/parametrizedattributedispatcher.hxx
@@ -42,7 +42,7 @@ namespace frm
);
protected:
- ~OParametrizedAttributeDispatcher();
+ virtual ~OParametrizedAttributeDispatcher();
// XDispatch
virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& URL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Arguments ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/forms/source/richtext/richtextcontrol.hxx b/forms/source/richtext/richtextcontrol.hxx
index d048affb1dda..a74e92e5f72f 100644
--- a/forms/source/richtext/richtextcontrol.hxx
+++ b/forms/source/richtext/richtextcontrol.hxx
@@ -52,7 +52,7 @@ namespace frm
ORichTextControl();
protected:
- ~ORichTextControl();
+ virtual ~ORichTextControl();
public:
// XServiceInfo - static version
@@ -113,7 +113,7 @@ namespace frm
protected:
ORichTextPeer();
- ~ORichTextPeer();
+ virtual ~ORichTextPeer();
// XView
void SAL_CALL draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/forms/source/richtext/richtextengine.hxx b/forms/source/richtext/richtextengine.hxx
index 9a81210f8387..d05dc54a7446 100644
--- a/forms/source/richtext/richtextengine.hxx
+++ b/forms/source/richtext/richtextengine.hxx
@@ -56,7 +56,7 @@ namespace frm
static RichTextEngine* Create();
RichTextEngine* Clone();
- ~RichTextEngine( );
+ virtual ~RichTextEngine( );
// for multiplexing the StatusChanged events of the edit engine
void registerEngineStatusListener( IEngineStatusListener* _pListener );
diff --git a/forms/source/richtext/richtextunowrapper.hxx b/forms/source/richtext/richtextunowrapper.hxx
index 166ae2c25fef..95c2c1ea4cbc 100644
--- a/forms/source/richtext/richtextunowrapper.hxx
+++ b/forms/source/richtext/richtextunowrapper.hxx
@@ -49,7 +49,7 @@ namespace frm
ORichTextUnoWrapper( EditEngine& _rEngine, IEngineTextChangeListener* _pTextChangeListener );
protected:
- ~ORichTextUnoWrapper() throw();
+ virtual ~ORichTextUnoWrapper() throw();
private:
@@ -77,7 +77,7 @@ namespace frm
virtual void UpdateData() SAL_OVERRIDE;
protected:
- ~RichTextEditSource();
+ virtual ~RichTextEditSource();
private:
RichTextEditSource( ); // never implemented
diff --git a/forms/source/richtext/richtextvclcontrol.hxx b/forms/source/richtext/richtextvclcontrol.hxx
index ddae0748ef81..139239772b59 100644
--- a/forms/source/richtext/richtextvclcontrol.hxx
+++ b/forms/source/richtext/richtextvclcontrol.hxx
@@ -54,7 +54,7 @@ namespace frm
ITextSelectionListener* _pSelectionListener
);
- ~RichTextControl( );
+ virtual ~RichTextControl( );
/* enables the change notifications for a particular attribute
diff --git a/forms/source/richtext/specialdispatchers.hxx b/forms/source/richtext/specialdispatchers.hxx
index 1e06f1372ef3..69bccf64b81f 100644
--- a/forms/source/richtext/specialdispatchers.hxx
+++ b/forms/source/richtext/specialdispatchers.hxx
@@ -36,7 +36,7 @@ namespace frm
OSelectAllDispatcher( EditView& _rView, const ::com::sun::star::util::URL& _rURL );
protected:
- ~OSelectAllDispatcher();
+ virtual ~OSelectAllDispatcher();
// XDispatch
virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& URL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Arguments )