diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-30 19:26:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-01 08:11:19 +0000 |
commit | 01695131f3283d15e8fb803c7a342d0932d0e182 (patch) | |
tree | 531710c0d82e1e46dd3ed721261c985135bcd4bd /include | |
parent | 30c4cc2f09144b80216bca03089970348126fb5e (diff) |
Resolves: tdf#93821 assume mbNoSaveBackground as true everywhere
Change-Id: I126aa5e9b96299eb25c2240d097859b3c0756535
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/dialog.hxx | 1 | ||||
-rw-r--r-- | include/vcl/floatwin.hxx | 1 | ||||
-rw-r--r-- | include/vcl/syswin.hxx | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index eb4a2fdda033..1c0b92f291cc 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -41,7 +41,6 @@ private: DialogImpl* mpDialogImpl; long mnMousePositioned; bool mbInExecute; - bool mbOldSaveBack; bool mbInClose; bool mbModalMode; InitFlag mnInitFlag; // used for deferred init diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx index 61d724b1ed81..20b0688adc97 100644 --- a/include/vcl/floatwin.hxx +++ b/include/vcl/floatwin.hxx @@ -106,7 +106,6 @@ private: bool mbPopupModeCanceled; bool mbPopupModeTearOff; bool mbMouseDown; - bool mbOldSaveBackMode; bool mbGrabFocus; // act as key input window, although focus is not set bool mbInCleanUp; Link<FloatingWindow*,void> maPopupModeEndHdl; diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index 12b0f8f69302..e95cbf93f7bb 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -210,9 +210,6 @@ public: // separately from the window title void SetRepresentedURL( const OUString& ); - void EnableSaveBackground( bool bSave = true ); - bool IsSaveBackgroundEnabled() const; - void ShowTitleButton( TitleButton nButton, bool bVisible = true ); bool IsTitleButtonVisible( TitleButton nButton ) const; |