summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/XPropertyTable.cxx
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2014-12-11 23:45:38 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-12 20:22:15 +0000
commit3c77eba67b61b4f78f2c8ccec6c78622ee173b61 (patch)
tree2d369a54b91d7a7fed0bf9d51dc3c29e55a21620 /svx/source/unodraw/XPropertyTable.cxx
parente570cd7a293ceee175949dcc9656cdf776ae3c37 (diff)
fdo#85486 - Clean up unnecessary enumerations from xenum.hxx
Removed XHatchStyle Change-Id: I89e7edadc4f408e5a50840aaa1a13965b8503afb Reviewed-on: https://gerrit.libreoffice.org/13442 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'svx/source/unodraw/XPropertyTable.cxx')
-rw-r--r--svx/source/unodraw/XPropertyTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/XPropertyTable.cxx b/svx/source/unodraw/XPropertyTable.cxx
index 60df2af3014c..6697f7bbd24e 100644
--- a/svx/source/unodraw/XPropertyTable.cxx
+++ b/svx/source/unodraw/XPropertyTable.cxx
@@ -510,7 +510,7 @@ XPropertyEntry* SvxUnoXHatchTable::getEntry( const OUString& rName, const uno::A
return NULL;
XHatch aXHatch;
- aXHatch.SetHatchStyle( (XHatchStyle)aUnoHatch.Style );
+ aXHatch.SetHatchStyle( (css::drawing::HatchStyle)aUnoHatch.Style );
aXHatch.SetColor( aUnoHatch.Color );
aXHatch.SetDistance( aUnoHatch.Distance );
aXHatch.SetAngle( aUnoHatch.Angle );