diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2015-01-14 22:16:33 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2015-01-14 22:17:46 -0500 |
commit | d04e06f6e41250d51c931dd9aa160c7d1b83941b (patch) | |
tree | 40d33581359a619cc2bbe6e55cbd330f9eecaa8f /sc | |
parent | eb6b39c3002b6e05ef417cf477808479f7a3b763 (diff) |
Comment these out for now. We'll use them later.
Change-Id: I7e6afeea9368241bea8af141726e73c557475317
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/gridwin4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx index 05fc3a0be780..366eb2859f30 100644 --- a/sc/source/ui/view/gridwin4.cxx +++ b/sc/source/ui/view/gridwin4.cxx @@ -874,7 +874,7 @@ void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMod void ScGridWindow::PaintTile( VirtualDevice& rDevice, int nOutputWidth, int nOutputHeight, - int nTilePosX, int nTilePosY, + int /*nTilePosX*/, int /*nTilePosY*/, long nTileWidth, long nTileHeight ) { // Output size is in pixels while tile position and size are in logical units (twips). |