summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-23 08:06:05 +0200
committerAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-26 15:42:03 +0200
commit2d4037529bb5b831907eabb85650126349595cc9 (patch)
tree582248c891896a26aa7631fb70348993bf33cd68 /sw/inc
parent20f6cf03770d8c5ca343287a42dc58df3091ef32 (diff)
Revert "CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for now"
This is a real problem, which is fixed in a following commit -- tiled rendering does not currently set the viewport at all, which can result in an empty (or otherwise incorrect viewport), so this assert is definitely valid. This reverts commit fb0b42b89af95b42cc6caadf8c22321e5c9386e8.
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/viewsh.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index b40a648afbc1..f839b359ede1 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -571,7 +571,6 @@ public:
bool IsShowHeaderFooterSeparator( FrameControlType eControl ) { return (eControl == Header)? mbShowHeaderSeparator: mbShowFooterSeparator; }
virtual void SetShowHeaderFooterSeparator( FrameControlType eControl, bool bShow ) { if ( eControl == Header ) mbShowHeaderSeparator = bShow; else mbShowFooterSeparator = bShow; }
bool IsSelectAll() { return mbSelectAll; }
- bool IsTiledRendering() { return mbTiledRendering; }
};
// manages global ShellPointer