summaryrefslogtreecommitdiff
path: root/sc/inc/chartuno.hxx
diff options
context:
space:
mode:
authorNicolas Christener <nc@adfinis.com>2011-03-11 23:03:40 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-12 08:56:02 +0100
commit59ba9bfd9dbdde525ee1f9674e49eb32b799b0f3 (patch)
tree82fdc17a5fce00a8f2425955faa57a62c56cb34c /sc/inc/chartuno.hxx
parent620cbe0297f92ac696748ebec7e654233204fc59 (diff)
translate german comments in /sc/inc
Diffstat (limited to 'sc/inc/chartuno.hxx')
-rw-r--r--sc/inc/chartuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx
index ce778ad62423..179fb789e178 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -60,7 +60,7 @@ class ScChartsObj : public cppu::WeakImplHelper4<
{
private:
ScDocShell* pDocShell;
- SCTAB nTab; // Charts sind pro Sheet
+ SCTAB nTab; // Charts are per sheet
ScChartObj* GetObjectByIndex_Impl(long nIndex) const;
ScChartObj* GetObjectByName_Impl(const ::rtl::OUString& aName) const;
@@ -134,7 +134,7 @@ class ScChartObj : public ::comphelper::OBaseMutex
{
private:
ScDocShell* pDocShell;
- SCTAB nTab; // Charts sind pro Sheet
+ SCTAB nTab; // Charts are per sheet
String aChartName;
void Update_Impl( const ScRangeListRef& rRanges, bool bColHeaders, bool bRowHeaders );