summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-15 09:15:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-15 09:15:47 +0100
commit6ed72842cdca2c534ce4984f8e8066703f8a3bdd (patch)
treef07ca01d8bbdbe26c489fc12b922163cfd2a625e
parent5403fa516bb83181d78789cd2cad8ed59c69de1e (diff)
Tweaked previous comment translations.
-rw-r--r--sc/source/ui/view/dbfunc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx
index d78c11eda273..d1aff8c5dbfa 100644
--- a/sc/source/ui/view/dbfunc.cxx
+++ b/sc/source/ui/view/dbfunc.cxx
@@ -92,7 +92,7 @@ void ScDBFunc::GotoDBArea( const ::rtl::OUString& rDBName )
}
}
-// get actual datarange for sort / filter search
+// search current datarange for sort / filter
ScDBData* ScDBFunc::GetDBData( bool bMark, ScGetDBMode eMode, ScGetDBSelection eSel )
{
@@ -320,7 +320,7 @@ void ScDBFunc::Query( const ScQueryParam& rQueryParam, const ScRange* pAdvSource
sal_Bool bCopy = !rQueryParam.bInplace;
if (bCopy)
{
- // mark target range (data base range has been set up if applicable)
+ // mark target range (data base range has been set up if applicable)
ScDocument* pDoc = pDocSh->GetDocument();
ScDBData* pDestData = pDoc->GetDBAtCursor(
rQueryParam.nDestCol, rQueryParam.nDestRow,
@@ -422,7 +422,7 @@ void ScDBFunc::ToggleAutoFilter()
{
if ( MessBox( GetViewData()->GetDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES),
ScGlobal::GetRscString( STR_MSSG_DOSUBTOTALS_0 ), // "StarCalc"
- ScGlobal::GetRscString( STR_MSSG_MAKEAUTOFILTER_0 ) // header from first cell?
+ ScGlobal::GetRscString( STR_MSSG_MAKEAUTOFILTER_0 ) // header from first row?
).Execute() == RET_YES )
{
pDBData->SetHeader( sal_True ); //! Undo ??