[Libreoffice-commits] .: binfilter/bf_sfx2 binfilter/inc
Michael Meeks
mmeeks at kemper.freedesktop.org
Thu Feb 3 09:59:36 PST 2011
binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx | 1 -
binfilter/inc/bf_sfx2/objsh.hxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit cbd7b9cd53c83b2a6a65a028ffc3d0a7097936d7
Author: Chris Carpenter(mordocai) <mordocai at gmail.com>
Date: Tue Feb 1 23:37:50 2011 -0600
Complete Easy Hack: Remove obsolete BmpColorMode enum
diff --git a/binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx b/binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx
index d1db80b..8b981b4 100644
--- a/binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx
+++ b/binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx
@@ -407,7 +407,6 @@ using namespace ::com::sun::star::uno;
/*N*/ void SfxObjectShell::GetContent(String & /*rText*/,
/*N*/ Bitmap & /*rClosedBitmap*/,
/*N*/ Bitmap & /*rOpenedBitmap*/,
-/*N*/ BmpColorMode /*eColorMode*/,
/*N*/ BOOL & /*bCanDel*/,
/*N*/ USHORT /*i*/,
/*N*/ USHORT /*nIdx1*/,
diff --git a/binfilter/inc/bf_sfx2/objsh.hxx b/binfilter/inc/bf_sfx2/objsh.hxx
index a06e1d5..15ffbe4 100644
--- a/binfilter/inc/bf_sfx2/objsh.hxx
+++ b/binfilter/inc/bf_sfx2/objsh.hxx
@@ -348,7 +348,6 @@ public:
virtual void GetContent( String &,
Bitmap &rClosedBitmap,
Bitmap &rOpenedBitmap,
- BmpColorMode eColorMode,
sal_Bool &bCanDelete,
sal_uInt16 nPos,
sal_uInt16 nIdx1,
More information about the Libreoffice-commits
mailing list