[Libreoffice-commits] core.git: svx/source
Matteo Casalin
matteo.casalin at yahoo.com
Sat Aug 17 07:30:49 PDT 2013
svx/source/dialog/ctredlin.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 82aae49d7c14588c79d3e1d2e489946fac8c11fb
Author: Matteo Casalin <matteo.casalin at yahoo.com>
Date: Sat Aug 17 16:29:30 2013 +0200
WaE: unused variable 'aEmpty'
Change-Id: I677596779606621f201d9ba3c45bc6dca8c92bef
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index 07122fa..b9b6a08 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -622,7 +622,6 @@ void SvxTPFilter::SetRedlinTable(SvxRedlinTable* pTable)
void SvxTPFilter::ShowDateFields(sal_uInt16 nKind)
{
- String aEmpty;
switch(nKind)
{
case FLT_DATE_BEFORE:
@@ -673,7 +672,6 @@ void SvxTPFilter::EnableDateLine1(sal_Bool bFlag)
}
void SvxTPFilter::EnableDateLine2(sal_Bool bFlag)
{
- String aEmpty;
if(bFlag && m_pCbDate->IsChecked())
{
m_pFtDate2->Enable();
More information about the Libreoffice-commits
mailing list