summaryrefslogtreecommitdiffstats
path: root/include/sfx2/lokcharthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/lokcharthelper.hxx')
-rw-r--r--include/sfx2/lokcharthelper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/lokcharthelper.hxx b/include/sfx2/lokcharthelper.hxx
index 020abad111f0..aa7cfb5867ac 100644
--- a/include/sfx2/lokcharthelper.hxx
+++ b/include/sfx2/lokcharthelper.hxx
@@ -47,7 +47,8 @@ public:
static void PaintAllChartsOnTile(VirtualDevice& rDevice,
int nOutputWidth, int nOutputHeight,
int nTilePosX, int nTilePosY,
- tools::Long nTileWidth, tools::Long nTileHeight);
+ tools::Long nTileWidth, tools::Long nTileHeight,
+ bool bNegativeX = false);
bool postMouseEvent(int nType, int nX, int nY,
int nCount, int nButtons, int nModifier,
double fScaleX = 1.0, double fScaleY = 1.0);