summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/pagectrl.cxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-09-16 10:27:27 +0000
committerDaniel Rentz <dr@openoffice.org>2002-09-16 10:27:27 +0000
commit10db94ce3892912305069e111ea7096c8afff61d (patch)
tree2b07d2492f8a3bc6ba46ad7f0d70d2361643288a /svx/source/dialog/pagectrl.cxx
parent#79591# correct some service names (diff)
downloadcore-10db94ce3892912305069e111ea7096c8afff61d.tar.gz
core-10db94ce3892912305069e111ea7096c8afff61d.zip
#103284# no preview of text flow in Calc
Diffstat (limited to 'svx/source/dialog/pagectrl.cxx')
-rw-r--r--svx/source/dialog/pagectrl.cxx6
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;