summaryrefslogtreecommitdiff
path: root/include/connectivity/PColumn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/PColumn.hxx')
-rw-r--r--include/connectivity/PColumn.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/PColumn.hxx b/include/connectivity/PColumn.hxx
index 76d61eee986f..153b57a53054 100644
--- a/include/connectivity/PColumn.hxx
+++ b/include/connectivity/PColumn.hxx
@@ -55,7 +55,7 @@ namespace connectivity
virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const override;
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() override;
- virtual ~OParseColumn();
+ virtual ~OParseColumn() override;
public:
OParseColumn(const css::uno::Reference< css::beans::XPropertySet>& _xColumn, bool _bCase);
OParseColumn(const OUString& Name,
@@ -122,7 +122,7 @@ namespace connectivity
virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const override;
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() override;
- virtual ~OOrderColumn();
+ virtual ~OOrderColumn() override;
public:
OOrderColumn(
const css::uno::Reference< css::beans::XPropertySet>& _xColumn,