summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/gloslst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/gloslst.hxx')
-rw-r--r--sw/source/ui/inc/gloslst.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/inc/gloslst.hxx b/sw/source/ui/inc/gloslst.hxx
index 84d9c839cfd4..727191d1b068 100644
--- a/sw/source/ui/inc/gloslst.hxx
+++ b/sw/source/ui/inc/gloslst.hxx
@@ -46,6 +46,8 @@ struct AutoTextGroup
String sLongNames; // by 0x0A seperated long names
String sShortNames; // by 0x0A seperated short names
DateTime aDateModified;
+
+ AutoTextGroup() : aDateModified( DateTime::EMPTY ) {}
};