[Libreoffice-commits] .: binfilter/bf_sfx2 binfilter/inc
Michael Meeks
mmeeks at kemper.freedesktop.org
Thu Feb 3 10:35:02 PST 2011
binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx | 12 ------------
binfilter/inc/bf_sfx2/objsh.hxx | 13 -------------
2 files changed, 25 deletions(-)
New commits:
commit 7cae9a6f808db118e1c52e01fc70fdf68e1001af
Author: Michael Meeks <michael.meeks at novell.com>
Date: Thu Feb 3 18:34:34 2011 +0000
remove obsolete duplicate method
diff --git a/binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx b/binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx
index 8b981b4..891acdc 100644
--- a/binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx
+++ b/binfilter/bf_sfx2/source/doc/sfx2_objcont.cxx
@@ -404,18 +404,6 @@ using namespace ::com::sun::star::uno;
//--------------------------------------------------------------------
-/*N*/ void SfxObjectShell::GetContent(String & /*rText*/,
-/*N*/ Bitmap & /*rClosedBitmap*/,
-/*N*/ Bitmap & /*rOpenedBitmap*/,
-/*N*/ BOOL & /*bCanDel*/,
-/*N*/ USHORT /*i*/,
-/*N*/ USHORT /*nIdx1*/,
-/*N*/ USHORT /*nIdx2*/ )
-/*N*/ {
-/*N*/ }
-
-//--------------------------------------------------------------------
-
/*N*/ void SfxObjectShell::LoadStyles
/*N*/ (
SfxObjectShell &/*rSource*/ /* die Dokument-Vorlage, aus der
diff --git a/binfilter/inc/bf_sfx2/objsh.hxx b/binfilter/inc/bf_sfx2/objsh.hxx
index 15ffbe4..45c3a5b 100644
--- a/binfilter/inc/bf_sfx2/objsh.hxx
+++ b/binfilter/inc/bf_sfx2/objsh.hxx
@@ -345,19 +345,6 @@ public:
sal_uInt16 nIdx1,
sal_uInt16 nIdx2 = INDEX_IGNORE );
- virtual void GetContent( String &,
- Bitmap &rClosedBitmap,
- Bitmap &rOpenedBitmap,
- sal_Bool &bCanDelete,
- sal_uInt16 nPos,
- sal_uInt16 nIdx1,
- sal_uInt16 nIdx2 = INDEX_IGNORE );
-
-
-
-
-
-
virtual void LoadStyles( SfxObjectShell &rSource );
void ReadNote( INote * );
void UpdateNote( INote * );
More information about the Libreoffice-commits
mailing list