summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
diff options
context:
space:
mode:
authorTimo Heino <eraggo@gmail.com>2010-11-23 17:16:13 +0200
committerMichael Meeks <michael.meeks@novell.com>2010-11-23 16:47:12 +0000
commitab91e7444694e4b8ff4d7988f08c12d4983d2d7b (patch)
tree6e52b1eb3d78cc39d11755a5b1b358f509c8e4f3 /chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
parenta9722262eeb92b4eaf95a8f5975a2b2a99e2fefb (diff)
More 'easy-hacks' completed
Removed some commented out code. chart2/source/controller/chartapiwrapper/ cleaned. Moving to next 1 Signed-off-by: Timo Heino <eraggo@gmail.com>
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
index 48f26fef00d3..448d594accb9 100644
--- a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
@@ -70,7 +70,6 @@ const Sequence< Property > & lcl_GetPropertySequence()
::chart::LineProperties::AddPropertiesToVector( aProperties );
::chart::FillProperties::AddPropertiesToVector( aProperties );
-// ::chart::NamedProperties::AddPropertiesToVector( aProperties );
::chart::UserDefinedProperties::AddPropertiesToVector( aProperties );
// and sort them for access via bsearch
@@ -254,8 +253,6 @@ void SAL_CALL UpDownBarWrapper::setPropertyValues( const uno::Sequence< ::rtl::O
}
}
//todo: store unknown properties elsewhere
-// if( bUnknownProperty )
-// throw beans::UnknownPropertyException();
}
uno::Sequence< uno::Any > SAL_CALL UpDownBarWrapper::getPropertyValues( const uno::Sequence< ::rtl::OUString >& rNameSeq )
throw (uno::RuntimeException)