summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/commentsbuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/commentsbuffer.cxx')
-rw-r--r--sc/source/filter/oox/commentsbuffer.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/oox/commentsbuffer.cxx b/sc/source/filter/oox/commentsbuffer.cxx
index d3f0c661dcfe..b52a3769f02c 100644
--- a/sc/source/filter/oox/commentsbuffer.cxx
+++ b/sc/source/filter/oox/commentsbuffer.cxx
@@ -44,8 +44,6 @@ using ::com::sun::star::text::XTextRange;
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::drawing;
using namespace ::com::sun::star::sheet;
using namespace ::com::sun::star::table;
@@ -83,8 +81,6 @@ static sal_Int32 lcl_ToVertAlign( sal_Int32 nAlign )
}
}
-
-
CommentModel::CommentModel() :
mnAuthorId( -1 ),
mnObjId( BIFF_OBJ_INVALID_ID ),
@@ -92,8 +88,6 @@ CommentModel::CommentModel() :
{
}
-
-
Comment::Comment( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper )
{
@@ -221,8 +215,6 @@ void CommentsBuffer::finalizeImport()
maComments.forEachMem( &Comment::finalizeImport );
}
-
-
} // namespace xls
} // namespace oox