diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 16:08:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 18:08:30 +0200 |
commit | 548a2ffe3a40852d7bb3b2880b58e93c34cd41ef (patch) | |
tree | 4df975482ad934d2069d32dc9347cf3307791b64 /framework/source | |
parent | 87f242e036082c1b659536dec2bf779d88910249 (diff) |
remove bogus date information
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/classes/framecontainer.cxx | 13 | ||||
-rw-r--r-- | framework/source/classes/taskcreator.cxx | 4 | ||||
-rw-r--r-- | framework/source/dispatch/dispatchprovider.cxx | 10 | ||||
-rw-r--r-- | framework/source/dispatch/mailtodispatcher.cxx | 16 | ||||
-rw-r--r-- | framework/source/dispatch/servicehandler.cxx | 16 | ||||
-rw-r--r-- | framework/source/fwi/classes/protocolhandlercache.cxx | 16 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 7 |
7 files changed, 0 insertions, 82 deletions
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx index cf33f935d5f9..1a4e7428cec5 100644 --- a/framework/source/classes/framecontainer.cxx +++ b/framework/source/classes/framecontainer.cxx @@ -69,7 +69,6 @@ namespace framework{ @descr The container will be empty then - special features (e.g. the async quit mechanism) are disabled. @threadsafe not neccessary - its not a singleton - @modified 01.07.2002 14:42,as96863 *****************************************************************************************************************/ FrameContainer::FrameContainer() // initialize base classes first. @@ -87,7 +86,6 @@ FrameContainer::FrameContainer() @descr Special features (if the currently are running) will be dsiabled and we free all used other resources. @threadsafe not neccessary - its not a singleton - @modified 01.07.2002 14:43,as96863 *****************************************************************************************************************/ FrameContainer::~FrameContainer() { @@ -105,7 +103,6 @@ FrameContainer::~FrameContainer() Must be a valid reference. @threadsafe yes - @modified 01.07.2002 14:44,as96863 *****************************************************************************************************************/ void FrameContainer::append( const css::uno::Reference< css::frame::XFrame >& xFrame ) { @@ -129,7 +126,6 @@ void FrameContainer::append( const css::uno::Reference< css::frame::XFrame >& xF Must be a valid reference. @threadsafe yes - @modified 01.07.2002 14:52,as96863 *****************************************************************************************************************/ void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xFrame ) { @@ -166,7 +162,6 @@ void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xF <FALSE/> otherwhise @threadsafe yes - @modified 01.07.2002 14:55,as96863 *****************************************************************************************************************/ sal_Bool FrameContainer::exist( const css::uno::Reference< css::frame::XFrame >& xFrame ) const { @@ -181,7 +176,6 @@ sal_Bool FrameContainer::exist( const css::uno::Reference< css::frame::XFrame >& @descr - @threadsafe yes - @modified 01.07.2002 15:00,as96863 *****************************************************************************************************************/ void FrameContainer::clear() { @@ -209,7 +203,6 @@ void FrameContainer::clear() @return the count of existing container items @threadsafe yes - @modified 01.07.2002 15:00,as96863 *****************************************************************************************************************/ sal_uInt32 FrameContainer::getCount() const { @@ -232,7 +225,6 @@ sal_uInt32 FrameContainer::getCount() const @return a reference to a frame inside the container, which match with given index @threadsafe yes - @modified 01.07.2002 15:03,as96863 *****************************************************************************************************************/ css::uno::Reference< css::frame::XFrame > FrameContainer::operator[]( sal_uInt32 nIndex ) const { @@ -264,7 +256,6 @@ css::uno::Reference< css::frame::XFrame > FrameContainer::operator[]( sal_uInt32 @return a list of all frame refrences inside this container @threadsafe yes - @modified 01.07.2002 15:09,as96863 *****************************************************************************************************************/ css::uno::Sequence< css::uno::Reference< css::frame::XFrame > > FrameContainer::getAllElements() const { @@ -291,7 +282,6 @@ css::uno::Sequence< css::uno::Reference< css::frame::XFrame > > FrameContainer:: Must be a valid reference and already part of this container. @threadsafe yes - @modified 01.07.2002 15:11,as96863 *****************************************************************************************************************/ void FrameContainer::setActive( const css::uno::Reference< css::frame::XFrame >& xFrame ) { @@ -314,7 +304,6 @@ void FrameContainer::setActive( const css::uno::Reference< css::frame::XFrame >& Value can be NULL! @threadsafe yes - @modified 01.07.2002 15:11,as96863 *****************************************************************************************************************/ css::uno::Reference< css::frame::XFrame > FrameContainer::getActive() const { @@ -334,7 +323,6 @@ css::uno::Reference< css::frame::XFrame > FrameContainer::getActive() const @return reference to the found frame or NULL if not. @threadsafe yes - @modified 01.07.2002 15:22,as96863 *****************************************************************************************************************/ css::uno::Reference< css::frame::XFrame > FrameContainer::searchOnAllChildrens( const ::rtl::OUString& sName ) const { @@ -373,7 +361,6 @@ css::uno::Reference< css::frame::XFrame > FrameContainer::searchOnAllChildrens( @return reference to the found frame or NULL if not. @threadsafe yes - @modified 01.07.2002 15:22,as96863 *****************************************************************************************************************/ css::uno::Reference< css::frame::XFrame > FrameContainer::searchOnDirectChildrens( const ::rtl::OUString& sName ) const { diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx index 4d7a35bd7ac3..987b8f4d1c03 100644 --- a/framework/source/classes/taskcreator.cxx +++ b/framework/source/classes/taskcreator.cxx @@ -77,8 +77,6 @@ namespace framework{ @param xSMGR points to the valid uno service manager - - @modified 16.05.2002 09:25, as96863 *//*-*****************************************************************************************************/ TaskCreator::TaskCreator( const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR ) : ThreadHelpBase( ) @@ -89,8 +87,6 @@ TaskCreator::TaskCreator( const css::uno::Reference< css::lang::XMultiServiceFac /*-****************************************************************************************************//** @short deinitialize instance @descr We should release all used resource which are not needed any longer. - - @modified 16.05.2002 09:33, as96863 *//*-*****************************************************************************************************/ TaskCreator::~TaskCreator() { diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index 9b86bb661986..f570dd239d19 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -85,8 +85,6 @@ DEFINE_XTYPEPROVIDER_2( DispatchProvider , reference to servicemanager to create new services. @param xFrame reference to our owner frame. - - @modified 17.05.2002 10:07, as96863 */ DispatchProvider::DispatchProvider( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory , const css::uno::Reference< css::frame::XFrame >& xFrame ) @@ -102,8 +100,6 @@ DispatchProvider::DispatchProvider( const css::uno::Reference< css::lang::XMulti /** @short protected(!) dtor for deinitializing @descr We made it protected to prevent using of us as base class instead as a member. - - @modified 17.05.2002 10:05, as96863 */ DispatchProvider::~DispatchProvider() { @@ -127,7 +123,6 @@ DispatchProvider::~DispatchProvider() @return A reference to a dispatch object for this URL (if someone was found!). @threadsafe yes - @modified 17.05.2002 10:59, as96863 */ css::uno::Reference< css::frame::XDispatch > SAL_CALL DispatchProvider::queryDispatch( const css::util::URL& aURL , const ::rtl::OUString& sTargetFrameName , @@ -165,7 +160,6 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL DispatchProvider::queryDis @return A reference a list of dispatch objects for these URLs - may with some <NULL/> values inside. @threadsafe yes - @modified 17.05.2002 09:55, as96863 */ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL DispatchProvider::queryDispatches( const css::uno::Sequence< css::frame::DispatchDescriptor >& lDescriptions ) throw( css::uno::RuntimeException ) { @@ -196,7 +190,6 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Disp in another way. So we implement different specialized metods for every one. @threadsafe yes - @modified 20.08.2003 08:32, as96863 */ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryDesktopDispatch( const css::uno::Reference< css::frame::XFrame > xDesktop , const css::util::URL& aURL , @@ -521,7 +514,6 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryFrame @return A dispatch object if a handler was found and agree with the given URL or <NULL/> otherwhise. @threadsafe yes - @modified 05.09.2002 13:43, as96863 */ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProtocolHandler( const css::util::URL& aURL ) { @@ -598,7 +590,6 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProt @return A reference to a dispatch helper. @threadsafe yes - @modified 20.08.2003 10:22, as96863 */ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreateDispatchHelper( EDispatchHelper eHelper , const css::uno::Reference< css::frame::XFrame >& xOwner , @@ -699,7 +690,6 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreat @return <TRUE/> if somewhere could handle that - <FALSE/> otherwise. @threadsafe yes - @modified 17.05.2002 09:47, as96863 */ sal_Bool DispatchProvider::implts_isLoadableContent( const css::util::URL& aURL ) { diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx index cc7fe62705ec..0b5f437debb9 100644 --- a/framework/source/dispatch/mailtodispatcher.cxx +++ b/framework/source/dispatch/mailtodispatcher.cxx @@ -110,8 +110,6 @@ DEFINE_INIT_SERVICE(MailToDispatcher, @param xFactory reference to uno servicemanager for creation of new services - - @modified 30.04.2002 14:10, as96863 */ MailToDispatcher::MailToDispatcher( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ) // Init baseclasses first @@ -127,8 +125,6 @@ MailToDispatcher::MailToDispatcher( const css::uno::Reference< css::lang::XMulti /** @short standard dtor @descr - - - @modified 30.04.2002 14:10, as96863 */ MailToDispatcher::~MailToDispatcher() { @@ -145,8 +141,6 @@ MailToDispatcher::~MailToDispatcher() instance or disagree by returning <NULL/>. We don't create new dispatch instances here realy - we return THIS as result to handle it at the same implementation. - - @modified 02.05.2002 15:25, as96863 */ css::uno::Reference< css::frame::XDispatch > SAL_CALL MailToDispatcher::queryDispatch( const css::util::URL& aURL , const ::rtl::OUString& /*sTarget*/ , @@ -163,8 +157,6 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL MailToDispatcher::queryDis /** @short do the same like dispatch() but for multiple requests at the same time @descr - - - @modified 02.05.2002 15:27, as96863 */ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL MailToDispatcher::queryDispatches( const css::uno::Sequence< css::frame::DispatchDescriptor >& lDescriptor ) throw( css::uno::RuntimeException ) { @@ -192,8 +184,6 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Mail mail URL which should be executed @param lArguments list of optional arguments for this mail request - - @modified 30.04.2002 14:15, as96863 */ void SAL_CALL MailToDispatcher::dispatch( const css::util::URL& aURL , const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeException ) @@ -218,8 +208,6 @@ void SAL_CALL MailToDispatcher::dispatch( const css::util::URL& list of optional arguments for this mail request @param xListener reference to a valid listener for state events - - @modified 30.04.2002 14:49, as96863 */ void SAL_CALL MailToDispatcher::dispatchWithNotification( const css::util::URL& aURL , const css::uno::Sequence< css::beans::PropertyValue >& lArguments, @@ -261,8 +249,6 @@ void SAL_CALL MailToDispatcher::dispatchWithNotification( const css::util::URL& Note: Our internal used shell executor doesn't return any state value - so we must belive that call was successfully. <FALSE/> if neccessary resource couldn't be created or an exception was thrown. - - @modified 30.04.2002 14:49, as96863 */ sal_Bool MailToDispatcher::implts_dispatch( const css::util::URL& aURL , const css::uno::Sequence< css::beans::PropertyValue >& /*lArguments*/ ) throw( css::uno::RuntimeException ) @@ -309,8 +295,6 @@ sal_Bool MailToDispatcher::implts_dispatch( const css::util::URL& reference to a valid listener for state events @param aURL URL about listener will be informed, if something occurred - - @modified 30.04.2002 14:49, as96863 */ void SAL_CALL MailToDispatcher::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ , const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException ) diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx index 51de3d4494fe..72a8e64f252d 100644 --- a/framework/source/dispatch/servicehandler.cxx +++ b/framework/source/dispatch/servicehandler.cxx @@ -109,8 +109,6 @@ DEFINE_INIT_SERVICE(ServiceHandler, @param xFactory reference to uno servicemanager for creation of new services - - @modified 02.05.2002 08:16, as96863 */ ServiceHandler::ServiceHandler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ) // Init baseclasses first @@ -126,8 +124,6 @@ ServiceHandler::ServiceHandler( const css::uno::Reference< css::lang::XMultiServ /** @short standard dtor @descr - - - @modified 02.05.2002 08:16, as96863 */ ServiceHandler::~ServiceHandler() { @@ -144,8 +140,6 @@ ServiceHandler::~ServiceHandler() instance or disagree by returning <NULL/>. We don't create new dispatch instances here realy - we return THIS as result to handle it at the same implementation. - - @modified 02.05.2002 15:25, as96863 */ css::uno::Reference< css::frame::XDispatch > SAL_CALL ServiceHandler::queryDispatch( const css::util::URL& aURL , const ::rtl::OUString& /*sTarget*/ , @@ -162,8 +156,6 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL ServiceHandler::queryDispa /** @short do the same like dispatch() but for multiple requests at the same time @descr - - - @modified 02.05.2002 15:27, as96863 */ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL ServiceHandler::queryDispatches( const css::uno::Sequence< css::frame::DispatchDescriptor >& lDescriptor ) throw( css::uno::RuntimeException ) { @@ -190,8 +182,6 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Serv uno URL which should be executed @param lArguments list of optional arguments for this request - - @modified 02.05.2002 08:19, as96863 */ void SAL_CALL ServiceHandler::dispatch( const css::util::URL& aURL , const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeException ) @@ -216,8 +206,6 @@ void SAL_CALL ServiceHandler::dispatch( const css::util::URL& list of optional arguments for this request @param xListener optional listener for state events - - @modified 30.04.2002 14:49, as96863 */ void SAL_CALL ServiceHandler::dispatchWithNotification( const css::util::URL& aURL , const css::uno::Sequence< css::beans::PropertyValue >& lArguments, @@ -259,8 +247,6 @@ void SAL_CALL ServiceHandler::dispatchWithNotification( const css::util::URL& @return <NULL/> if requested service couldn't be created successullfy; a valid reference otherwise. This return value can be used to indicate, if dispatch was successfully or not. - - @modified 02.05.2002 10:51, as96863 */ css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( const css::util::URL& aURL , const css::uno::Sequence< css::beans::PropertyValue >& /*lArguments*/ ) throw( css::uno::RuntimeException ) @@ -330,8 +316,6 @@ css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( con reference to a valid listener for state events @param aURL URL about listener will be informed, if something occurred - - @modified 30.04.2002 14:49, as96863 */ void SAL_CALL ServiceHandler::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ , const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException ) diff --git a/framework/source/fwi/classes/protocolhandlercache.cxx b/framework/source/fwi/classes/protocolhandlercache.cxx index c7e1a8d06de4..3eaa7c804578 100644 --- a/framework/source/fwi/classes/protocolhandlercache.cxx +++ b/framework/source/fwi/classes/protocolhandlercache.cxx @@ -81,8 +81,6 @@ namespace framework{ @return An iterator which points to the found item inside the hash or PatternHash::end() if no pattern match this given <var>sURL</var>. - - @modified 30.04.2002 09:52, as96863 */ PatternHash::iterator PatternHash::findPatternKey( const ::rtl::OUString& sURL ) { @@ -104,8 +102,6 @@ PatternHash::iterator PatternHash::findPatternKey( const ::rtl::OUString& sURL ) @descr We use a singleton pattern to implement this handler cache. That means it use two static member list to hold all neccessary informations and a ref count mechanism to create/destroy it on demand. - - @modified 30.04.2002 11:13, as96863 */ HandlerHash* HandlerCache::m_pHandler = NULL; PatternHash* HandlerCache::m_pPattern = NULL; @@ -120,8 +116,6 @@ HandlerCFGAccess* HandlerCache::m_pConfig = NULL; and fill the internal structures. After that the cache can be used for read access on this data and perform some search operations on it. - - @modified 30.04.2002 10:02, as96863 */ HandlerCache::HandlerCache() { @@ -147,8 +141,6 @@ HandlerCache::HandlerCache() @short dtor of the cache @descr It frees all used memory. In further implementations (may if we support write access too) it's a good place to flush changes back to the configuration - but not needed yet. - - @modified 30.04.2002 09:54, as96863 */ HandlerCache::~HandlerCache() { @@ -179,8 +171,6 @@ HandlerCache::~HandlerCache() @short dtor of the cache @descr It frees all used memory. In further implementations (may if we support write access too) it's a good place to flush changes back to the configuration - but not needed yet. - - @modified 30.04.2002 09:54, as96863 */ sal_Bool HandlerCache::search( const ::rtl::OUString& sURL, ProtocolHandler* pReturn ) const { @@ -204,8 +194,6 @@ sal_Bool HandlerCache::search( const ::rtl::OUString& sURL, ProtocolHandler* pRe @descr We combine neccessary parts of this struct to a valid URL string and call our other search method ... It's a helper for outside code. - - @modified 30.04.2002 09:54, as96863 */ sal_Bool HandlerCache::search( const css::util::URL& aURL, ProtocolHandler* pReturn ) const { @@ -242,8 +230,6 @@ void HandlerCache::takeOver(HandlerHash* pHandler, PatternHash* pPattern) @param sPackage specifies the package name of the configuration data which should be used - - @modified 30.04.2002 10:06, as96863 */ HandlerCFGAccess::HandlerCFGAccess( const ::rtl::OUString& sPackage ) : ConfigItem( sPackage ) @@ -265,8 +251,6 @@ HandlerCFGAccess::HandlerCFGAccess( const ::rtl::OUString& sPackage ) @param pPattern reverse map of handler pattern to her uno names - - @modified 30.04.2002 09:54, as96863 */ void HandlerCFGAccess::read( HandlerHash** ppHandler , PatternHash** ppPattern ) diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 55f418d70572..b26da6902f23 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -648,7 +648,6 @@ css::uno::Reference< css::awt::XWindow > SAL_CALL Frame::getContainerWindow() th valid reference to our new owner frame, which should implement a supplier interface @threadsafe yes - @modified 08.05.2002 09:35, as96863 *//*-*****************************************************************************************************/ void SAL_CALL Frame::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& xCreator ) throw( css::uno::RuntimeException ) { @@ -756,7 +755,6 @@ void SAL_CALL Frame::setName( const ::rtl::OUString& sName ) throw( css::uno::Ru @return A reference to found or may be new created frame. @threadsafe yes - @modified 16.05.2002 11:08, as96863 *//*-*****************************************************************************************************/ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl::OUString& sTargetFrameName, sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException ) @@ -1317,7 +1315,6 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException ) @onerror We return <FALSE/>. @threadsafe yes - @modified 06.05.2002 11:39, as96863 *//*-*****************************************************************************************************/ sal_Bool SAL_CALL Frame::setComponent( const css::uno::Reference< css::awt::XWindow >& xComponentWindow , const css::uno::Reference< css::frame::XController >& xController ) throw( css::uno::RuntimeException ) @@ -1586,7 +1583,6 @@ void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css:: if any internal things willn't be closed @threadsafe yes - @modified 06.05.2002 08:33, as96863 *//*-*****************************************************************************************************/ void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::CloseVetoException, css::uno::RuntimeException ) @@ -1684,7 +1680,6 @@ void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::Close @onerror Listener is ignored. @threadsafe yes - @modified 06.05.2002 10:03, as96863 *//*-*****************************************************************************************************/ void SAL_CALL Frame::addCloseListener( const css::uno::Reference< css::util::XCloseListener >& xListener ) throw (css::uno::RuntimeException) { @@ -2372,7 +2367,6 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css:: We are not interested on this information. We are interested on the visible state only. @threadsafe yes - @modified 31.07.2002 07:56, as96863 *//*-*****************************************************************************************************/ void SAL_CALL Frame::windowShown( const css::lang::EventObject& ) throw(css::uno::RuntimeException) { @@ -3010,7 +3004,6 @@ void Frame::implts_stopWindowListening() @seealso m_nExternalLockCount @threadsafe yes - @modified 06.05.2002 09:31, as96863 *//*-*****************************************************************************************************/ void Frame::implts_checkSuicide() { |