Removed dead code
This commit is contained in:
@@ -40,12 +40,6 @@ namespace comphelper {
|
|||||||
// FastPropertySetInfo
|
// FastPropertySetInfo
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
FastPropertySetInfo::FastPropertySetInfo()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
FastPropertySetInfo::FastPropertySetInfo( const PropertyVector& rProps )
|
FastPropertySetInfo::FastPropertySetInfo( const PropertyVector& rProps )
|
||||||
{
|
{
|
||||||
addProperties( rProps );
|
addProperties( rProps );
|
||||||
@@ -59,14 +53,6 @@ FastPropertySetInfo::~FastPropertySetInfo()
|
|||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
void FastPropertySetInfo::addProperty( const Property& rProperty )
|
|
||||||
{
|
|
||||||
maProperties.push_back( rProperty );
|
|
||||||
maMap[ rProperty.Name ] = maProperties.size() - 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
void FastPropertySetInfo::addProperties( const PropertyVector& rProps )
|
void FastPropertySetInfo::addProperties( const PropertyVector& rProps )
|
||||||
{
|
{
|
||||||
sal_uInt32 nIndex = maProperties.size();
|
sal_uInt32 nIndex = maProperties.size();
|
||||||
|
@@ -52,11 +52,9 @@ typedef boost::unordered_map< ::rtl::OUString, ::sal_uInt32, ::rtl::OUStringHash
|
|||||||
class FastPropertySetInfo : public ::cppu::WeakAggImplHelper1< ::com::sun::star::beans::XPropertySetInfo >
|
class FastPropertySetInfo : public ::cppu::WeakAggImplHelper1< ::com::sun::star::beans::XPropertySetInfo >
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
FastPropertySetInfo();
|
|
||||||
FastPropertySetInfo( const PropertyVector& rProps );
|
FastPropertySetInfo( const PropertyVector& rProps );
|
||||||
virtual ~FastPropertySetInfo();
|
virtual ~FastPropertySetInfo();
|
||||||
|
|
||||||
void addProperty( const ::com::sun::star::beans::Property& rProperty );
|
|
||||||
void addProperties( const PropertyVector& rProps );
|
void addProperties( const PropertyVector& rProps );
|
||||||
|
|
||||||
const ::com::sun::star::beans::Property& getProperty( const ::rtl::OUString& aName ) throw (::com::sun::star::beans::UnknownPropertyException );
|
const ::com::sun::star::beans::Property& getProperty( const ::rtl::OUString& aName ) throw (::com::sun::star::beans::UnknownPropertyException );
|
||||||
|
@@ -886,8 +886,6 @@ canvas::tools::clipBlit(basegfx::B2IRange&, basegfx::B2IPoint&, basegfx::B2IRang
|
|||||||
cmis::Content::exchangeIdentity(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)
|
cmis::Content::exchangeIdentity(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)
|
||||||
cmis::Content::queryChildren(std::__debug::list<rtl::Reference<cmis::Content>, std::allocator<rtl::Reference<cmis::Content> > >&)
|
cmis::Content::queryChildren(std::__debug::list<rtl::Reference<cmis::Content>, std::allocator<rtl::Reference<cmis::Content> > >&)
|
||||||
comphelper::EventLogger::EventLogger(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&)
|
comphelper::EventLogger::EventLogger(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&)
|
||||||
comphelper::FastPropertySetInfo::FastPropertySetInfo()
|
|
||||||
comphelper::FastPropertySetInfo::addProperty(com::sun::star::beans::Property const&)
|
|
||||||
comphelper::MimeConfigurationHelper::GetFilterFlags(rtl::OUString const&)
|
comphelper::MimeConfigurationHelper::GetFilterFlags(rtl::OUString const&)
|
||||||
comphelper::OPropertyContainerHelper::modifyAttributes(int, int, int)
|
comphelper::OPropertyContainerHelper::modifyAttributes(int, int, int)
|
||||||
comphelper::OSelectionChangeListener::disposeAdapter()
|
comphelper::OSelectionChangeListener::disposeAdapter()
|
||||||
|
Reference in New Issue
Block a user