summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-08-16 05:46:48 +0000
committerMichael Stahl <mstahl@redhat.com>2017-08-16 14:26:38 +0200
commitb1f6e6299cf5546bb5fdd5a6d97053c086458afa (patch)
tree261db988aa544cc3587e39b38ad84e3d7438921c /sc
parent11a8360087452c1599a392a211646dc1b6fc63cd (diff)
tdf#39468 Translate German comments/terms
Change-Id: I3c8d8ba10de007429b1cdf26f5e8b207f7cc5eea Reviewed-on: https://gerrit.libreoffice.org/41201 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/attrib.hxx2
-rw-r--r--sc/source/core/data/table3.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 5c88d55609bf..3efe0ff75f55 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -201,7 +201,7 @@ public:
ScTableListItem& operator=( const ScTableListItem &rCpy );
- // "pure virtual Methoden" from SfxPoolItem
+ // "pure virtual methods" from SfxPoolItem
virtual bool operator==( const SfxPoolItem& ) const override;
virtual bool GetPresentation( SfxItemPresentation ePres,
MapUnit eCoreMetric,
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 04885f9d65db..6b9a7006ae30 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -3283,7 +3283,6 @@ bool ScTable::CreateQueryParam(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow
}
else
{
- // nix
for (i=0; i < nCount; i++)
rQueryParam.GetEntry(i).Clear();
}