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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/oox/commentsbuffer.cxx b/sc/source/filter/oox/commentsbuffer.cxx
index 7a4218e18c4a..d3f0c661dcfe 100644
--- a/sc/source/filter/oox/commentsbuffer.cxx
+++ b/sc/source/filter/oox/commentsbuffer.cxx
@@ -44,7 +44,7 @@ using ::com::sun::star::text::XTextRange;
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::drawing;
using namespace ::com::sun::star::sheet;
@@ -83,7 +83,7 @@ static sal_Int32 lcl_ToVertAlign( sal_Int32 nAlign )
}
}
-// ============================================================================
+
CommentModel::CommentModel() :
mnAuthorId( -1 ),
@@ -221,7 +221,7 @@ void CommentsBuffer::finalizeImport()
maComments.forEachMem( &Comment::finalizeImport );
}
-// ============================================================================
+
} // namespace xls
} // namespace oox