summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--embeddedobj/test/Container1/NativeView.java1
-rw-r--r--framework/inc/classes/framecontainer.hxx1
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx4
-rw-r--r--framework/inc/classes/taskcreator.hxx1
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx1
-rw-r--r--framework/inc/dispatch/mailtodispatcher.hxx2
-rw-r--r--framework/inc/dispatch/servicehandler.hxx2
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx1
-rw-r--r--framework/inc/helper/tagwindowasmodified.hxx1
-rw-r--r--framework/inc/interaction/quietinteraction.hxx1
-rw-r--r--framework/inc/services/frame.hxx1
-rw-r--r--framework/source/classes/framecontainer.cxx13
-rw-r--r--framework/source/classes/taskcreator.cxx4
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx10
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx16
-rw-r--r--framework/source/dispatch/servicehandler.cxx16
-rw-r--r--framework/source/fwi/classes/protocolhandlercache.cxx16
-rw-r--r--framework/source/services/frame.cxx7
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java2
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java1
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java1
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/ScriptContext.java2
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/java/Resolver.java1
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java1
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java2
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java1
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java1
-rw-r--r--sfx2/source/bastyp/fltlst.cxx2
-rw-r--r--sfx2/source/dialog/mailmodel.cxx9
-rw-r--r--sw/source/core/doc/doc.cxx2
-rw-r--r--unotools/source/config/viewoptions.cxx6
44 files changed, 0 insertions, 143 deletions
diff --git a/embeddedobj/test/Container1/NativeView.java b/embeddedobj/test/Container1/NativeView.java
index 532581634e29..0d41ea3bdf1a 100644
--- a/embeddedobj/test/Container1/NativeView.java
+++ b/embeddedobj/test/Container1/NativeView.java
@@ -34,7 +34,6 @@ import java.awt.event.*;
* Otherwise they can make some trouble.
*
* @author Andreas Schlüns
- * @created 22.02.2002 08:47
*/
public class NativeView extends java.awt.Canvas
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx
index f24e27dc19f1..3271a456e1f5 100644
--- a/framework/inc/classes/framecontainer.hxx
+++ b/framework/inc/classes/framecontainer.hxx
@@ -90,7 +90,6 @@ typedef TFrameContainer::const_iterator TConstFrameI
@devstatus ready to use
@threadsafe yes
- @modified 01.07.2002 14:39, as96863
*//*-*************************************************************************************************************/
class FrameContainer : private ThreadHelpBase
{
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index be7e1c8d2325..f9f3be641008 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -128,8 +128,6 @@ typedef BaseHash< ProtocolHandler > HandlerHash;
@devstatus ready to use
@threadsafe yes
-
- @modified 30.04.2002 11:19, as96863
*/
class HandlerCFGAccess;
@@ -174,8 +172,6 @@ class FWI_DLLPUBLIC HandlerCache
@devstatus ready to use
@threadsafe no
-
- @modified 30.04.2002 09:58, as96863
*/
class FWI_DLLPUBLIC HandlerCFGAccess : public ::utl::ConfigItem
{
diff --git a/framework/inc/classes/taskcreator.hxx b/framework/inc/classes/taskcreator.hxx
index 9b303b161a84..36378c0e278e 100644
--- a/framework/inc/classes/taskcreator.hxx
+++ b/framework/inc/classes/taskcreator.hxx
@@ -63,7 +63,6 @@ namespace framework{
@devstatus ready to use
@threadsafe yes
- @modified 20.08.2003 08:37, as96863
*//*-*************************************************************************************************************/
class TaskCreator : private ThreadHelpBase
{
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index e2a4107b0e3a..df1b34aceb4b 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -86,7 +86,6 @@ enum EDispatchHelper
@devstatus ready to use
@threadsafe yes
- @modified 17.05.2002 07:56, as96863
*/
class DispatchProvider : // interfaces
public css::lang::XTypeProvider ,
diff --git a/framework/inc/dispatch/mailtodispatcher.hxx b/framework/inc/dispatch/mailtodispatcher.hxx
index 52ba1aad0350..c89b56cb855f 100644
--- a/framework/inc/dispatch/mailtodispatcher.hxx
+++ b/framework/inc/dispatch/mailtodispatcher.hxx
@@ -83,8 +83,6 @@ namespace framework{
provides XWeak and ref count mechanism
@devstatus ready to use
-
- @modified 02.05.2002 08:12, as96863
*/
class MailToDispatcher : // interfaces
public css::lang::XTypeProvider ,
diff --git a/framework/inc/dispatch/servicehandler.hxx b/framework/inc/dispatch/servicehandler.hxx
index 19336bf3d69c..dc7841af247c 100644
--- a/framework/inc/dispatch/servicehandler.hxx
+++ b/framework/inc/dispatch/servicehandler.hxx
@@ -87,8 +87,6 @@ namespace framework{
provides XWeak and ref count mechanism
@devstatus ready to use
-
- @modified 02.05.2002 08:13, as96863
*/
class ServiceHandler : // interfaces
public css::lang::XTypeProvider ,
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index d2ac51643885..aff3436bfc52 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -77,7 +77,6 @@ namespace framework{
@devstatus ready
@threadsafe yes
- @modified 06.08.2004 08:41, as96863
*//*-*************************************************************************************************************/
class PersistentWindowState : // interfaces
public css::lang::XTypeProvider,
diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx
index 319acaa73f39..9de0c6c9d41b 100644
--- a/framework/inc/helper/tagwindowasmodified.hxx
+++ b/framework/inc/helper/tagwindowasmodified.hxx
@@ -72,7 +72,6 @@ namespace framework{
@devstatus draft
@threadsafe yes
- @modified as96863
*//*-*************************************************************************************************************/
class TagWindowAsModified : // interfaces
public css::lang::XTypeProvider,
diff --git a/framework/inc/interaction/quietinteraction.hxx b/framework/inc/interaction/quietinteraction.hxx
index e930a3ea987f..03afd79689c3 100644
--- a/framework/inc/interaction/quietinteraction.hxx
+++ b/framework/inc/interaction/quietinteraction.hxx
@@ -66,7 +66,6 @@ namespace framework{
- InteractiveAugmentedIOException
All other requests will be aborted.
- @modified 12.07.2002 14:06
@by Andreas Schlüns
*/
class QuietInteraction : public css::lang::XTypeProvider
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx
index 7edb072493b9..b6db676b7fa6 100644
--- a/framework/inc/services/frame.hxx
+++ b/framework/inc/services/frame.hxx
@@ -138,7 +138,6 @@ class WindowCommandDispatch;
@devstatus ready to use
@threadsafe yes
- @modified 04.10.2004 10:47, as96863
*//*-*************************************************************************************************************/
class Frame : // interfaces
public css::lang::XTypeProvider ,
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()
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
index 36d2c8c22912..f71260aeab15 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
@@ -48,7 +48,6 @@ import java.awt.*;
* document (e.g. enable/disable menubar, toolbar, objectbar)
*
* @author Andreas Schl&uuml;ns
- * @created 20.06.2002 09:28
*/
public class CustomizeView extends JPanel
implements IShutdownListener
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java
index 8f635dfdcf6e..f11be9f1d408 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java
@@ -44,7 +44,6 @@ import java.lang.String;
* TODO
*
* @author Andreas Schl&uuml;ns
- * @created 08.02.2002 14:05
*/
public class Desk
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
index a45294c5affe..c2fbfa0d4857 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
@@ -59,7 +59,6 @@ import java.awt.event.WindowEvent;
* demo application which holds all opened views alive.
*
* @author Andreas Schl&uuml;ns
- * @created 06.03.2002 09:38
*/
public class DocumentView extends JFrame
implements com.sun.star.lang.XEventListener, // react for Frame::disposing()
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 9fcee9349626..0575beacd772 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -61,7 +61,6 @@ import java.net.*;
* (a) getting file names by using a file chosser
*
* @author Andreas Schl&uuml;ns
- * @created 28.02.2002 15:31
*/
public class FunctionHelper
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java
index 935f788b8c03..7127cd8043a8 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java
@@ -46,7 +46,6 @@ import java.util.Vector;
* parameter of the original request.
*
* @author Andreas Schl&uuml;ns
- * @created 17.07.2002 08:09
*/
public interface IOnewayLink
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java
index ba9035383d24..c3b13e71ed20 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java
@@ -39,7 +39,6 @@
* if java virtual machine dies.
*
* @author Andreas Schl&uuml;ns
- * @created 03.05.2002 13:51
*/
public interface IShutdownListener
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
index 837065957f54..f8057b915585 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
@@ -57,7 +57,6 @@ import java.util.Vector;
* be synchronous then. => deadlocks are possible
*
* @author Andreas Schl&uuml;ns
- * @created 06.03.2002 09:38
*/
public class Interceptor implements com.sun.star.frame.XFrameActionListener,
com.sun.star.frame.XDispatchProviderInterceptor,
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
index ead6d7745287..f3324e0b79ab 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
@@ -49,7 +49,6 @@ import java.awt.event.*;
* Otherwise they can make some trouble.
*
* @author Andreas Schl&uuml;ns
- * @created 22.02.2002 08:47
*/
public class NativeView extends java.awt.Canvas
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java
index 15a1bf42ecf0..cc840cb95ea3 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java
@@ -50,8 +50,6 @@ import java.lang.String;
* times only.
*
* @author Andreas Schl&uuml;ns
- * @created 7. Februar 2002
- * @modified 05.02.2002 12:10
*/
public class OfficeConnect
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
index 7d84d7c5fcca..132ee897e2be 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
@@ -46,7 +46,6 @@ import java.util.Vector;
* which method was used and which parameters must be handled.
*
* @author Andreas Schl&uuml;ns
- * @created 17.07.2002 08:18
*/
class OnewayExecutor extends Thread
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
index de369dcd8c16..5bb20d3fe149 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
@@ -61,7 +61,6 @@ import java.util.Vector;
* So we must start threads for updating something internaly.
*
* @author Andreas Schl&uuml;ns
- * @created 15.07.2002 12:36
*/
class StatusListener implements com.sun.star.frame.XStatusListener,
com.sun.star.frame.XFrameActionListener,
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
index 64923f539516..ab19b7ecf30e 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
@@ -60,7 +60,6 @@ import java.lang.String;
* for this constallation.
*
* @author Andreas Schl&uuml;ns
- * @created 20.06.2002 15:08
*/
public class StatusView extends JPanel
implements IShutdownListener
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
index e35e3c0d7b99..3a85b1fb0e18 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
@@ -50,7 +50,6 @@ import java.util.*;
* this demo application.
*
* @author Andreas Schl&uuml;ns
- * @created 01.03.2002 08:42
*/
public class ViewContainer extends Thread
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java
index 7f0bd79b99e4..c7f08ab9b6de 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java
@@ -60,8 +60,6 @@ import java.lang.String;
* to open or use internal set connection which is created one times only.
*
* @author Andreas Schl&uuml;ns
- * @created 7. Februar 2002
- * @modified 05.02.2002 12:10
*/
public class OfficeConnect
{
diff --git a/scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java b/scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java
index ae9db03bba27..d3146c0c1a27 100644
--- a/scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java
+++ b/scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java
@@ -28,7 +28,6 @@ import com.sun.star.uno.XComponentContext;
* Class Loader Factory
*
* @author Noel Power
- * @created August 2, 2002
*/
public class ClassLoaderFactory
{
diff --git a/scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java b/scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java
index 8823c2fb26f8..9b16d54524cb 100644
--- a/scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java
+++ b/scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java
@@ -30,7 +30,6 @@ import com.sun.star.script.provider.XScriptContext;
* Description of the Class
*
* @author Noel Power
- * @created August 2, 2002
*/
public class EditorScriptContext implements XScriptContext
{
diff --git a/scripting/java/com/sun/star/script/framework/provider/ScriptContext.java b/scripting/java/com/sun/star/script/framework/provider/ScriptContext.java
index 0a8bc4c8f87b..d659ea5872ed 100644
--- a/scripting/java/com/sun/star/script/framework/provider/ScriptContext.java
+++ b/scripting/java/com/sun/star/script/framework/provider/ScriptContext.java
@@ -36,7 +36,6 @@ import com.sun.star.script.framework.log.LogUtils;
* Description of the Class
*
* @author Noel Power
- * @created August 2, 2002
*/
public class ScriptContext extends PropertySet implements XScriptContext
{
@@ -44,7 +43,6 @@ public class ScriptContext extends PropertySet implements XScriptContext
* Description of the Class
*
* @author John Rice
- * @created 18/09/02
*/
public final static String HM_DOC_REF = "DocumentReference";
diff --git a/scripting/java/com/sun/star/script/framework/provider/java/Resolver.java b/scripting/java/com/sun/star/script/framework/provider/java/Resolver.java
index 0f0045f3c385..b810ec6db3c0 100644
--- a/scripting/java/com/sun/star/script/framework/provider/java/Resolver.java
+++ b/scripting/java/com/sun/star/script/framework/provider/java/Resolver.java
@@ -24,7 +24,6 @@ package com.sun.star.script.framework.provider.java;
* for a particular ScriptDescriptor and Class
*
* @author Tomas O'Connor
- * @created August 2, 2002
*/
public interface Resolver {
diff --git a/scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java b/scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java
index ea7b19dc781b..cdd4916d531c 100644
--- a/scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java
+++ b/scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java
@@ -27,7 +27,6 @@ import java.util.StringTokenizer;
* criteria that should be used for finding a particular script
*
* @author Tomas O'Connor
- * @created August 2, 2002
*/
public class ScriptDescriptor
{
diff --git a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java
index dbe8967beffc..4ed2f8e53fb6 100644
--- a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java
+++ b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java
@@ -46,7 +46,6 @@ import com.sun.star.script.framework.log.LogUtils;
* Description of the Class
*
* @author Noel Power
- * @created August 2, 2002
*/
public class ScriptProviderForJava
{
@@ -54,7 +53,6 @@ public class ScriptProviderForJava
* Description of the Class
*
* @author Noel Power
- * @created August 2, 2002
*/
public static class _ScriptProviderForJava extends ScriptProvider
{
diff --git a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java
index d86812849f38..367b31252189 100644
--- a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java
+++ b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java
@@ -25,7 +25,6 @@ import java.lang.reflect.InvocationTargetException;
* A ScriptProxy object acts as a proxy for a Java <code>Method</code>
*
* @author Tomas O'Connor
- * @created August 2, 2002
* @see java.lang.reflect.Method
*/
public class ScriptProxy
diff --git a/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java b/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java
index 3722b1fd5d22..6889e607f156 100644
--- a/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java
+++ b/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java
@@ -29,7 +29,6 @@ import com.sun.star.script.framework.log.LogUtils;
* can be found in the Class.
*
* @author Tomas O'Connor
- * @created August 2, 2002
*/
public class StrictResolver implements Resolver
{
diff --git a/sfx2/source/bastyp/fltlst.cxx b/sfx2/source/bastyp/fltlst.cxx
index ca16ec65ccaa..3d8bb52fd387 100644
--- a/sfx2/source/bastyp/fltlst.cxx
+++ b/sfx2/source/bastyp/fltlst.cxx
@@ -95,8 +95,6 @@ class SfxRefreshListener : public ::cppu::WeakImplHelper1<com::sun::star::util::
@onerror We show some assertions in non product version.
Otherwise we do nothing!
@threadsafe yes
-
- @last_change 17.10.2001 10:27
*//*-*************************************************************************************************************/
SfxFilterListener::SfxFilterListener()
{
diff --git a/sfx2/source/dialog/mailmodel.cxx b/sfx2/source/dialog/mailmodel.cxx
index 6d41a5c6b872..b66cf8fa6578 100644
--- a/sfx2/source/dialog/mailmodel.cxx
+++ b/sfx2/source/dialog/mailmodel.cxx
@@ -106,22 +106,15 @@ public:
bool IsSet() const {return m_bState;}
};
-/*-- 25.08.2010 14:32:49---------------------------------------------------
-
- -----------------------------------------------------------------------*/
PrepareListener_Impl::PrepareListener_Impl() :
m_bState( false )
{
}
-/*-- 25.08.2010 14:32:51---------------------------------------------------
- -----------------------------------------------------------------------*/
PrepareListener_Impl::~PrepareListener_Impl()
{
}
-/*-- 25.08.2010 14:32:51---------------------------------------------------
- -----------------------------------------------------------------------*/
void PrepareListener_Impl::statusChanged(const css::frame::FeatureStateEvent& rEvent) throw(css::uno::RuntimeException)
{
if( rEvent.IsEnabled )
@@ -129,9 +122,7 @@ void PrepareListener_Impl::statusChanged(const css::frame::FeatureStateEvent& rE
else
m_bState = sal_False;
}
-/*-- 25.08.2010 14:32:52---------------------------------------------------
- -----------------------------------------------------------------------*/
void PrepareListener_Impl::disposing(const css::lang::EventObject& /*rEvent*/) throw(css::uno::RuntimeException)
{
}
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index f6392318585e..bf1a7f1e4b11 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -2306,9 +2306,7 @@ bool SwDoc::RemoveInvisibleContent()
GetIDocumentUndoRedo().EndUndo( UNDO_UI_DELETE_INVISIBLECNTNT, NULL );
return bRet;
}
-/*-- 25.08.2010 14:18:12---------------------------------------------------
- -----------------------------------------------------------------------*/
bool SwDoc::HasInvisibleContent() const
{
sal_Bool bRet = sal_False;
diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx
index 904433848149..d30c69efe3ec 100644
--- a/unotools/source/config/viewoptions.cxx
+++ b/unotools/source/config/viewoptions.cxx
@@ -329,8 +329,6 @@ class SvtViewOptionsBase_Impl
@param -
@return -
-
- @last change 19.10.2001 07:54
*//*-*************************************************************************************************************/
SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const ::rtl::OUString& sList )
: m_sListName ( sList ) // we must know, which view type we must support
@@ -373,8 +371,6 @@ SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const ::rtl::OUString& sList )
@param -
@return -
-
- @last change 19.10.2001 08:02
*//*-*************************************************************************************************************/
SvtViewOptionsBase_Impl::~SvtViewOptionsBase_Impl()
{
@@ -749,8 +745,6 @@ void SvtViewOptionsBase_Impl::SetVisible( const ::rtl::OUString& sName ,
@param "sNode", name of new entry
@return -
-
- @last change 19.10.2001 08:42
*//*-*************************************************************************************************************/
css::uno::Reference< css::uno::XInterface > SvtViewOptionsBase_Impl::impl_getSetNode( const ::rtl::OUString& sNode ,
sal_Bool bCreateIfMissing)