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, 0 insertions, 8 deletions
diff --git a/sc/source/filter/inc/commentsbuffer.hxx b/sc/source/filter/inc/commentsbuffer.hxx
index 68fb1636e89e..522c4c596339 100644
--- a/sc/source/filter/inc/commentsbuffer.hxx
+++ b/sc/source/filter/inc/commentsbuffer.hxx
@@ -27,8 +27,6 @@
namespace oox {
namespace xls {
-
-
struct CommentModel
{
::com::sun::star::table::CellRangeAddress
@@ -51,8 +49,6 @@ struct CommentModel
explicit CommentModel();
};
-
-
class Comment : public WorksheetHelper
{
public:
@@ -77,8 +73,6 @@ private:
typedef ::boost::shared_ptr< Comment > CommentRef;
-
-
class CommentsBuffer : public WorksheetHelper
{
public:
@@ -100,8 +94,6 @@ private:
CommentVector maComments;
};
-
-
} // namespace xls
} // namespace oox