summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/propertybag.hxx2
-rw-r--r--include/connectivity/sqlparse.hxx2
-rw-r--r--include/dbaccess/dbaundomanager.hxx2
-rw-r--r--include/oox/export/chartexport.hxx1
-rw-r--r--include/sfx2/frame.hxx2
-rw-r--r--include/svtools/javacontext.hxx2
-rw-r--r--include/svtools/javainteractionhandler.hxx2
-rw-r--r--include/svx/sdrmasterpagedescriptor.hxx2
-rw-r--r--include/svx/svdmark.hxx2
-rw-r--r--include/vcl/filter/pdfdocument.hxx2
10 files changed, 9 insertions, 10 deletions
diff --git a/include/comphelper/propertybag.hxx b/include/comphelper/propertybag.hxx
index 3cf9de9ff360..26b8368d769c 100644
--- a/include/comphelper/propertybag.hxx
+++ b/include/comphelper/propertybag.hxx
@@ -45,7 +45,7 @@ namespace comphelper
bool m_bAllowEmptyPropertyName;
public:
PropertyBag();
- virtual ~PropertyBag();
+ ~PropertyBag();
/** allow adding property with empty string as name
(by default, such names are rejected with IllegalActionException).
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index 790da073aad5..9be35c456d10 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -58,7 +58,7 @@ namespace connectivity
public:
OParseContext();
- virtual ~OParseContext();
+ ~OParseContext();
// retrieves language specific error messages
virtual OUString getErrorMessage(ErrorCode _eCodes) const override;
diff --git a/include/dbaccess/dbaundomanager.hxx b/include/dbaccess/dbaundomanager.hxx
index c1b2c05c9db2..92f3096efa86 100644
--- a/include/dbaccess/dbaundomanager.hxx
+++ b/include/dbaccess/dbaundomanager.hxx
@@ -53,7 +53,7 @@ namespace dbaui
{
public:
DBACCESS_DLLPUBLIC UndoManager( ::cppu::OWeakObject& i_parent, ::osl::Mutex& i_mutex );
- virtual ~UndoManager();
+ ~UndoManager();
DBACCESS_DLLPUBLIC SfxUndoManager& GetSfxUndoManager() const;
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 2e11299ed20c..3359a44f7516 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -280,7 +280,6 @@ public:
OOX_DLLPUBLIC ChartExport( sal_Int32 nXmlNamespace, ::sax_fastparser::FSHelperPtr pFS, css::uno::Reference< css::frame::XModel > const & xModel,
::oox::core::XmlFilterBase* pFB, DocumentType eDocumentType );
- virtual ~ChartExport() {}
OOX_DLLPUBLIC void SetURLTranslator(const std::shared_ptr<URLTransformer>& pTransformer);
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx
index f78f51509d4f..69b6dd36252c 100644
--- a/include/sfx2/frame.hxx
+++ b/include/sfx2/frame.hxx
@@ -72,7 +72,7 @@ private:
std::unique_ptr< SfxFrame_Impl > m_pImpl;
VclPtr<vcl::Window> m_pWindow;
- virtual ~SfxFrame();
+ ~SfxFrame();
SAL_DLLPRIVATE SfxFrame( vcl::Window& i_rContainerWindow );
diff --git a/include/svtools/javacontext.hxx b/include/svtools/javacontext.hxx
index 124b191fd540..462aaddc13ef 100644
--- a/include/svtools/javacontext.hxx
+++ b/include/svtools/javacontext.hxx
@@ -43,7 +43,7 @@ namespace svt
nothing happens.
*/
JavaContext( const css::uno::Reference< css::uno::XCurrentContext> & ctx );
- virtual ~JavaContext();
+ ~JavaContext();
// XInterface
virtual css::uno::Any SAL_CALL queryInterface(
diff --git a/include/svtools/javainteractionhandler.hxx b/include/svtools/javainteractionhandler.hxx
index 53974d282993..8766c7eac001 100644
--- a/include/svtools/javainteractionhandler.hxx
+++ b/include/svtools/javainteractionhandler.hxx
@@ -53,7 +53,7 @@ private:
oslInterlockedCount m_aRefCount;
JavaInteractionHandler(JavaInteractionHandler const&) = delete;
JavaInteractionHandler& operator = (JavaInteractionHandler const &) = delete;
- SVT_DLLPRIVATE virtual ~JavaInteractionHandler();
+ SVT_DLLPRIVATE ~JavaInteractionHandler();
};
}
diff --git a/include/svx/sdrmasterpagedescriptor.hxx b/include/svx/sdrmasterpagedescriptor.hxx
index 9be1e663bcff..aa2e08a1516a 100644
--- a/include/svx/sdrmasterpagedescriptor.hxx
+++ b/include/svx/sdrmasterpagedescriptor.hxx
@@ -45,7 +45,7 @@ namespace sdr
public:
MasterPageDescriptor(SdrPage& aOwnerPage, SdrPage& aUsedPage);
- virtual ~MasterPageDescriptor();
+ ~MasterPageDescriptor();
// ViewContact part
sdr::contact::ViewContact& GetViewContact() const;
diff --git a/include/svx/svdmark.hxx b/include/svx/svdmark.hxx
index 5c7fce68efff..2608050166f0 100644
--- a/include/svx/svdmark.hxx
+++ b/include/svx/svdmark.hxx
@@ -55,7 +55,7 @@ class SVXCORE_DLLPUBLIC SdrMark final : public sdr::ObjectUser
public:
explicit SdrMark(SdrObject* pNewObj = nullptr, SdrPageView* pNewPageView = nullptr);
SAL_DLLPRIVATE SdrMark(const SdrMark& rMark);
- virtual ~SdrMark();
+ ~SdrMark();
// Derived from ObjectUser
SAL_DLLPRIVATE virtual void ObjectInDestruction(const SdrObject& rObject) override;
diff --git a/include/vcl/filter/pdfdocument.hxx b/include/vcl/filter/pdfdocument.hxx
index 961468668a2a..b7ce0b1b339b 100644
--- a/include/vcl/filter/pdfdocument.hxx
+++ b/include/vcl/filter/pdfdocument.hxx
@@ -540,7 +540,7 @@ class VCL_DLLPUBLIC PDFDocument final : public PDFObjectContainer
public:
PDFDocument();
- virtual ~PDFDocument();
+ ~PDFDocument();
PDFDocument& operator=(const PDFDocument&) = delete;
PDFDocument(const PDFDocument&) = delete;
/// @name Low-level functions, to be used by PDFElement subclasses.