summaryrefslogtreecommitdiff
path: root/include/svx/unopool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unopool.hxx')
-rw-r--r--include/svx/unopool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unopool.hxx b/include/svx/unopool.hxx
index 99b5199bb3d5..c890d6faf5b6 100644
--- a/include/svx/unopool.hxx
+++ b/include/svx/unopool.hxx
@@ -44,7 +44,7 @@ public:
/** deprecated */
SvxUnoDrawPool(SdrModel* pModel);
- virtual ~SvxUnoDrawPool() throw();
+ virtual ~SvxUnoDrawPool() throw() override;
/** This returns the item pool from the given model, or the default pool if there is no model and bReadOnly is true.
If bReadOnly is false and there is no model the default implementation returns NULL.