summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/backgrnd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/backgrnd.cxx')
-rw-r--r--cui/source/tabpages/backgrnd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index 407550d2bf3f..b727860bc6f4 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -981,7 +981,7 @@ void SvxBackgroundTabPage::RaiseLoadError_Impl()
bool SvxBackgroundTabPage::LoadLinkedGraphic_Impl()
{
bool bResult = ( !aBgdGraphicPath.isEmpty() ) &&
- ( GRFILTER_OK == GraphicFilter::LoadGraphic( aBgdGraphicPath,
+ ( ERRCODE_NONE == GraphicFilter::LoadGraphic( aBgdGraphicPath,
aBgdGraphicFilter,
aBgdGraphic ) );
return bResult;