summaryrefslogtreecommitdiffstats
path: root/include/sax
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-07-15 17:56:56 +0200
committerMichael Stahl <mstahl@redhat.com>2013-07-15 17:58:09 +0200
commit4ce40c0b06888cff6bc593669d0fb94139485620 (patch)
tree9c2bf76684a153456dc6cb7b374982410a755590 /include/sax
parentexplicitly export no fill to .docx when fillstyle is set to none (bnc#581614) (diff)
downloadcore-4ce40c0b06888cff6bc593669d0fb94139485620.tar.gz
core-4ce40c0b06888cff6bc593669d0fb94139485620.zip
sax: more s/TimeZone/Timezone/
Change-Id: I9b50e53b131fc835e792c52de6560d77ac454be9
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/tools/converter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx
index 1e89d2cea057..7d253f31c40f 100644
--- a/include/sax/tools/converter.hxx
+++ b/include/sax/tools/converter.hxx
@@ -38,8 +38,8 @@ namespace com { namespace sun { namespace star {
namespace util {
struct Date;
struct DateTime;
- struct DateWithTimeZone;
- struct DateTimeWithTimeZone;
+ struct DateWithTimezone;
+ struct DateTimeWithTimezone;
struct Duration;
}
} } }
@@ -167,10 +167,10 @@ public:
bool bAddTimeIf0AM = false );
static void convertDateTZ( OUStringBuffer& rBuffer,
- com::sun::star::util::DateWithTimeZone const& rDate );
+ com::sun::star::util::DateWithTimezone const& rDate );
static void convertDateTimeTZ( OUStringBuffer& rBuffer,
- com::sun::star::util::DateTimeWithTimeZone const& rDateTime );
+ com::sun::star::util::DateTimeWithTimezone const& rDateTime );
/** convert ISO "date" or "dateTime" string to util::DateTime */
static bool parseDateTime( com::sun::star::util::DateTime& rDateTime,