summaryrefslogtreecommitdiff
path: root/sw/inc/viewsh.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-01-23 23:11:32 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-01-23 23:19:25 +0100
commit0a77c9f15bbb38d8c281daef4512d570683d2cb7 (patch)
tree0a3c09aaae3e6ec8253562f3f681f70b2dcfd197 /sw/inc/viewsh.hxx
parent3dbd1e69b94b6e91db5ddc36ed6808d7be0a418c (diff)
remove manual iteration in SwViewShell
Change-Id: Id7bd121067e86e4f8e4c3fe584cac05a85f47060
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r--sw/inc/viewsh.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index 89ebbc69c66c..6a73d551c960 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -586,14 +586,6 @@ public:
/// Are we doing tiled rendering?
bool isTiledRendering();
- SwViewShell* GetNext()
- { return GetNextInRing(); }
- const SwViewShell* GetNext() const
- { return GetNextInRing(); }
- SwViewShell* GetPrev()
- { return GetPrevInRing(); }
- const SwViewShell* GetPrev() const
- { return GetPrevInRing(); }
};
// manages global ShellPointer