Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


---
 unotools/source/config/configvaluecontainer.cxx |   10 ----------
 unusedcode.easy                                 |    1 -
 2 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/unotools/source/config/configvaluecontainer.cxx 
b/unotools/source/config/configvaluecontainer.cxx
index 8a0fdcd..8e5d2bd 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -68,7 +68,6 @@ namespace utl
         NodeValueAccessor( const ::rtl::OUString& _rNodePath );
 
         void bind( void* _pLocation, const Type& _rType );
-        void bind( Any* _pLocation );
 
         bool                    isBound( ) const        { return ( ltUnbound != eLocationType ) && 
( NULL != pLocation ); }
         const ::rtl::OUString&  getPath( ) const        { return sRelativePath; }
@@ -103,15 +102,6 @@ namespace utl
         aDataType = _rType;
     }
 
-    void NodeValueAccessor::bind( Any* _pLocation )
-    {
-        DBG_ASSERT( !isBound(), "NodeValueAccessor::bind: already bound!" );
-
-        eLocationType = ltAnyInstance;
-        pLocation = _pLocation;
-        aDataType = ::getCppuType( _pLocation );
-    }
-
     #ifndef UNX
     static
     #endif
diff --git a/unusedcode.easy b/unusedcode.easy
index a7b1aa3..53c1aea 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -1527,7 +1527,6 @@ ucbhelper::Content::getPropertyValues(com::sun::star::uno::Sequence<int> 
const&)
 ucbhelper::Content::insertNewContent(rtl::OUString const&, com::sun::star::uno::Sequence<int> 
const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, 
com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, ucbhelper::Content&)
 
ucbhelper::ContentBroker::ContentBroker(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>
 const&, std::__debug::vector<ucbhelper::ContentProviderData, 
std::allocator<ucbhelper::ContentProviderData> > const&)
 ucbhelper::SimpleCertificateValidationRequest::getResponse() const
-utl::NodeValueAccessor::bind(com::sun::star::uno::Any*)
 utl::OConfigurationNode::appendNode(rtl::OUString const&, utl::OConfigurationNode const&) const
 utl::OConfigurationValueContainer::getServiceFactory() const
 utl::TransliterationWrapper::compareSubstring(String const&, int, int, String const&, int, int) 
const
-- 
1.7.9


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.