summaryrefslogtreecommitdiff
path: root/sc/inc/pivot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r--sc/inc/pivot.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx
index ae3fdd5a9167..a2fa951e0703 100644
--- a/sc/inc/pivot.hxx
+++ b/sc/inc/pivot.hxx
@@ -92,7 +92,7 @@ struct ScDPLabelData
* when the layout name is present, use it, or else use the original
* name.
*/
- OUString SC_DLLPUBLIC getDisplayName() const;
+ SC_DLLPUBLIC OUString const & getDisplayName() const;
};
std::vector<Member> maMembers;
css::uno::Sequence<OUString> maHiers; ///< Hierarchies.
@@ -106,7 +106,7 @@ struct ScDPLabelData
* @return the name that should be displayed in the dp dialogs i.e. when
* the layout name is present, use it, or else use the original name.
*/
- OUString SC_DLLPUBLIC getDisplayName() const;
+ SC_DLLPUBLIC OUString const & getDisplayName() const;
};
typedef std::vector< std::unique_ptr<ScDPLabelData> > ScDPLabelDataVector;