summaryrefslogtreecommitdiff
path: root/sw/inc/authratr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-20 17:05:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-21 06:06:11 +0100
commit0adb36835bcbe55bdf2717556a98e51f1873b19f (patch)
tree639a126b4c9535b187ddd0c99a0e2de4f261cdcf /sw/inc/authratr.hxx
parent72593849bb644684a8c00f70a3f18bcfabca737f (diff)
ColorData->Color in sw
Change-Id: I6b5b6b15f86d452b73fe02df5dec5490b29daed8 Reviewed-on: https://gerrit.libreoffice.org/50050 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/authratr.hxx')
-rw-r--r--sw/inc/authratr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/authratr.hxx b/sw/inc/authratr.hxx
index cb932d88bddc..03f670fde347 100644
--- a/sw/inc/authratr.hxx
+++ b/sw/inc/authratr.hxx
@@ -28,7 +28,7 @@ class SW_DLLPUBLIC AuthorCharAttr
public:
sal_uInt16 m_nItemId;
sal_uInt16 m_nAttr;
- ColorData m_nColor;
+ Color m_nColor;
AuthorCharAttr();