diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-26 10:16:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-27 11:14:25 +0200 |
commit | edc69a55c30ac6cc12de0bf18bddb7dc3f210be4 (patch) | |
tree | d661c9dadcf3bf4b9215667a15501656cee9e4fe /include/vcl/window.hxx | |
parent | 5ad3886ec8d3d465c956d99fab42fffda656392c (diff) |
simplify GetWindowClipRegionPixel
since it has only one call-site
Change-Id: I80344faf4beab9aa9427ba8d448b0cf3fd30c7b6
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index e2578acc9fc9..9b9ebd27d3e3 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -354,10 +354,6 @@ enum class StateChangedType : sal_uInt16 #define WINDOW_DLGCTRL_MOD1TAB ((sal_uInt16)0x0004) #define WINDOW_DLGCTRL_FLOATWIN_POPUPMODEEND_CANCEL ((sal_uInt16)0x0008) -// GetWindowClipRegionPixel-Flags -#define WINDOW_GETCLIPREGION_NULL ((sal_uInt16)0x0001) -#define WINDOW_GETCLIPREGION_NOCHILDREN ((sal_uInt16)0x0002) - // EndExtTextInput() Flags enum class EndExtTextInputFlags { @@ -963,7 +959,7 @@ public: void SetWindowRegionPixel( const vcl::Region& rRegion ); const vcl::Region& GetWindowRegionPixel() const; bool IsWindowRegionPixel() const; - vcl::Region GetWindowClipRegionPixel( sal_uInt16 nFlags = 0 ) const; + vcl::Region GetWindowClipRegionPixel() const; vcl::Region GetPaintRegion() const; bool IsInPaint() const; // while IsInPaint returns true ExpandPaintClipRegion adds the |