diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 09:25:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 10:27:27 +0200 |
commit | 80ff95f62485fc4d8f41686365fbf61663ac62d1 (patch) | |
tree | 8c09dd797ab1419077c2fb8af71c9453b5a910fd | |
parent | aa1263d258a22e4f9fc216c601332e3b02b9fa55 (diff) |
remove unused code SvViewDataEntry::SetObjectSelected(bool)
Change-Id: I3b41be19f4094affd1d000c8780cf6eb54352696
-rw-r--r-- | include/svtools/viewdataentry.hxx | 2 | ||||
-rw-r--r-- | svtools/source/contnr/viewdataentry.cxx | 7 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 10 deletions
diff --git a/include/svtools/viewdataentry.hxx b/include/svtools/viewdataentry.hxx index 5ddf18bee3e7..31681af4dc19 100644 --- a/include/svtools/viewdataentry.hxx +++ b/include/svtools/viewdataentry.hxx @@ -47,7 +47,6 @@ class SVT_DLLPUBLIC SvViewDataEntry std::vector<SvViewDataItem> maItems; sal_uLong nVisPos; bool mbSelected:1; - bool mbObjectSelected:1; bool mbHighlighted:1; bool mbExpanded:1; bool mbFocused:1; @@ -70,7 +69,6 @@ public: void SetHighlighted( bool bHighlighted ); void SetExpanded( bool bExpanded ); void SetSelectable( bool bSelectable ); - void SetObjectSelected( bool bSelected ); void Init(size_t nSize); diff --git a/svtools/source/contnr/viewdataentry.cxx b/svtools/source/contnr/viewdataentry.cxx index 8719586e869e..06ba46349cf2 100644 --- a/svtools/source/contnr/viewdataentry.cxx +++ b/svtools/source/contnr/viewdataentry.cxx @@ -26,7 +26,6 @@ DBG_NAME(SvViewDataEntry); SvViewDataEntry::SvViewDataEntry() : nVisPos(0), mbSelected(false), - mbObjectSelected(false), mbHighlighted(false), mbExpanded(false), mbFocused(false), @@ -39,7 +38,6 @@ SvViewDataEntry::SvViewDataEntry() : SvViewDataEntry::SvViewDataEntry( const SvViewDataEntry& rData ) : nVisPos(rData.nVisPos), mbSelected(false), - mbObjectSelected(false), mbHighlighted(false), mbExpanded(rData.mbExpanded), mbFocused(false), @@ -98,11 +96,6 @@ void SvViewDataEntry::SetSelected( bool bSelected ) mbHighlighted = bSelected; } -void SvViewDataEntry::SetObjectSelected( bool bSelected ) -{ - mbObjectSelected = bSelected; -} - void SvViewDataEntry::SetHighlighted( bool bHighlighted ) { mbHighlighted = bHighlighted; diff --git a/unusedcode.easy b/unusedcode.easy index edd7f8e01ac4..73068c9deeac 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -104,7 +104,6 @@ SimpleErrorHandler::SimpleErrorHandler() SmFontPickList::Contains(Font const&) const SmParser::Insert(rtl::OUString const&, int) SotFactory::Find(SvGlobalName const&) -SvViewDataEntry::SetObjectSelected(bool) SvdProgressInfo::ReportError() SvpSalInstance::PostedEventsInQueue() SvtAccessibilityOptions::GetColorValueSetColumnCount() const |