diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-01 13:19:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-01 13:20:10 +0200 |
commit | 08b91c63131b7e625d2a2c489bc537dafe5c5963 (patch) | |
tree | 8e8328f03d9000310e3e71e55d8cd9e7574f459f /reportdesign/inc/RptModel.hxx | |
parent | 829851c290047a08e419add91bca00234c3b9ef0 (diff) |
remove unused GetCurDocViewWin
Change-Id: I7fe825cd1fb9e988eb8037e1f5dca7252c192f33
Diffstat (limited to 'reportdesign/inc/RptModel.hxx')
-rw-r--r-- | reportdesign/inc/RptModel.hxx | 1 |
1 files changed, 0 insertions, 1 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; |