summaryrefslogtreecommitdiffstats
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-18 09:22:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-27 06:48:25 +0000
commit508c95f1b655d9cfa6be37a5a9de9aff6fd383bf (patch)
treed1c8626818cbf26a699875ae2d82f751a1657e92 /include/vcl/layout.hxx
parentDon't Update() and Flush() status bar draws (diff)
downloadcore-508c95f1b655d9cfa6be37a5a9de9aff6fd383bf.tar.gz
core-508c95f1b655d9cfa6be37a5a9de9aff6fd383bf.zip
improve passstuffbyref return analysis
Change-Id: I4258bcc97273d8bb7a8c4879fac02a427f76e18c Reviewed-on: https://gerrit.libreoffice.org/27317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r--include/vcl/layout.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 59d7d6c6ae45..02fcaad564e9 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -665,8 +665,8 @@ public:
virtual short Execute() override;
///Emitted when an action widget is clicked
virtual void response(short nResponseId);
- OUString get_primary_text() const;
- OUString get_secondary_text() const;
+ OUString const & get_primary_text() const;
+ OUString const & get_secondary_text() const;
void set_primary_text(const OUString &rPrimaryString);
void set_secondary_text(const OUString &rSecondaryString);
virtual ~MessageDialog();