summaryrefslogtreecommitdiff
path: root/svtools/source/config/optionsdrawinglayer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/config/optionsdrawinglayer.cxx')
-rw-r--r--svtools/source/config/optionsdrawinglayer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx
index b977c723a23e..d0cc92b027b4 100644
--- a/svtools/source/config/optionsdrawinglayer.cxx
+++ b/svtools/source/config/optionsdrawinglayer.cxx
@@ -809,7 +809,7 @@ bool SvtOptionsDrawinglayer_Impl::IsAAPossibleOnThisSystem() const
#endif
// check XRenderExtension
- if(m_bAllowAA && !Application::GetDefaultDevice()->supportsOperation( OutDevSupport_TransparentRect ))
+ if(m_bAllowAA && !Application::GetDefaultDevice()->SupportsOperation( OutDevSupport_TransparentRect ))
{
pThat->m_bAllowAA = false;
}