summaryrefslogtreecommitdiff
path: root/sc/inc/defaultsoptions.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 15:14:04 +0200
committerNoel Grandin <noel@peralex.com>2016-04-14 09:21:40 +0200
commitd1f6f79d0df21c2bb3be9d191233eabf22afb14e (patch)
treeb124796ed1043c5dc68dc416469e088228448492 /sc/inc/defaultsoptions.hxx
parent492f2ff0053a11aa6e49a18a9a8caf87edb68436 (diff)
loplugin:passstuffbyref in sc
Change-Id: I75c483972db787ea9c941eaac0df023f1929b09c
Diffstat (limited to 'sc/inc/defaultsoptions.hxx')
-rw-r--r--sc/inc/defaultsoptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/defaultsoptions.hxx b/sc/inc/defaultsoptions.hxx
index 0ea046cafec5..5699fcc69336 100644
--- a/sc/inc/defaultsoptions.hxx
+++ b/sc/inc/defaultsoptions.hxx
@@ -32,7 +32,7 @@ public:
SCTAB GetInitTabCount() const { return nInitTabCount; }
void SetInitTabCount( SCTAB nTabs) { nInitTabCount = nTabs; }
void SetInitTabPrefix(const OUString& aPrefix) { aInitTabPrefix = aPrefix; }
- OUString GetInitTabPrefix() const { return aInitTabPrefix; }
+ const OUString& GetInitTabPrefix() const { return aInitTabPrefix; }
ScDefaultsOptions& operator= ( const ScDefaultsOptions& rCpy );
bool operator== ( const ScDefaultsOptions& rOpt ) const;