From a6ff21250bbc960cbcff026e8eeb72be032f56b2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Oct 2016 11:56:39 +0100 Subject: drop window related stuff from rsc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7045a34bec2f55f06239fe77e61347da73c38534 Reviewed-on: https://gerrit.libreoffice.org/30263 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- rsc/inc/rscdb.hxx | 57 ------------------------------------------------------- 1 file changed, 57 deletions(-) (limited to 'rsc/inc/rscdb.hxx') 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; -- cgit