diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-01 14:18:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-09-05 08:21:46 +0200 |
commit | 4442d226438c1f558021b2df9fe6e540e72cbc7e (patch) | |
tree | d505be371a0b5a87b692c98cb6d871f7944a8ab2 /include/svtools/optionsdrawinglayer.hxx | |
parent | 619d5fceada2df7c7bc915cea51779fd115d0fcd (diff) |
convert OutDevSupportType to scoped enum
Change-Id: I7a1e4448dfff0ea6909149533d228829d980796c
Diffstat (limited to 'include/svtools/optionsdrawinglayer.hxx')
-rw-r--r-- | include/svtools/optionsdrawinglayer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx index c096f48b78f4..866cb5ed23b1 100644 --- a/include/svtools/optionsdrawinglayer.hxx +++ b/include/svtools/optionsdrawinglayer.hxx @@ -95,7 +95,7 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer sal_uInt32 GetMaximumPaperBottomMargin() const; // #i95644# helper to check if AA is allowed on this system. Currently, for WIN its disabled - // and OutDevSupport_TransparentRect is checked (this hits XRenderExtension, e.g. + // and OutDevSupportType::TransparentRect is checked (this hits XRenderExtension, e.g. // currently for SunRay as long as not supported there) bool IsAAPossibleOnThisSystem() const; |