summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/biffhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/biffhelper.hxx')
-rw-r--r--sc/source/filter/inc/biffhelper.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/inc/biffhelper.hxx b/sc/source/filter/inc/biffhelper.hxx
index 77851dc0fdad..c209f668d53b 100644
--- a/sc/source/filter/inc/biffhelper.hxx
+++ b/sc/source/filter/inc/biffhelper.hxx
@@ -588,8 +588,6 @@ const sal_uInt8 BIFF_STRF_PHONETIC = 0x04;
const sal_uInt8 BIFF_STRF_RICH = 0x08;
const sal_uInt8 BIFF_STRF_UNKNOWN = 0xF2;
-
-
/** Static helper functions for BIFF filters. */
class BiffHelper
{
@@ -633,8 +631,6 @@ private:
~BiffHelper(); // not implemented
};
-
-
/** BIFF12 stream operator for an OUString, reads 32-bit string length and Unicode array. */
inline SequenceInputStream& operator>>( SequenceInputStream& rStrm, OUString& orString )
{
@@ -642,8 +638,6 @@ inline SequenceInputStream& operator>>( SequenceInputStream& rStrm, OUString& or
return rStrm;
}
-
-
} // namespace xls
} // namespace oox