diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:02:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:02:31 +0000 |
commit | 017972edc0bc0ec3a2bb364e61e2e120b54f344c (patch) | |
tree | 12b5911bbf268968c4e52c070d88a5414e590732 /sw | |
parent | 09be69aa52f048a8154dca74e0f30aa0d5872af5 (diff) |
INTEGRATION: CWS tune05 (1.2.488); FILE MERGED
2004/07/22 10:49:10 cmc 1.2.488.1: #i30554# unused SwDropDownField methods
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/flddropdown.hxx | 35 |
1 files changed, 2 insertions, 33 deletions
diff --git a/sw/inc/flddropdown.hxx b/sw/inc/flddropdown.hxx index 05e5a01b4c44..db1e1e939896 100644 --- a/sw/inc/flddropdown.hxx +++ b/sw/inc/flddropdown.hxx @@ -2,9 +2,9 @@ * * $RCSfile: flddropdown.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:49:26 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:02:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,30 +186,6 @@ public: virtual void SetPar2(const String & rStr); /** - Adds an item. - - If the item to be added already exists in the field the - operation will fail. - - @retval TRUE the new item was inserted successfully - @retval FALSE the insertion failed - */ - BOOL AddItem(const String & rItem); - - /** - Removes an item. - - If the item rItem exists in the dropdown field, it will be - removed. If the selected item is removed the resulting - selection will be empty. If the item rItem does not exist in - the field the removal will fail. - - @retval TRUE The removal was successful - @retval FALSE The removal failed. - */ - BOOL RemoveItem(const String & rItem); - - /** Sets the items of the dropdown box. After setting the items the selection will be empty. @@ -235,13 +211,6 @@ public: Sequence<OUString> GetItemSequence() const; /** - Returns the items of the dropdown box. - - @return the items of the dropdown box - */ - vector<String> GetItems() const; - - /** Returns the selected item. @return the selected item |