summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-08-10 20:36:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-08-10 20:37:07 +0200
commit2058908d8ce86c9fec6db3ef3bc0be2ec20d1547 (patch)
treef65bf062c03d5803d0a28cca3140a9887ec2b981
parent26a1aed24cc903ee858fb2d354f5dbb00f6d9969 (diff)
Bin RtfAttributeOutput::WriteHex(sal_Int32 nNum)
Change-Id: Ibeb903c03a9c4c8638985847f527ebfa7c2756ce
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx5
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.hxx1
-rwxr-xr-xunusedcode.easy1
3 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index de1974510408..a152e6ea314b 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -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,
diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx
index 4a13da432678..e7c51ebb74b3 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.hxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.hxx
@@ -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_
diff --git a/unusedcode.easy b/unusedcode.easy
index abe2b56fa35d..ee2c76aa6698 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -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