Kaydet (Commit) 958556ff authored tarafından Julien Nabet's avatar Julien Nabet

Remove unused convertDateTimeTZ and convertDateTZ

Change-Id: I177584f6988cf3cb31c5508262d3907ef6be23d7
üst f717aeef
...@@ -166,12 +166,6 @@ public: ...@@ -166,12 +166,6 @@ public:
sal_Int16 const* pTimeZoneOffset, sal_Int16 const* pTimeZoneOffset,
bool bAddTimeIf0AM = false ); bool bAddTimeIf0AM = false );
static void convertDateTZ( OUStringBuffer& rBuffer,
com::sun::star::util::DateWithTimezone const& rDate );
static void convertDateTimeTZ( OUStringBuffer& rBuffer,
com::sun::star::util::DateTimeWithTimezone const& rDateTime );
/** convert ISO "date" or "dateTime" string to util::DateTime */ /** convert ISO "date" or "dateTime" string to util::DateTime */
static bool parseDateTime( com::sun::star::util::DateTime& rDateTime, static bool parseDateTime( com::sun::star::util::DateTime& rDateTime,
boost::optional<sal_Int16> * pTimeZoneOffset, boost::optional<sal_Int16> * pTimeZoneOffset,
......
...@@ -1223,18 +1223,6 @@ lcl_AppendTimezone(OUStringBuffer & i_rBuffer, sal_Int16 const nOffset) ...@@ -1223,18 +1223,6 @@ lcl_AppendTimezone(OUStringBuffer & i_rBuffer, sal_Int16 const nOffset)
} }
} }
void Converter::convertDateTZ( OUStringBuffer& rBuffer,
com::sun::star::util::DateWithTimezone const& rDate)
{
convertDate(rBuffer, rDate.DateInTZ, &rDate.Timezone);
}
void Converter::convertDateTimeTZ( OUStringBuffer& rBuffer,
com::sun::star::util::DateTimeWithTimezone const& rDateTime)
{
convertDateTime(rBuffer, rDateTime.DateTimeInTZ, &rDateTime.Timezone);
}
/** convert util::Date to ISO "date" string */ /** convert util::Date to ISO "date" string */
void Converter::convertDate( void Converter::convertDate(
OUStringBuffer& i_rBuffer, OUStringBuffer& i_rBuffer,
......
...@@ -153,8 +153,6 @@ oox::xls::SheetDataBuffer::writeXfIdRangeListProperties(int, int, oox::xls::ApiC ...@@ -153,8 +153,6 @@ oox::xls::SheetDataBuffer::writeXfIdRangeListProperties(int, int, oox::xls::ApiC
oox::xls::StylesBuffer::writeStyleXfToPropertySet(oox::PropertySet&, int) const oox::xls::StylesBuffer::writeStyleXfToPropertySet(oox::PropertySet&, int) const
oox::xls::WorksheetGlobals::getColumns(oox::ValueRange const&) const oox::xls::WorksheetGlobals::getColumns(oox::ValueRange const&) const
oox::xls::WorksheetGlobals::getRows(oox::ValueRange const&) const oox::xls::WorksheetGlobals::getRows(oox::ValueRange const&) const
sax::Converter::convertDateTZ(rtl::OUStringBuffer&, com::sun::star::util::DateWithTimezone const&)
sax::Converter::convertDateTimeTZ(rtl::OUStringBuffer&, com::sun::star::util::DateTimeWithTimezone const&)
sc::CellTextAttr::CellTextAttr(unsigned short, unsigned char) sc::CellTextAttr::CellTextAttr(unsigned short, unsigned char)
sc::sidebar::CellLineStyleValueSet::GetSelItem() sc::sidebar::CellLineStyleValueSet::GetSelItem()
sc::sidebar::CellLineStyleValueSet::SetCusEnable(bool) sc::sidebar::CellLineStyleValueSet::SetCusEnable(bool)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment