remove dangling missing resources since high contrast cleanup
Change-Id: I582a17512666ec72f427de994ccf6382d2e93a18
This commit is contained in:
@@ -26,8 +26,7 @@
|
|||||||
#define BTN_EDIT 14
|
#define BTN_EDIT 14
|
||||||
#define GB_STD 15
|
#define GB_STD 15
|
||||||
#define IMG_LOCK 16
|
#define IMG_LOCK 16
|
||||||
#define IMG_LOCK_HC 17
|
#define BTN_DELETE 17
|
||||||
#define BTN_DELETE 18
|
|
||||||
|
|
||||||
#endif // SVX_DBREGISTER_HRC
|
#endif // SVX_DBREGISTER_HRC
|
||||||
|
|
||||||
|
@@ -88,13 +88,13 @@ struct OptPath_Impl
|
|||||||
{
|
{
|
||||||
SvtDefaultOptions m_aDefOpt;
|
SvtDefaultOptions m_aDefOpt;
|
||||||
Image m_aLockImage;
|
Image m_aLockImage;
|
||||||
Image m_aLockImageHC;
|
|
||||||
String m_sMultiPathDlg;
|
String m_sMultiPathDlg;
|
||||||
Reference< XPropertySet > m_xPathSettings;
|
Reference< XPropertySet > m_xPathSettings;
|
||||||
|
|
||||||
OptPath_Impl(const ResId& rLockRes, const ResId& rLockResHC) :
|
OptPath_Impl(const ResId& rLockRes)
|
||||||
m_aLockImage(rLockRes),
|
: m_aLockImage(rLockRes)
|
||||||
m_aLockImageHC(rLockResHC){}
|
{
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// struct PathUserData_Impl ----------------------------------------------
|
// struct PathUserData_Impl ----------------------------------------------
|
||||||
@@ -219,7 +219,7 @@ SvxPathTabPage::SvxPathTabPage( Window* pParent, const SfxItemSet& rSet ) :
|
|||||||
aPathBtn ( this, CUI_RES( BTN_PATH ) ),
|
aPathBtn ( this, CUI_RES( BTN_PATH ) ),
|
||||||
pHeaderBar ( NULL ),
|
pHeaderBar ( NULL ),
|
||||||
pPathBox ( NULL ),
|
pPathBox ( NULL ),
|
||||||
pImpl ( new OptPath_Impl( CUI_RES(IMG_LOCK), CUI_RES(IMG_LOCK_HC) ) ),
|
pImpl ( new OptPath_Impl( CUI_RES(IMG_LOCK) ) ),
|
||||||
xDialogListener ( new ::svt::DialogClosedListener() )
|
xDialogListener ( new ::svt::DialogClosedListener() )
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@@ -27,8 +27,7 @@
|
|||||||
#define BTN_STANDARD 14
|
#define BTN_STANDARD 14
|
||||||
#define GB_STD 15
|
#define GB_STD 15
|
||||||
#define IMG_LOCK 16
|
#define IMG_LOCK 16
|
||||||
#define IMG_LOCK_HC 17
|
#define STR_MULTIPATHDLG 17
|
||||||
#define STR_MULTIPATHDLG 18
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user