diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-09-16 10:27:27 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-09-16 10:27:27 +0000 |
commit | 10db94ce3892912305069e111ea7096c8afff61d (patch) | |
tree | 2b07d2492f8a3bc6ba46ad7f0d70d2361643288a /svx/source/dialog/pagectrl.cxx | |
parent | 9c139caa6b0bc02bde6433449db96bc3f8d2a41a (diff) |
#103284# no preview of text flow in Calc
Diffstat (limited to 'svx/source/dialog/pagectrl.cxx')
-rw-r--r-- | svx/source/dialog/pagectrl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/pagectrl.cxx b/svx/source/dialog/pagectrl.cxx index 6df608102c1f..c18bdcf49477 100644 --- a/svx/source/dialog/pagectrl.cxx +++ b/svx/source/dialog/pagectrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pagectrl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: os $ $Date: 2002-06-17 14:19:47 $ + * last change: $Author: dr $ $Date: 2002-09-16 11:27:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -304,7 +304,7 @@ void SvxPageWindow::DrawPage( const Point& rOrg, const BOOL bSecond, const BOOL else DrawRect( aRect ); - if(pImpl->bFrameDirection) + if(pImpl->bFrameDirection && !bTable) { //pImpl->nFrameDirection Point aPos; |