From 70fc650319f8cfc0b3230ad2dea584eb1368a238 Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Mon, 13 Aug 2012 23:33:49 +0200 Subject: remove ascii art and blank lines in tools/inc/ Also added some lines for better readability. This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I50e6c05141ef3b8db70302d8853b46c38414c6d5 --- tools/inc/tools/inetmime.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools/inc/tools/inetmime.hxx') diff --git a/tools/inc/tools/inetmime.hxx b/tools/inc/tools/inetmime.hxx index 31da16de60f4..5131f995900c 100644 --- a/tools/inc/tools/inetmime.hxx +++ b/tools/inc/tools/inetmime.hxx @@ -35,7 +35,6 @@ class INetContentTypeParameterList; class INetMIMECharsetList_Impl; class INetMIMEOutputSink; -//============================================================================ class TOOLS_DLLPUBLIC INetMIME { public: @@ -824,7 +823,6 @@ inline sal_Unicode * INetMIME::putUTF32Character(sal_Unicode * pBuffer, return pBuffer; } -//============================================================================ class INetMIMEOutputSink { public: @@ -1063,7 +1061,6 @@ inline void INetMIME::writeEscapeSequence(INetMIMEOutputSink & rSink, << sal_uInt8(getHexDigit(nChar & 15)); } -//============================================================================ class INetMIMEStringOutputSink: public INetMIMEOutputSink { rtl::OStringBuffer m_aBuffer; @@ -1087,7 +1084,6 @@ public: } }; -//============================================================================ class INetMIMEEncodedWordOutputSink { public: @@ -1191,7 +1187,6 @@ inline bool INetMIMEEncodedWordOutputSink::flush() return m_ePrevCoding != CODING_NONE; } -//============================================================================ struct INetContentTypeParameter { /** The name of the attribute, in US-ASCII encoding and converted to lower @@ -1248,7 +1243,6 @@ struct INetContentTypeParameter } }; -//============================================================================ class TOOLS_DLLPUBLIC INetContentTypeParameterList { public: @@ -1277,7 +1271,6 @@ private: boost::ptr_vector maEntries; }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3