summaryrefslogtreecommitdiffstats
path: root/include/oox/helper/textinputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/textinputstream.hxx')
-rw-r--r--include/oox/helper/textinputstream.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/helper/textinputstream.hxx b/include/oox/helper/textinputstream.hxx
index af412dede090..3158d88379b0 100644
--- a/include/oox/helper/textinputstream.hxx
+++ b/include/oox/helper/textinputstream.hxx
@@ -33,7 +33,7 @@ namespace oox {
class BinaryInputStream;
-// ============================================================================
+
class TextInputStream
{
@@ -87,7 +87,7 @@ public:
*/
OUString readToChar( sal_Unicode cChar, bool bIncludeChar );
- // ------------------------------------------------------------------------
+
/** Creates a UNO text input stream object from the passed UNO input stream.
*/
@@ -97,7 +97,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& rxInStrm,
rtl_TextEncoding eTextEnc );
- // ------------------------------------------------------------------------
+
private:
void init(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext,
@@ -113,7 +113,7 @@ private:
sal_Unicode mcPendingChar;
};
-// ============================================================================
+
} // namespace oox