diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 11:56:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 14:37:07 +0000 |
commit | a6ff21250bbc960cbcff026e8eeb72be032f56b2 (patch) | |
tree | 59284a154f4b268b3584a9b6858765041d9c5f22 /rsc/inc | |
parent | 2e6c4948a94535d52efa38cc42db2c421a632e39 (diff) |
drop window related stuff from rsc
Change-Id: I7045a34bec2f55f06239fe77e61347da73c38534
Reviewed-on: https://gerrit.libreoffice.org/30263
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscall.h | 9 | ||||
-rw-r--r-- | rsc/inc/rscdb.hxx | 57 |
2 files changed, 0 insertions, 66 deletions
diff --git a/rsc/inc/rscall.h b/rsc/inc/rscall.h index 91222df3e5c4..ba23997c5c08 100644 --- a/rsc/inc/rscall.h +++ b/rsc/inc/rscall.h @@ -37,16 +37,7 @@ class RscTypCont; extern OString* pStdParType; extern OString* pStdPar1; extern OString* pStdPar2; -extern OString* pWinParType; -extern OString* pWinPar1; -extern OString* pWinPar2; extern sal_uInt32 nRefDeep; -extern sal_uInt32 nRsc_XYMAPMODEId; -extern sal_uInt32 nRsc_WHMAPMODEId; -extern sal_uInt32 nRsc_X; -extern sal_uInt32 nRsc_Y; -extern sal_uInt32 nRsc_WIDTH; -extern sal_uInt32 nRsc_HEIGHT; extern sal_uInt32 nRsc_DELTALANG; extern sal_uInt32 nRsc_DELTASYSTEM; extern sal_uInt32 nRsc_EXTRADATA; diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 5eadf14bee74..93686343d907 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -79,62 +79,6 @@ class RscTypCont ::std::vector< RscSysEntry* > aSysLst; // list of system resources - Atom nWinBitVarId; // name of the winbit variable - Atom nBorderId; - Atom nHideId; - Atom nClipChildrenId; - Atom nSizeableId; - Atom nMoveableId; - Atom nMinimizeId; - Atom nMaximizeId; - Atom nCloseableId; - Atom nStdPopupId; - Atom nAppId; - Atom nTabstopId; - Atom nGroupId; - Atom nSysmodalId; - Atom nLeftId; - Atom nCenterId; - Atom nRightId; - Atom nTopId; - Atom nVCenterId; - Atom nBottomId; - Atom nHScrollId; - Atom nVScrollId; - Atom nSortId; - Atom nDefaultId; - Atom nSVLookId; - Atom nRepeatId; - Atom nDropDownId; - Atom nPassWordId; - Atom nReadOnlyId; - Atom nAutoSizeId; - Atom nSpinId; - Atom nTabControlId; - Atom nSimpleModeId; - Atom nDragId; - Atom nScrollId; - Atom nZoomableId; - Atom nHideWhenDeactivateId; - Atom nAutoHScrollId; - Atom nAutoVScrollId; - Atom nWordBreakId; - Atom nLeftLabelId; - Atom nHasLinesId; - Atom nHasButtonsId; - Atom nRectStyleId; - Atom nLineSpacingId; - Atom nSmallStyleId; - Atom nEnableResizingId; - Atom nDockableId; - Atom nScaleId; - Atom nIgnoreTabId; - Atom nNoSplitDrawId; - Atom nTopImageId; - Atom nNoLabelId; - Atom nVertId; - Atom nSysWinId; - void Init(); // initializes classes and tables void SETCONST( RscConst *, const char *, sal_uInt32 ); void SETCONST( RscConst *, Atom, sal_uInt32 ); @@ -187,7 +131,6 @@ public: RscIdRange aIdLong; RscString aString; RscString aStringLiteral; - RscFlag aWinBits; RscLangEnum aLangType; RscLangArray aLangString; RscLangArray aLangShort; |