summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output3.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-01-21 13:49:22 +0100
committerMathias Bauer <mba@openoffice.org>2010-01-21 13:49:22 +0100
commitcc7e1af06dbd01e3c6ded44e0774599eea901951 (patch)
tree36bcda1ff35de15a3887740e95263d8cb864efa6 /sc/source/ui/view/output3.cxx
parent7320ab91a63195413ee690d235894df188b35bfe (diff)
parentbdb66f32bdfa2ab9e5eb4751b64b13d8828cb5bb (diff)
resync to DEV300_m70
Diffstat (limited to 'sc/source/ui/view/output3.cxx')
-rwxr-xr-x[-rw-r--r--]sc/source/ui/view/output3.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/source/ui/view/output3.cxx b/sc/source/ui/view/output3.cxx
index d3dff3e64..59217bbcc 100644..100755
--- a/sc/source/ui/view/output3.cxx
+++ b/sc/source/ui/view/output3.cxx
@@ -50,10 +50,6 @@
#include "tabvwsh.hxx"
#include "fillinfo.hxx"
-
-#ifdef IRIX
-#include <basic/sbx.hxx>
-#endif
#include <svx/fmview.hxx>
// STATIC DATA -----------------------------------------------------------
@@ -170,7 +166,8 @@ void ScOutputData::PrintDrawingLayer(const sal_uInt16 nLayer, const Point& rMMOf
if(pLocalDrawView)
{
- bHideAllDrawingLayer = pLocalDrawView->getHideOle() && pLocalDrawView->getHideChart() && pLocalDrawView->getHideDraw();
+ bHideAllDrawingLayer = pLocalDrawView->getHideOle() && pLocalDrawView->getHideChart()
+ && pLocalDrawView->getHideDraw() && pLocalDrawView->getHideFormControl();
}
}