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
/tr> 2019-02-28loplugin:cstylecastStephan Bergmann 2019-02-28loplugin:includeformStephan Bergmann 2019-02-28loplugin:stringconstantStephan Bergmann 2019-02-28loplugin:externvarStephan Bergmann 2019-02-27Untabify .l files (to silence loplugin:indentation warnings)Stephan Bergmann 2019-02-27Add missing modelines to .l filesStephan Bergmann 2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin 2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov 2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin 2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin 2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen 2018-12-22idlc: no need to store single OString objects on the heapNoel Grandin 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin 2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin 2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin 2018-09-24loplugin:external (clang-cl)Stephan Bergmann 2018-09-17New loplugin:externalStephan Bergmann 2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin 2018-08-30loplugin:useuniqueptr in idlc::compileFileNoel Grandin 2018-08-30use std::vector in AstStackNoel Grandin 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara 2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara 2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen