[Libreoffice-commits] .: 2 commits - scripting/source unusedcode.easy
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Aug 31 08:35:49 PDT 2011
scripting/source/pyprov/mailmerge.py | 2 +-
unusedcode.easy | 14 +++++---------
2 files changed, 6 insertions(+), 10 deletions(-)
New commits:
commit 6a1486fd2c446624351f34a00be099fbeba040d3
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Aug 31 16:34:54 2011 +0100
update list
diff --git a/unusedcode.easy b/unusedcode.easy
index 0afa803..a9ba306 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -99,6 +99,8 @@ DbGridControl::SetMultiSelection(unsigned char)
DbGridControl::forceROController(unsigned char)
DbGridControl::forceSyncDisplay()
DdeGetPutItem::DdeGetPutItem(DdeItem const&)
+DdeService::AddFormat(unsigned long)
+DdeService::DdeService(String const&)
DdeTopic::RemoveItem(DdeItem const&)
DffPropSet::SetPropertyValue(unsigned int, unsigned int) const
Dialog::Dialog(Window*, ResId const&)
@@ -763,6 +765,8 @@ SetOfByte::GetClearCount() const
SetOfByte::GetSetBit(unsigned short) const
SetOfByte::IsFull() const
SfxAppMenuControl_Impl::RegisterControl(unsigned short, SfxModule*)
+SfxApplication::AddDdeTopic(SfxObjectShell*)
+SfxApplication::DdeExecute(String const&)
SfxApplication::EnterAsynchronCall_Impl()
SfxApplication::LeaveAsynchronCall_Impl()
SfxApplication::Main()
@@ -773,6 +777,7 @@ SfxChildWindowContext::GetAlignment() const
SfxColumnDateTimeItem::SfxColumnDateTimeItem(SfxDateTimeItem const&)
SfxColumnDateTimeItem::SfxColumnDateTimeItem(unsigned short)
SfxColumnDateTimeItem::SfxColumnDateTimeItem(unsigned short, DateTime const&)
+SfxContentHelper::IsDocument(String const&)
SfxControllerItem::GetCoreMetric() const
SfxControllerItem::UpdateSlot()
SfxDockingWrapper::GetChildWindowId()
@@ -2131,15 +2136,6 @@ binfilter::WritingDirectionInfos::Insert(binfilter::WritingDirectionInfos const*
binfilter::WritingDirectionInfos::Replace(binfilter::WritingDirectionInfo const&, unsigned short)
binfilter::WritingDirectionInfos::Replace(binfilter::WritingDirectionInfo const*, unsigned short, unsigned short)
binfilter::WritingDirectionInfos::_ForEach(unsigned short, unsigned short, unsigned char (*)(binfilter::WritingDirectionInfo const&, void*), void*)
-binfilter::XBitmapList::Remove(long)
-binfilter::XBitmapList::Replace(binfilter::XBitmapEntry*, long)
-binfilter::XColorTable::Remove(long)
-binfilter::XDashList::Remove(long)
-binfilter::XDashList::Replace(binfilter::XDashEntry*, long)
-binfilter::XDashTable::Remove(long)
-binfilter::XDashTable::Replace(long, binfilter::XDashEntry*)
-binfilter::XLineEndList::Remove(long)
-binfilter::XLineEndList::Replace(binfilter::XLineEndEntry*, long)
binfilter::XMLFamilyDataList_Impl::GetPos(binfilter::XMLFamilyData_Impl const*) const
binfilter::XMLFamilyDataList_Impl::Remove(binfilter::XMLFamilyData_Impl*)
binfilter::XMLFontAutoStylePoolNames_Impl::GetPos(rtl::OUString const*) const
commit a434088adf6c93b7e70f7a864c1a86edff3fd641
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Aug 31 16:33:53 2011 +0100
Resolves: fdo#40516 missing : on line 52
diff --git a/scripting/source/pyprov/mailmerge.py b/scripting/source/pyprov/mailmerge.py
index 6d19fd3..38a40d1 100755
--- a/scripting/source/pyprov/mailmerge.py
+++ b/scripting/source/pyprov/mailmerge.py
@@ -49,7 +49,7 @@ dbg = False
#with no buffering
if dbg and os.name == 'nt':
dbgout = open('pymailmerge.log', 'w', 0)
-else
+else:
dbgout = sys.stderr
class PyMailSMTPService(unohelper.Base, XSmtpService):
More information about the Libreoffice-commits
mailing list