[Libreoffice-commits] .: 2 commits - binfilter/bf_svtools lotuswordpro/source
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Feb 8 13:00:01 PST 2011
binfilter/bf_svtools/source/config/svt_colorcfg.cxx | 2 +-
lotuswordpro/source/filter/lwpfribptr.cxx | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
New commits:
commit e6e7b5aa96a2f6e342689cd1b360d19eb401a99a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Feb 8 20:58:33 2011 +0000
unused variable
diff --git a/lotuswordpro/source/filter/lwpfribptr.cxx b/lotuswordpro/source/filter/lwpfribptr.cxx
index 13e6b0d..11e22c9 100644
--- a/lotuswordpro/source/filter/lwpfribptr.cxx
+++ b/lotuswordpro/source/filter/lwpfribptr.cxx
@@ -179,14 +179,13 @@ void LwpFribPtr::XFConvert()
{
sal_uInt8 nFribType = pFrib->GetType();
sal_Bool bRevisionFlag = pFrib->GetRevisionFlag();
- sal_uInt8 nRevisionType;
OUString sChangeID;
if (bRevisionFlag)
{
if ( nFribType!= FRIB_TAG_TABLE && nFribType != FRIB_TAG_FIELD
&& nFribType != FRIB_TAG_FRAME)
{
- nRevisionType = pFrib->GetRevisionType();
+ //sal_uInt8 nRevisionType = pFrib->GetRevisionType();
LwpGlobalMgr* pGlobal = LwpGlobalMgr::GetInstance();
LwpChangeMgr* pChangeMgr = pGlobal->GetLwpChangeMgr();
sChangeID = pChangeMgr->GetChangeID(pFrib);
commit 3bee07490fccb58c2c60557ac24dc46248b79671
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Feb 8 20:58:10 2011 +0000
fix build breakage
diff --git a/binfilter/bf_svtools/source/config/svt_colorcfg.cxx b/binfilter/bf_svtools/source/config/svt_colorcfg.cxx
index 315f1d8..5a6e947 100644
--- a/binfilter/bf_svtools/source/config/svt_colorcfg.cxx
+++ b/binfilter/bf_svtools/source/config/svt_colorcfg.cxx
@@ -293,7 +293,7 @@ void ColorConfig_Impl::Commit()
CommitCurrentSchemeName();
}
- *
+
void ColorConfig_Impl::CommitCurrentSchemeName()
{
//save current scheme name
More information about the Libreoffice-commits
mailing list