summaryrefslogtreecommitdiff
path: root/include/svx/xbitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xbitmap.hxx')
-rw-r--r--include/svx/xbitmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xbitmap.hxx b/include/svx/xbitmap.hxx
index 7f514d190250..32a8e9fab11b 100644
--- a/include/svx/xbitmap.hxx
+++ b/include/svx/xbitmap.hxx
@@ -55,7 +55,7 @@ public:
void SetBackgroundColor( const Color& rColor ) { aBckgrColor = rColor; bGraphicDirty = true; }
Bitmap GetBitmap() const;
- Color GetBackgroundColor() const { return aBckgrColor; }
+ const Color& GetBackgroundColor() const { return aBckgrColor; }
};
#endif