summaryrefslogtreecommitdiff
path: root/sw/source/filter/rtf
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-06-15 17:48:17 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-06-15 18:03:20 +0200
commit42e41ea6d6ec40977cc339af529b2306840d31cb (patch)
tree6cc0d842d20e96ea37c39a4d7ff40472467f8935 /sw/source/filter/rtf
parent6c14d15dbbdc8920e1695b5fdc32b6519508815d (diff)
move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&paste
Diffstat (limited to 'sw/source/filter/rtf')
-rw-r--r--sw/source/filter/rtf/swparrtf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx
index 5a73aa1bf4d7..2e8553a011fb 100644
--- a/sw/source/filter/rtf/swparrtf.cxx
+++ b/sw/source/filter/rtf/swparrtf.cxx
@@ -1847,12 +1847,12 @@ void SwRTFParser::NextToken( int nToken )
case RTF_REVDTTM:
if (pRedlineInsert != NULL)
- pRedlineInsert->aStamp = sw::ms::DTTM2DateTime(nTokenValue);
+ pRedlineInsert->aStamp = msfilter::util::DTTM2DateTime(nTokenValue);
break;
case RTF_REVDTTMDEL:
- pRedlineDelete->aStamp = sw::ms::DTTM2DateTime(nTokenValue);
+ pRedlineDelete->aStamp = msfilter::util::DTTM2DateTime(nTokenValue);
break;