Kaydet (Commit) 2058908d authored tarafından Julien Nabet's avatar Julien Nabet

Bin RtfAttributeOutput::WriteHex(sal_Int32 nNum)

Change-Id: Ibeb903c03a9c4c8638985847f527ebfa7c2756ce
üst 26a1aed2
......@@ -3225,11 +3225,6 @@ OString RtfAttributeOutput::WriteHex(const sal_uInt8* pData, sal_uInt32 nSize, S
return aRet.makeStringAndClear();
}
OString RtfAttributeOutput::WriteHex(sal_Int32 nNum)
{
return RtfAttributeOutput::WriteHex((sal_uInt8*)&nNum, sizeof(sal_Int32));
}
void lcl_AppendSP( OStringBuffer& rBuffer,
const char cName[],
const ::rtl::OUString& rValue,
......
......@@ -588,7 +588,6 @@ public:
/// Writes binary data as a hex dump.
static rtl::OString WriteHex(const sal_uInt8* pData, sal_uInt32 nSize, SvStream* pStream = 0, sal_uInt32 nLimit = 64);
static rtl::OString WriteHex(sal_Int32 nNum);
};
#endif // _RTFATTRIBUTEOUTPUT_HXX_
......
......@@ -2,7 +2,6 @@ BasicDockingWindow::BasicDockingWindow(Window*, ResId const&)
FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool)
PlaceEditDialog::GetResId(unsigned short)
PopupMenu::SetSelectedEntry(unsigned short)
RtfAttributeOutput::WriteHex(int)
SanExtensionImpl::setCertExtn(com::sun::star::uno::Sequence<signed char>, com::sun::star::uno::Sequence<signed char>, unsigned char)
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
ScCompressedArray<int, unsigned char>::GetEntryCount() const
......
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