some fixes after resync
This commit is contained in:
parent
342e37f151
commit
cee9bce554
2 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,7 @@ SLOFILES= \
|
|||
$(SLO)$/unocontroltablemodel.obj \
|
||||
$(SLO)$/unoevent.obj \
|
||||
$(SLO)$/unoiface.obj \
|
||||
$(SLO)$/unoimap.obj \
|
||||
$(SLO)$/unoimap.obj \
|
||||
$(SLO)$/svtxgridcontrol.obj
|
||||
|
||||
# --- Targets ------------------------------------------------------
|
||||
|
|
|
@ -138,6 +138,7 @@ struct ImplSVAppData
|
|||
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxMSF;
|
||||
String* mpMSFTempFileName;
|
||||
AllSettings* mpSettings; // Application settings
|
||||
LocaleConfigurationListener* mpCfgListener;
|
||||
VclEventListeners* mpEventListeners; // listeners for vcl events (eg, extended toolkit)
|
||||
VclEventListeners* mpKeyListeners; // listeners for key events only (eg, extended toolkit)
|
||||
|
|
Loading…
Reference in a new issue