diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-04 05:03:42 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-11 08:01:24 +0200 |
commit | 08ed74c89f7f018167b858e74cc30ae0272fae6c (patch) | |
tree | 6a254c979cab2dff9edec61f740b800f3696b01d /sc/inc/table.hxx | |
parent | 13ed8001c9e825d28a9a0aa67fbf88d2d3e3b30e (diff) |
integrate color formats into conditional formats
Change-Id: I3c235f6dd0b69d3fc560910fcc890d2c80c995c0
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index c417562a2a15..3e3572095832 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -383,8 +383,6 @@ public: void CopyConditionalFormat( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, SCsCOL nDx, SCsROW nDy, ScTable* pTable); - void CopyColorScales( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, - SCsCOL nDx, SCsROW nDy, ScTable* pTable); void TransposeClip( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScTable* pTransClip, sal_uInt16 nFlags, bool bAsLink ); |