summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-17 12:56:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-17 12:56:09 +0000
commitaf63e06d7ced8eee4d23ad8ef955041253de3bde (patch)
tree2b98da8cfdde634ba0a921b96c8a585e50525a90 /editors/openoffice-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx
parentUpgrade to 20030716. (diff)
1. update to fresh checkout of OpenOffice.org (1.1RC2)
tagged under cws_srx645_ooo11rc2 2. still broken with installation failure. Reviewed by: mbr
Notes
Notes: svn path=/head/; revision=85048
Diffstat (limited to 'editors/openoffice-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx')
-rw-r--r--editors/openoffice-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/openoffice-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx b/editors/openoffice-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx
deleted file mode 100644
index 3bc65673efd1..000000000000
--- a/editors/openoffice-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx
+++ /dev/null
@@ -1,17 +0,0 @@
---- ../toolkit/inc/toolkit/helper/IComboListBoxHelper.hxx.orig Wed May 7 11:05:11 2003
-+++ ../toolkit/inc/toolkit/helper/IComboListBoxHelper.hxx Wed Jun 4 00:07:03 2003
-@@ -103,10 +103,10 @@
- virtual void SetNoSelection() = 0;
- virtual USHORT GetSelectEntryPos( USHORT nSelIndex = 0 ) const = 0;
- virtual BOOL IsInDropDown() const = 0;
-- virtual Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacterIndex ) const;
-- virtual long GetIndexForPoint( const Point& rPoint ) const;
-- virtual ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard >
-- GetClipboard();
-+ virtual Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacterIndex ) const = 0;
-+ virtual long GetIndexForPoint( const Point& rPoint ) const = 0;
-+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard >
-+ GetClipboard() = 0;
- };
- }
- #endif // TOOLKIT_HELPER_COMBOLISTBOXHELPER_HXX