summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-03-05 21:41:58 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-03-06 11:57:02 +0900
commitb2f76e0e8a81b456f47b677cd881cc105f781cdb (patch)
treec0d0a02dfe2446ffe8948521b949cb8cb3367923 /include/vcl
parent19dc7225603284184e04190ed6b6926e5e5a196a (diff)
add DrawHandle to DecorationView
Change-Id: Ie063071cc57d756fd5da20a15533a6857940f676
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/decoview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/decoview.hxx b/include/vcl/decoview.hxx
index 8cff366e3f89..4094f693bca2 100644
--- a/include/vcl/decoview.hxx
+++ b/include/vcl/decoview.hxx
@@ -73,8 +73,7 @@ private:
OutputDevice* mpOutDev;
public:
- DecorationView( OutputDevice* pOutDev )
- { mpOutDev = pOutDev; }
+ DecorationView(OutputDevice* pOutDev);
void DrawSymbol( const Rectangle& rRect, SymbolType eType,
const Color& rColor, sal_uInt16 nStyle = 0 );
@@ -86,6 +85,7 @@ public:
Rectangle DrawFrame( const Rectangle& rRect, sal_uInt16 nStyle = FRAME_DRAW_OUT );
Rectangle DrawButton( const Rectangle& rRect, sal_uInt16 nStyle );
void DrawSeparator( const Point& rStart, const Point& rStop, bool bVertical = true );
+ void DrawHandle(const Rectangle& rRectangle, bool bVertical = true);
};
#endif // INCLUDED_VCL_DECOVIEW_HXX