summaryrefslogtreecommitdiff
path: root/sc/inc/chartpos.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-01-29 15:36:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2010-01-29 15:36:08 +0000
commite1842855acab54883d4b17cb520ef4f622d05bb4 (patch)
treeb1e2f392cd342756401016278b681c34c6aad800 /sc/inc/chartpos.hxx
parentf851cc84497986e5af50a102e504270d5f2fbd70 (diff)
parenta02a44429145de0a67f3b75656f10b146490feec (diff)
ab71: merge with DEV300_m63
Diffstat (limited to 'sc/inc/chartpos.hxx')
-rw-r--r--sc/inc/chartpos.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/chartpos.hxx b/sc/inc/chartpos.hxx
index b3b6e8763eb1..cd0bd47f2a32 100644
--- a/sc/inc/chartpos.hxx
+++ b/sc/inc/chartpos.hxx
@@ -100,8 +100,8 @@ public:
return ppRowHeader[ nChartRow ];
return NULL;
}
- ScRangeListRef GetColRanges( SCCOL nChartCol ) const;
- ScRangeListRef GetRowRanges( SCROW nChartRow ) const;
+//UNUSED2009-05 ScRangeListRef GetColRanges( SCCOL nChartCol ) const;
+//UNUSED2009-05 ScRangeListRef GetRowRanges( SCROW nChartRow ) const;
};
@@ -114,7 +114,6 @@ enum ScChartGlue {
};
class ScDocument;
-class ScMultipleReadHeader;
class ScChartPositioner // nur noch Parameter-Struct
{