summaryrefslogtreecommitdiff
path: root/include/svx/xtable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xtable.hxx')
-rw-r--r--include/svx/xtable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/xtable.hxx b/include/svx/xtable.hxx
index a692f39e36ba..c55827e97cb0 100644
--- a/include/svx/xtable.hxx
+++ b/include/svx/xtable.hxx
@@ -321,12 +321,12 @@ public:
// Special call to get a bitmap for the solid line representation. It
// creates a bitmap fitting in size and style to the ones you get by
// using GetUiBitmap for existing entries.
- Bitmap GetBitmapForUISolidLine() const;
+ Bitmap const & GetBitmapForUISolidLine() const;
// Special calls to get the translated strings for the UI entry for no
// line style (XLINE_NONE) and solid line style (XLINE_SOLID) for dialogs
- OUString GetStringForUiSolidLine() const;
- OUString GetStringForUiNoLine() const;
+ OUString const & GetStringForUiSolidLine() const;
+ OUString const & GetStringForUiNoLine() const;
};
class SVX_DLLPUBLIC XHatchList : public XPropertyList