summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ModifyListenerHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ModifyListenerHelper.hxx')
-rw-r--r--chart2/source/inc/ModifyListenerHelper.hxx32
1 files changed, 1 insertions, 31 deletions
diff --git a/chart2/source/inc/ModifyListenerHelper.hxx b/chart2/source/inc/ModifyListenerHelper.hxx
index fe49052ae2a4..f5dbb370560b 100644
--- a/chart2/source/inc/ModifyListenerHelper.hxx
+++ b/chart2/source/inc/ModifyListenerHelper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ModifyListenerHelper.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.44.1 $
*
* This file is part of OpenOffice.org.
*
@@ -126,36 +126,6 @@ private:
// ================================================================================
-class ModifyListenerOnDemmandRefresh :
- public ::cppu::WeakImplHelper1<
- ::com::sun::star::util::XModifyListener >
-{
-public:
- explicit ModifyListenerOnDemmandRefresh( ::osl::Mutex & rMutex );
-
- void listenAtDocument( const ::com::sun::star::uno::Reference<
- ::com::sun::star::chart2::XChartDocument > & xChartDoc );
-
- void update();
- bool needsUpdate() const;
-
- // ____ XModifyListener ____
- virtual void SAL_CALL modified(
- const ::com::sun::star::lang::EventObject& aEvent )
- throw (::com::sun::star::uno::RuntimeException);
-
- // ____ XEventListener (base of XModifyListener) ____
- virtual void SAL_CALL disposing(
- const ::com::sun::star::lang::EventObject& Source )
- throw (::com::sun::star::uno::RuntimeException);
-
-private:
- ::osl::Mutex & m_rMutex;
- bool m_bNeedsUpdate;
-};
-
-// ================================================================================
-
namespace impl
{