summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/output.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:53:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:53:39 +0000
commit91e28a6020dc0945e67c76e44796254f56a60f15 (patch)
treecb05c0cbeff7348b422dfbe98a01a63a84704126 /sc/source/ui/inc/output.hxx
parent118bf1ec53576654281c1997814b30579493e14d (diff)
INTEGRATION: CWS aw033 (1.19.50); FILE MERGED
2008/05/14 15:23:54 aw 1.19.50.2: RESYNC: (1.19-1.20); FILE MERGED 2008/01/22 12:13:49 aw 1.19.50.1: adaptions and 1st stripping
Diffstat (limited to 'sc/source/ui/inc/output.hxx')
-rw-r--r--sc/source/ui/inc/output.hxx13
1 files changed, 4 insertions, 9 deletions
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx
index e6d1ba21daa6..18e0eb7c5694 100644
--- a/sc/source/ui/inc/output.hxx
+++ b/sc/source/ui/inc/output.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: output.hxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@@ -237,16 +237,11 @@ public:
// #i72502# printer only command set
Point PrePrintDrawingLayer(long nLogStX, long nLogStY );
void PostPrintDrawingLayer(const Point& rMMOffset); // #i74768# need offset for FormLayer
- void PrintDrawingLayer(const sal_uInt16 nLayer, const sal_uInt16 nPaintMode, const Point& rMMOffset);
+ void PrintDrawingLayer(const sal_uInt16 nLayer, const Point& rMMOffset);
// nur Bildschirm:
- // #109985#
- //void DrawingSingle( USHORT nLayer, USHORT nObjectFlags, USHORT nDummyFlags );
- void DrawingSingle(const sal_uInt16 nLayer, const sal_uInt16 nPaintMode);
-
- // #109985#
- //void DrawSelectiveObjects( USHORT nLayer, const Rectangle& rRect, USHORT nObjectFlags, USHORT nDummyFlags = 0 );
- void DrawSelectiveObjects(const sal_uInt16 nLayer, const sal_uInt16 nPaintMode);
+ void DrawingSingle(const sal_uInt16 nLayer);
+ void DrawSelectiveObjects(const sal_uInt16 nLayer);
BOOL SetChangedClip(); // FALSE = nix
PolyPolygon GetChangedArea();