[Libreoffice-commits] .: sc/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Tue Nov 15 00:15:55 PST 2011
sc/source/ui/view/dbfunc.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 6ed72842cdca2c534ce4984f8e8066703f8a3bdd
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Nov 15 09:15:47 2011 +0100
Tweaked previous comment translations.
diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx
index d78c11e..d1aff8c 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 ??
More information about the Libreoffice-commits
mailing list