summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-11-15 12:22:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-11-15 15:28:25 +0100
commit829ea811e19fead7ad35049342136b592077674b (patch)
treef4b284ffa458ba1d888bc0dcccdd42fe8ec4e896 /oox
parente140caf2638b7718cd0bebdaaf86373f0828cbf4 (diff)
Avoid some -Werror,-Wdeprecated-copy-with-user-provided-dtor
...after e6968f0485cfb2f6c941d11c438386e14a47095d "PPTX import: fix handling of theme overrides in the chart import" introduced a use of std::make_shared<Theme> Change-Id: I5f6384b81e02034b6b2fdf3a3bad0148de4eb584 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125228 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/theme.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/source/drawingml/theme.cxx b/oox/source/drawingml/theme.cxx
index ca26f389904e..036779d21711 100644
--- a/oox/source/drawingml/theme.cxx
+++ b/oox/source/drawingml/theme.cxx
@@ -23,14 +23,6 @@
namespace oox::drawingml {
-Theme::Theme()
-{
-}
-
-Theme::~Theme()
-{
-}
-
namespace {
template< typename Type >