summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/commentsbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/commentsbuffer.hxx')
-rw-r--r--sc/source/filter/inc/commentsbuffer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/commentsbuffer.hxx b/sc/source/filter/inc/commentsbuffer.hxx
index ab70f4ccc4fb..68fb1636e89e 100644
--- a/sc/source/filter/inc/commentsbuffer.hxx
+++ b/sc/source/filter/inc/commentsbuffer.hxx
@@ -27,7 +27,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
struct CommentModel
{
@@ -51,7 +51,7 @@ struct CommentModel
explicit CommentModel();
};
-// ----------------------------------------------------------------------------
+
class Comment : public WorksheetHelper
{
@@ -77,7 +77,7 @@ private:
typedef ::boost::shared_ptr< Comment > CommentRef;
-// ============================================================================
+
class CommentsBuffer : public WorksheetHelper
{
@@ -100,7 +100,7 @@ private:
CommentVector maComments;
};
-// ============================================================================
+
} // namespace xls
} // namespace oox