From fad7c8d823d0a451874616e19334e76ca93385b8 Mon Sep 17 00:00:00 2001 From: "Ocke Janssen [oj]" Date: Mon, 11 Jan 2010 08:09:14 +0100 Subject: dba33e: svx split --- cui/source/options/dbregister.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source') diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx index c4d6ab1a7d47..91635d80f5f1 100644 --- a/cui/source/options/dbregister.cxx +++ b/cui/source/options/dbregister.cxx @@ -416,7 +416,7 @@ void DbRegistrationOptionsPage::insertNewEntry( const ::rtl::OUString& _sName,co if ( _bReadOnly ) { sal_Bool bHighContrast = pPathBox->GetDisplayBackground().GetColor().IsDark(); - Image aLocked( SVX_RES( bHighContrast ? RID_SVXBMP_LOCK_HC : RID_SVXBMP_LOCK ) ); + Image aLocked( CUI_RES( bHighContrast ? RID_SVXBMP_LOCK_HC : RID_SVXBMP_LOCK ) ); pEntry = pPathBox->InsertEntry( aStr, aLocked, aLocked ); } else -- cgit