diff options
author | David Tardon <dtardon@redhat.com> | 2016-06-13 08:34:32 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-06-13 08:37:14 +0200 |
commit | e19759c9ad5e98f158009686ea3c695456265e91 (patch) | |
tree | 892f58da9921d3259e6c4f5e427fb92d70b1f913 /sc/source/ui/collab/sendfunc.cxx | |
parent | 8683bbf11ffa479e0de74e7c01728445ee7072aa (diff) |
fix build
Change-Id: I01a111160d43e2f398ff4c560810b737b62b6ba3
Diffstat (limited to 'sc/source/ui/collab/sendfunc.cxx')
-rw-r--r-- | sc/source/ui/collab/sendfunc.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/collab/sendfunc.cxx b/sc/source/ui/collab/sendfunc.cxx index fca719e593d0..ddcd9ef407e0 100644 --- a/sc/source/ui/collab/sendfunc.cxx +++ b/sc/source/ui/collab/sendfunc.cxx @@ -433,17 +433,17 @@ sal_Bool ScDocFuncSend::RenameTable( SCTAB nTab, const OUString& rName, } sal_Bool ScDocFuncSend::ApplyAttributes( const ScMarkData& rMark, const ScPatternAttr& rPattern, - sal_Bool bRecord, sal_Bool bApi ) + sal_Bool bApi ) { SAL_INFO( "sc.tubes", "ApplyAttributes not implemented!" ); - return ScDocFunc::ApplyAttributes( rMark, rPattern, bRecord, bApi ); + return ScDocFunc::ApplyAttributes( rMark, rPattern, bApi ); } sal_Bool ScDocFuncSend::ApplyStyle( const ScMarkData& rMark, const OUString& rStyleName, - sal_Bool bRecord, sal_Bool bApi ) + sal_Bool bApi ) { SAL_INFO( "sc.tubes", "ApplyStyle not implemented!" ); - return ScDocFunc::ApplyStyle( rMark, rStyleName, bRecord, bApi ); + return ScDocFunc::ApplyStyle( rMark, rStyleName, bApi ); } sal_Bool ScDocFuncSend::MergeCells( const ScCellMergeOption& rOption, sal_Bool bContents, |