[Libreoffice-commits] .: cui/source extensions/source forms/source
J Graeme Lingard
jgraeme at kemper.freedesktop.org
Sun Nov 28 11:46:22 PST 2010
cui/source/options/optgdlg.cxx | 1
extensions/source/bibliography/bibview.cxx | 5 ---
extensions/source/bibliography/formcontrolcontainer.cxx | 22 ----------------
forms/source/component/EventThread.cxx | 12 --------
4 files changed, 40 deletions(-)
New commits:
commit 2957149ba01a6484b2d6df7cee26154f5590e6d0
Author: J. Graeme Lingard <jgraeme+git at gmail.com>
Date: Sun Nov 28 19:44:03 2010 +0000
Remove dated comments
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 550123b..cb7a171 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -868,7 +868,6 @@ OfaViewTabPage::~OfaViewTabPage()
}
#if defined( UNX )
-//--- 20.08.01 10:16:12 ---------------------------------------------------
IMPL_LINK( OfaViewTabPage, OnAntialiasingToggled, void*, NOTINTERESTEDIN )
{
(void)NOTINTERESTEDIN;
diff --git a/extensions/source/bibliography/bibview.cxx b/extensions/source/bibliography/bibview.cxx
index 80c1a5d..d481bbf 100644
--- a/extensions/source/bibliography/bibview.cxx
+++ b/extensions/source/bibliography/bibview.cxx
@@ -165,8 +165,6 @@ namespace bib
}
}
}
- //---------------------------------------------------------------------
- //--- 19.10.01 16:55:49 -----------------------------------------------
void BibView::_loaded( const EventObject& _rEvent )
{
@@ -196,9 +194,6 @@ namespace bib
Window::Resize();
}
- //---------------------------------------------------------------------
- //--- 18.10.01 18:52:45 -----------------------------------------------
-
Reference< awt::XControlContainer > BibView::getControlContainer()
{
Reference< awt::XControlContainer > xReturn;
diff --git a/extensions/source/bibliography/formcontrolcontainer.cxx b/extensions/source/bibliography/formcontrolcontainer.cxx
index 22ee464..8794a5b 100644
--- a/extensions/source/bibliography/formcontrolcontainer.cxx
+++ b/extensions/source/bibliography/formcontrolcontainer.cxx
@@ -54,8 +54,6 @@ namespace bib
{
}
- //---------------------------------------------------------------------
- //--- 18.10.01 18:54:57 -----------------------------------------------
FormControlContainer::~FormControlContainer( )
{
DBG_ASSERT( !isFormConnected(), "FormControlContainer::~FormControlContainer: you should disconnect in your derived class!" );
@@ -63,8 +61,6 @@ namespace bib
disconnectForm();
}
- //---------------------------------------------------------------------
- //--- 18.10.01 17:03:14 -----------------------------------------------
void FormControlContainer::disconnectForm()
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -77,8 +73,6 @@ namespace bib
}
}
- //---------------------------------------------------------------------
- //--- 18.10.01 16:56:01 -----------------------------------------------
void FormControlContainer::connectForm( const Reference< XLoadable >& _rxForm )
{
DBG_ASSERT( !isFormConnected(), "FormControlContainer::connectForm: already connected!" );
@@ -96,8 +90,6 @@ namespace bib
m_xForm = _rxForm;
}
- //---------------------------------------------------------------------
- //--- 18.10.01 18:50:14 -----------------------------------------------
struct ControlModeSwitch : public ::std::unary_function< Reference< XControl >, void >
{
sal_Bool bDesign;
@@ -110,8 +102,6 @@ namespace bib
}
};
- //---------------------------------------------------------------------
- //--- 18.10.01 18:49:57 -----------------------------------------------
void FormControlContainer::implSetDesignMode( sal_Bool _bDesign )
{
try
@@ -134,42 +124,30 @@ namespace bib
}
}
- //---------------------------------------------------------------------
- //--- 18.10.01 18:16:54 -----------------------------------------------
void FormControlContainer::ensureDesignMode()
{
implSetDesignMode( !m_xForm.is() || !m_xForm->isLoaded() );
}
- //---------------------------------------------------------------------
- //--- 18.10.01 16:45:33 -----------------------------------------------
void FormControlContainer::_loaded( const ::com::sun::star::lang::EventObject& /*_rEvent*/ )
{
implSetDesignMode( sal_False );
}
- //---------------------------------------------------------------------
- //--- 18.10.01 16:45:35 -----------------------------------------------
void FormControlContainer::_unloading( const ::com::sun::star::lang::EventObject& /*_rEvent*/ )
{
implSetDesignMode( sal_True );
}
- //---------------------------------------------------------------------
- //--- 18.10.01 16:45:36 -----------------------------------------------
void FormControlContainer::_unloaded( const ::com::sun::star::lang::EventObject& /*_rEvent*/ )
{
}
- //---------------------------------------------------------------------
- //--- 18.10.01 16:45:36 -----------------------------------------------
void FormControlContainer::_reloading( const ::com::sun::star::lang::EventObject& /*_rEvent*/ )
{
implSetDesignMode( sal_True );
}
- //---------------------------------------------------------------------
- //--- 18.10.01 16:45:37 -----------------------------------------------
void FormControlContainer::_reloaded( const ::com::sun::star::lang::EventObject& /*_rEvent*/ )
{
implSetDesignMode( sal_False );
diff --git a/forms/source/component/EventThread.cxx b/forms/source/component/EventThread.cxx
index 1f38302..5670635 100644
--- a/forms/source/component/EventThread.cxx
+++ b/forms/source/component/EventThread.cxx
@@ -147,25 +147,16 @@ void OComponentEventThread::addEvent( const EventObject* _pEvt,
m_aCond.set();
}
-//---------------------------------------------------------------------
-//--- 22.08.01 15:48:15 -----------------------------------------------
-
void OComponentEventThread::implStarted( )
{
acquire( );
}
-//---------------------------------------------------------------------
-//--- 22.08.01 15:48:16 -----------------------------------------------
-
void OComponentEventThread::implTerminated( )
{
release( );
}
-//---------------------------------------------------------------------
-//--- 22.08.01 15:47:31 -----------------------------------------------
-
void SAL_CALL OComponentEventThread::kill()
{
OComponentEventThread_TBASE::terminate();
@@ -174,9 +165,6 @@ void SAL_CALL OComponentEventThread::kill()
implTerminated( );
}
-//---------------------------------------------------------------------
-//--- 22.08.01 15:47:33 -----------------------------------------------
-
void SAL_CALL OComponentEventThread::onTerminated()
{
OComponentEventThread_TBASE::onTerminated();
More information about the Libreoffice-commits
mailing list