summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleEditObject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/Accessibility/AccessibleEditObject.cxx')
-rw-r--r--sc/source/ui/Accessibility/AccessibleEditObject.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleEditObject.cxx b/sc/source/ui/Accessibility/AccessibleEditObject.cxx
index ce2b9cc1e135..58ce83085854 100644
--- a/sc/source/ui/Accessibility/AccessibleEditObject.cxx
+++ b/sc/source/ui/Accessibility/AccessibleEditObject.cxx
@@ -399,13 +399,13 @@ void ScAccessibleEditObject::CreateTextHelper()
sal_Int32 SAL_CALL ScAccessibleEditObject::getForeground( )
throw (css::uno::RuntimeException, std::exception)
{
- return GetFgBgColor(OUString(SC_UNONAME_CCOLOR));
+ return GetFgBgColor(SC_UNONAME_CCOLOR);
}
sal_Int32 SAL_CALL ScAccessibleEditObject::getBackground( )
throw (css::uno::RuntimeException, std::exception)
{
- return GetFgBgColor(OUString(SC_UNONAME_CELLBACK));
+ return GetFgBgColor(SC_UNONAME_CELLBACK);
}
sal_Int32 ScAccessibleEditObject::GetFgBgColor( const OUString &strPropColor)