Kaydet (Commit) 60fb87cf authored tarafından Michael Meeks's avatar Michael Meeks

Revert "tdf#91259 Crash when closing Help"

This reverts commit 91b18146.
üst f4578ce1
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <vcl/dockwin.hxx> #include <vcl/dockwin.hxx>
class Wallpaper; class Wallpaper;
class ImplSplitSet; struct ImplSplitSet;
typedef sal_uInt16 SplitWindowItemBits; typedef sal_uInt16 SplitWindowItemBits;
...@@ -57,9 +57,9 @@ private: ...@@ -57,9 +57,9 @@ private:
long mnMSplitPos; long mnMSplitPos;
WinBits mnWinStyle; WinBits mnWinStyle;
WindowAlign meAlign; WindowAlign meAlign;
sal_uInt16 mnSplitTest; sal_uInt16 mnSplitTest;
sal_uInt16 mnSplitPos; sal_uInt16 mnSplitPos;
sal_uInt16 mnMouseModifier; sal_uInt16 mnMouseModifier;
bool mbDragFull:1, bool mbDragFull:1,
mbHorz:1, mbHorz:1,
mbBottomRight:1, mbBottomRight:1,
...@@ -145,10 +145,10 @@ public: ...@@ -145,10 +145,10 @@ public:
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
void InsertItem( sal_uInt16 nId, vcl::Window* pWindow, long nSize, void InsertItem( sal_uInt16 nId, vcl::Window* pWindow, long nSize,
sal_uInt16 nPos = SPLITWINDOW_APPEND, sal_uInt16 nIntoSetId = 0, sal_uInt16 nPos = SPLITWINDOW_APPEND, sal_uInt16 nSetId = 0,
SplitWindowItemBits nBits = 0 ); SplitWindowItemBits nBits = 0 );
void InsertItem( sal_uInt16 nId, long nSize, void InsertItem( sal_uInt16 nId, long nSize,
sal_uInt16 nPos = SPLITWINDOW_APPEND, sal_uInt16 nIntoSetId = 0, sal_uInt16 nPos = SPLITWINDOW_APPEND, sal_uInt16 nSetId = 0,
SplitWindowItemBits nBits = 0 ); SplitWindowItemBits nBits = 0 );
void RemoveItem( sal_uInt16 nId, bool bHide = true ); void RemoveItem( sal_uInt16 nId, bool bHide = true );
void Clear(); void Clear();
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment