CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; removed unused code; avoid delivering sfx.srs to solver
This commit is contained in:
parent
8a5b599890
commit
930e6cefb6
@ -90,7 +90,7 @@ using ::rtl::OUString;
|
||||
|
||||
TYPEINIT1( BasicIDEShell, SfxViewShell );
|
||||
|
||||
SFX_IMPL_VIEWFACTORY( BasicIDEShell, IDEResId( SVX_INTERFACE_BASIDE_VIEWSH ) )
|
||||
SFX_IMPL_VIEWFACTORY( BasicIDEShell )
|
||||
{
|
||||
SFX_VIEW_REGISTRATION( BasicDocShell );
|
||||
}
|
||||
|
@ -94,8 +94,6 @@ SRSFILELIST=\
|
||||
$(SRS)$/basicide.srs \
|
||||
$(SRS)$/dlged.srs
|
||||
|
||||
SRSFILELIST+= $(SOLARCOMMONRESDIR)$/sfx.srs
|
||||
|
||||
RESLIB1NAME=basctl
|
||||
RESLIB1IMAGES =$(PRJ)$/res
|
||||
RESLIB1SRSFILES= $(SRSFILELIST)
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/filedlghelper.hxx>
|
||||
#include <sfx2/minfitem.hxx>
|
||||
#include <sfx2/sfxresid.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
|
||||
#include "cuires.hrc"
|
||||
@ -724,7 +725,6 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage( Window* pParent, const SfxIt
|
||||
, aResetButton (this , CUI_RES(BTN_RESET ))
|
||||
, aLoadAccelConfigStr ( CUI_RES( STR_LOADACCELCONFIG ) )
|
||||
, aSaveAccelConfigStr ( CUI_RES( STR_SAVEACCELCONFIG ) )
|
||||
, aFilterAllStr ( CUI_RES( STR_SFX_FILTERNAME_ALL ) )
|
||||
, aFilterCfgStr ( CUI_RES( STR_FILTERNAME_CFG ) )
|
||||
, m_bStylesInfoInitialized(sal_False)
|
||||
, m_xGlobal ()
|
||||
@ -733,6 +733,8 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage( Window* pParent, const SfxIt
|
||||
{
|
||||
FreeResource();
|
||||
|
||||
aFilterAllStr = String( SfxResId( STR_SFX_FILTERNAME_ALL ) );
|
||||
|
||||
// install handler functions
|
||||
aChangeButton.SetClickHdl( LINK( this, SfxAcceleratorConfigPage, ChangeHdl ));
|
||||
aRemoveButton.SetClickHdl( LINK( this, SfxAcceleratorConfigPage, RemoveHdl ));
|
||||
|
@ -195,10 +195,6 @@ TabPage RID_SVXPAGE_KEYBOARD
|
||||
{
|
||||
Text [ en-US ] = "Save Keyboard Configuration" ;
|
||||
};
|
||||
String STR_SFX_FILTERNAME_ALL
|
||||
{
|
||||
Text [ en-US ] = "All files (*.*)" ;
|
||||
};
|
||||
String STR_FILTERNAME_CFG
|
||||
{
|
||||
Text [ en-US ] = "Configuration" ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user