summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2013-04-30 13:26:29 +0000
committerArmin Le Grand <alg@apache.org>2013-04-30 13:26:29 +0000
commit8a10735b8ee3926a592d6919f4dbb823771bed9f (patch)
tree9107ec42b1274d49c565792d0cbe4c2c6f546919
parenta1111d73afe974a9d466a2b1678bfe5ddb5e7f34 (diff)
corrected unwanted change
Notes
Notes: merged as: 7377557f277b19c4953198c17b591fd964ac7c40
-rw-r--r--vcl/inc/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx
index 540b7d1bc3c7..8161fc6cab80 100644
--- a/vcl/inc/vcl/outdev.hxx
+++ b/vcl/inc/vcl/outdev.hxx
@@ -905,7 +905,7 @@ public:
void SetOutDevViewType( OutDevViewType eOutDevViewType ) { meOutDevViewType=eOutDevViewType; }
OutDevViewType GetOutDevViewType() const { return meOutDevViewType; }
- void Fdrawrect;
+ void SetLineColor();
void SetLineColor( const Color& rColor );
const Color& GetLineColor() const { return maLineColor; }
sal_Bool IsLineColor() const { return mbLineColor; }