summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-01 13:19:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-01 13:20:10 +0200
commit08b91c63131b7e625d2a2c489bc537dafe5c5963 (patch)
tree8e8328f03d9000310e3e71e55d8cd9e7574f459f /reportdesign
parent829851c290047a08e419add91bca00234c3b9ef0 (diff)
remove unused GetCurDocViewWin
Change-Id: I7fe825cd1fb9e988eb8037e1f5dca7252c192f33
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/inc/RptModel.hxx1
-rw-r--r--reportdesign/source/core/sdr/RptModel.cxx6
2 files changed, 0 insertions, 7 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx
index 38983a0e34e9..197932b424b2 100644
--- a/reportdesign/inc/RptModel.hxx
+++ b/reportdesign/inc/RptModel.hxx
@@ -63,7 +63,6 @@ public:
virtual void SetChanged(sal_Bool bFlg = sal_True);
virtual SdrPage* AllocPage(bool bMasterPage);
- virtual Window* GetCurDocViewWin();
virtual SdrPage* RemovePage(sal_uInt16 nPgNum);
/** returns the numbering type that is used to format page fields in drawing shapes */
virtual SvxNumType GetPageNumType() const;
diff --git a/reportdesign/source/core/sdr/RptModel.cxx b/reportdesign/source/core/sdr/RptModel.cxx
index 6908639f648a..1e7ddbfbf3a9 100644
--- a/reportdesign/source/core/sdr/RptModel.cxx
+++ b/reportdesign/source/core/sdr/RptModel.cxx
@@ -92,12 +92,6 @@ void OReportModel::SetChanged( sal_Bool bChanged )
//----------------------------------------------------------------------------
-Window* OReportModel::GetCurDocViewWin()
-{
- return 0;
-}
-
-//----------------------------------------------------------------------------
OXUndoEnvironment& OReportModel::GetUndoEnv()
{
return *m_pUndoEnv;