summaryrefslogtreecommitdiff
path: root/include/svl/cntwall.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/cntwall.hxx')
-rw-r--r--include/svl/cntwall.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/cntwall.hxx b/include/svl/cntwall.hxx
index 184cb4ca9847..cbea63600df7 100644
--- a/include/svl/cntwall.hxx
+++ b/include/svl/cntwall.hxx
@@ -57,7 +57,7 @@ public:
void SetStyle( sal_uInt16 nStyle ) { _nStyle = nStyle; }
const OUString& GetBitmapURL() const { return _aURL; }
- Color GetColor() const { return _nColor; }
+ const Color& GetColor() const { return _nColor; }
sal_uInt16 GetStyle() const { return _nStyle; }
};