summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xestring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xestring.hxx')
-rw-r--r--sc/source/filter/inc/xestring.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xestring.hxx b/sc/source/filter/inc/xestring.hxx
index f4a7e2428105..43431824a786 100644
--- a/sc/source/filter/inc/xestring.hxx
+++ b/sc/source/filter/inc/xestring.hxx
@@ -22,7 +22,7 @@
#include "xlstring.hxx"
-// ============================================================================
+
class XclExpStream;
class XclExpXmlStream;
@@ -173,7 +173,7 @@ public:
void WriteXml( XclExpXmlStream& rStrm ) const;
- // ------------------------------------------------------------------------
+
private:
/** Returns true, if the flag field should be written. */
bool IsWriteFlags() const;
@@ -265,7 +265,7 @@ inline XclExpStream& operator<<( XclExpStream& rStrm, const XclExpString& rStrin
return rStrm;
}
-// ============================================================================
+
#endif