summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/dinfdlg.hrc
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-01-19 16:48:52 +0100
committerMichael Stahl <mst@openoffice.org>2010-01-19 16:48:52 +0100
commite488b045f8dae1daed3442f3bdfc2368262a8c59 (patch)
tree529b4a516bd61942aaade894750e5de36723a93f /sfx2/source/dialog/dinfdlg.hrc
parent4bc9a4c398db83c8f9550bc58de52a8b813ed344 (diff)
sw33bf02: #i108347#: change util::Duration to support MilliSeconds:
SfxDocumentMetaData: adapt. dinfdlg.src: adapt dialog to milliseconds. sax::Converter: adapt. sax::Converter::convertDuration(): fix a bug in parsing fractional seconds.
Diffstat (limited to 'sfx2/source/dialog/dinfdlg.hrc')
-rw-r--r--sfx2/source/dialog/dinfdlg.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/dinfdlg.hrc b/sfx2/source/dialog/dinfdlg.hrc
index 6f3be56b59..18d39ed9b3 100644
--- a/sfx2/source/dialog/dinfdlg.hrc
+++ b/sfx2/source/dialog/dinfdlg.hrc
@@ -172,8 +172,8 @@
#define ED_MINUTE 113
#define FT_SECOND 114
#define ED_SECOND 115
-#define FT_HSECOND 116
-#define ED_HSECOND 117
+#define FT_MSECOND 116
+#define ED_MSECOND 117
#define FL_DURATION 118
#endif