summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chgtrack.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-12 14:06:28 +0200
committerNoel Grandin <noel@peralex.com>2014-06-17 10:55:17 +0200
commit3e82897353e576dc6e3fbf55371fda5a0c3415df (patch)
tree71c2f03128885000efae1852dccb504f8355c79e /sc/source/core/tool/chgtrack.cxx
parentec95abf2d8afeec38c9225ea49caa0e08d82b504 (diff)
improve the inlinesimplememberfunctions clang plugin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
Diffstat (limited to 'sc/source/core/tool/chgtrack.cxx')
-rw-r--r--sc/source/core/tool/chgtrack.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx
index b2097a119d42..239964488221 100644
--- a/sc/source/core/tool/chgtrack.cxx
+++ b/sc/source/core/tool/chgtrack.cxx
@@ -553,20 +553,12 @@ OUString ScChangeAction::GetRefString(
return aBuf.makeStringAndClear();
}
-const OUString& ScChangeAction::GetUser() const
-{
- return aUser;
-}
void ScChangeAction::SetUser( const OUString& r )
{
aUser = r;
}
-const OUString& ScChangeAction::GetComment() const
-{
- return aComment;
-}
void ScChangeAction::SetComment( const OUString& rStr )
{
@@ -1451,15 +1443,7 @@ void ScChangeActionContent::GetNewString( OUString& rStr, const ScDocument* pDoc
GetValueString(rStr, maNewValue, maNewCell, pDoc);
}
-const ScCellValue& ScChangeActionContent::GetOldCell() const
-{
- return maOldCell;
-}
-const ScCellValue& ScChangeActionContent::GetNewCell() const
-{
- return maNewCell;
-}
void ScChangeActionContent::GetDescription(
OUString& rStr, ScDocument* pDoc, bool bSplitRange, bool bWarning ) const
@@ -2217,10 +2201,6 @@ void ScChangeTrack::Clear()
Init();
}
-const std::set<OUString>& ScChangeTrack::GetUserCollection() const
-{
- return maUserCollection;
-}
void ScChangeTrack::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 )
{
@@ -2258,10 +2238,6 @@ void ScChangeTrack::SetUser( const OUString& rUser )
maUserCollection.insert(maUser);
}
-const OUString& ScChangeTrack::GetUser() const
-{
- return maUser;
-}
void ScChangeTrack::StartBlockModify( ScChangeTrackMsgType eMsgType,
sal_uLong nStartAction )