summaryrefslogtreecommitdiff
path: root/sw/inc/shellres.hxx
diff options
context:
space:
mode:
authoros <os@openoffice.org>2009-11-26 12:52:39 +0100
committeros <os@openoffice.org>2009-11-26 12:52:39 +0100
commit56284b565d521a25df9612e030c88452db0a7bdb (patch)
treea5fab784e6647e83a5fea7b6cbd63f5397eb1da0 /sw/inc/shellres.hxx
parent228b27a2ae12e428ba806b6b70d5a543fcb06fbb (diff)
custom property field - add type css::util::Duration
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r--sw/inc/shellres.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx
index 4c7bb09ebe45..69c1e8a9930f 100644
--- a/sw/inc/shellres.hxx
+++ b/sw/inc/shellres.hxx
@@ -72,6 +72,8 @@ struct SW_DLLPUBLIC ShellResource : public Resource
String aStrNone;
// fuer Felder, die Fixiert sind
String aFixedStr;
+ // custom fields of type css::util::Duration
+ String sDurationFormat;
//names of TOXs
String aTOXIndexName;