summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 09:25:55 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 10:27:27 +0200
commit80ff95f62485fc4d8f41686365fbf61663ac62d1 (patch)
tree8c09dd797ab1419077c2fb8af71c9453b5a910fd /svtools
parentaa1263d258a22e4f9fc216c601332e3b02b9fa55 (diff)
remove unused code SvViewDataEntry::SetObjectSelected(bool)
Change-Id: I3b41be19f4094affd1d000c8780cf6eb54352696
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/viewdataentry.cxx7
1 files changed, 0 insertions, 7 deletions
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;