summaryrefslogtreecommitdiff
path: root/docmodel/source
diff options
context:
space:
mode:
Diffstat (limited to 'docmodel/source')
-rw-r--r--docmodel/source/theme/Theme.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/docmodel/source/theme/Theme.cxx b/docmodel/source/theme/Theme.cxx
index 5f755b0774a3..b8fad072144a 100644
--- a/docmodel/source/theme/Theme.cxx
+++ b/docmodel/source/theme/Theme.cxx
@@ -24,6 +24,8 @@ using namespace com::sun::star;
namespace model
{
+Theme::Theme() = default;
+
Theme::Theme(OUString const& rName)
: maName(rName)
{