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