summaryrefslogtreecommitdiff
path: root/reportdesign/inc/UndoEnv.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 11:59:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 11:59:17 +0000
commit5642799e03171413406c68643f7ac33b791a8baf (patch)
treeed660056b0ca2f29a64ca75eff193ee75da0441d /reportdesign/inc/UndoEnv.hxx
parentd8efff880e0f1f5a5ce71811047f8b5f9b7a63f9 (diff)
INTEGRATION: CWS rptchart02 (1.2.100); FILE MERGED
2008/04/16 06:20:35 oj 1.2.100.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/03 06:33:00 oj 1.2.100.2: #i86343# remove unused code 2008/03/12 09:45:15 oj 1.2.100.1: impl chart handling
Diffstat (limited to 'reportdesign/inc/UndoEnv.hxx')
-rw-r--r--reportdesign/inc/UndoEnv.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx
index 4f6586e9d60d..8385ad6cd15c 100644
--- a/reportdesign/inc/UndoEnv.hxx
+++ b/reportdesign/inc/UndoEnv.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: UndoEnv.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -35,6 +35,8 @@
#include <com/sun/star/container/XContainerListener.hpp>
#include <com/sun/star/report/XReportDefinition.hpp>
#include <memory>
+#include <svtools/lstner.hxx>
+
namespace rptui
{
class OXUndoEnvironmentImpl;
@@ -85,10 +87,6 @@ namespace rptui
*/
void RemoveSection(OReportPage* _pPage);
- // readonly-ness
- void SetReadOnly( sal_Bool bRead, const Accessor& );
- sal_Bool IsReadOnly() const;
-
protected:
// XEventListener
virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw( ::com::sun::star::uno::RuntimeException );