summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx b/editors/openoffice.org-2-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx
new file mode 100644
index 000000000000..3bc65673efd1
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-toolkit+inc+toolkit+helper+IComboListBoxHelper.hxx
@@ -0,0 +1,17 @@
+--- ../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