summaryrefslogtreecommitdiff
path: root/sw/inc/flddropdown.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/flddropdown.hxx')
-rw-r--r--sw/inc/flddropdown.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/flddropdown.hxx b/sw/inc/flddropdown.hxx
index f44c03af08a5..129fac481920 100644
--- a/sw/inc/flddropdown.hxx
+++ b/sw/inc/flddropdown.hxx
@@ -181,28 +181,28 @@ public:
@return the selected item
*/
- OUString GetSelectedItem() const;
+ const OUString& GetSelectedItem() const { return aSelectedItem;}
/**
Returns the name of the field.
@return the name of the field
*/
- OUString GetName() const;
+ const OUString& GetName() const { return aName;}
/**
Returns the help text of the field.
@return the help text of the field
*/
- OUString GetHelp() const;
+ const OUString& GetHelp() const { return aHelp;}
/**
Returns the tool tip of the field.
@return the tool tip of the field
*/
- OUString GetToolTip() const;
+ const OUString& GetToolTip() const { return aToolTip;}
/**
Sets the selected item.