diff options
-rw-r--r-- | sw/source/filter/ww8/rtfattributeoutput.cxx | 5 | ||||
-rw-r--r-- | sw/source/filter/ww8/rtfattributeoutput.hxx | 1 | ||||
-rwxr-xr-x | unusedcode.easy | 1 |
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 |