summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/richstringcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/richstringcontext.hxx')
-rw-r--r--sc/source/filter/inc/richstringcontext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/richstringcontext.hxx b/sc/source/filter/inc/richstringcontext.hxx
index feed7f5d3e3c..d9229e089e3d 100644
--- a/sc/source/filter/inc/richstringcontext.hxx
+++ b/sc/source/filter/inc/richstringcontext.hxx
@@ -26,7 +26,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
class RichStringContext : public WorkbookContextBase
{
@@ -45,7 +45,7 @@ private:
FontRef mxFont; /// Processed font of the portion.
};
-// ----------------------------------------------------------------------------
+
template< typename ParentType >
RichStringContext::RichStringContext( ParentType& rParent, RichStringRef xString ) :
@@ -55,7 +55,7 @@ RichStringContext::RichStringContext( ParentType& rParent, RichStringRef xString
OSL_ENSURE( mxString.get(), "RichStringContext::RichStringContext - missing string object" );
}
-// ============================================================================
+
} // namespace xls
} // namespace oox