summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-07 16:08:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 18:08:30 +0200
commit548a2ffe3a40852d7bb3b2880b58e93c34cd41ef (patch)
tree4df975482ad934d2069d32dc9347cf3307791b64 /sfx2/source
parent87f242e036082c1b659536dec2bf779d88910249 (diff)
remove bogus date information
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/bastyp/fltlst.cxx2
-rw-r--r--sfx2/source/dialog/mailmodel.cxx9
2 files changed, 0 insertions, 11 deletions
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)
{
}