summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/stylesettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/stylesettings.cxx')
-rw-r--r--toolkit/source/awt/stylesettings.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/stylesettings.cxx b/toolkit/source/awt/stylesettings.cxx
index 4c8e2b2e4d0d..32bcef11cbfa 100644
--- a/toolkit/source/awt/stylesettings.cxx
+++ b/toolkit/source/awt/stylesettings.cxx
@@ -761,7 +761,7 @@ namespace toolkit
}
- ::sal_Bool SAL_CALL WindowStyleSettings::getHighContrastMode() throw (RuntimeException, std::exception)
+ sal_Bool SAL_CALL WindowStyleSettings::getHighContrastMode() throw (RuntimeException, std::exception)
{
StyleMethodGuard aGuard( *m_pData );
const Window* pWindow = m_pData->pOwningWindow->GetWindow();
@@ -771,7 +771,7 @@ namespace toolkit
}
- void SAL_CALL WindowStyleSettings::setHighContrastMode( ::sal_Bool _highcontrastmode ) throw (RuntimeException, std::exception)
+ void SAL_CALL WindowStyleSettings::setHighContrastMode( sal_Bool _highcontrastmode ) throw (RuntimeException, std::exception)
{
StyleMethodGuard aGuard( *m_pData );
Window* pWindow = m_pData->pOwningWindow->GetWindow();