summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgvmain.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:04:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:29 +0200
commitb36963c0a6a09f70ca6d8d607dd3249a3496497d (patch)
tree33e06dc8d227957cb31355277fb5cf20b9918628 /vcl/source/filter/sgvmain.hxx
parentb08247a12b43fcd9f86ecd912fce7d69a3e66061 (diff)
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
Diffstat (limited to 'vcl/source/filter/sgvmain.hxx')
-rw-r--r--vcl/source/filter/sgvmain.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/source/filter/sgvmain.hxx b/vcl/source/filter/sgvmain.hxx
index 22ba5aa2f199..9ff404016a5e 100644
--- a/vcl/source/filter/sgvmain.hxx
+++ b/vcl/source/filter/sgvmain.hxx
@@ -168,7 +168,7 @@ public:
PointType Pos1; // start point
PointType Pos2; // end point
friend SvStream& ReadStrkType(SvStream& rIStream, StrkType& rStrk);
- virtual void Draw(OutputDevice& rOut) SAL_OVERRIDE;
+ virtual void Draw(OutputDevice& rOut) override;
};
#define RectSize 52
@@ -184,7 +184,7 @@ public:
sal_uInt16 RotationAngle; // 315...<45
sal_uInt16 Slant; // >270...<90
friend SvStream& ReadRectType(SvStream& rIStream, RectType& rRect);
- virtual void Draw(OutputDevice& rOut) SAL_OVERRIDE;
+ virtual void Draw(OutputDevice& rOut) override;
};
#define PolySize 44
@@ -199,7 +199,7 @@ public:
sal_uInt32 SD_EckP; // pointer to corner point (StarDraw)
PointType* EckP; // pointer to corner points (StarView (is not read from disk!))
friend SvStream& ReadPolyType(SvStream& rIStream, PolyType& rPoly);
- virtual void Draw(OutputDevice& rOut) SAL_OVERRIDE;
+ virtual void Draw(OutputDevice& rOut) override;
};
#define PolyClosBit 0x01 // kinds of Poly: 0: polyLine 1: polygon
@@ -215,7 +215,7 @@ public:
sal_uInt32 SD_EckP; // pointer to corner points (StarDraw)
PointType* EckP; // pointer to corner points (StarView (is not read from disk!))
friend SvStream& ReadSplnType(SvStream& rIStream, SplnType& rSpln);
- virtual void Draw(OutputDevice& rOut) SAL_OVERRIDE;
+ virtual void Draw(OutputDevice& rOut) override;
};
// kinds of Spline: see Poly
@@ -232,7 +232,7 @@ public:
sal_uInt16 StartAngle; // and not for full circles
sal_uInt16 RelAngle; // and full ellipses
friend SvStream& ReadCircType(SvStream& rIStream, CircType& rCirc);
- virtual void Draw(OutputDevice& rOut) SAL_OVERRIDE;
+ virtual void Draw(OutputDevice& rOut) override;
};
#define CircFull 0x00 /* kinds of circle: 0: full circle */
#define CircSect 0x01 /* 1: circle sector */
@@ -257,7 +257,7 @@ public:
sal_Int16 FitBreit; // width to format for Fit2Size
UCHAR* Buffer; // this variable is not set by reading from disk, but explicit!
friend SvStream& ReadTextType(SvStream& rIStream, TextType& rText);
- virtual void Draw(OutputDevice& rOut) SAL_OVERRIDE;
+ virtual void Draw(OutputDevice& rOut) override;
};
#define TextOutlBit 0x01 /* 1=Sourcecode for outliner (ignored byDrawObjekt()) */
#define TextFitSBit 0x02 /* Bit1: 1=Text-Fit2Size, also outliner (2.0) */
@@ -302,7 +302,7 @@ public:
}
friend SvStream& ReadBmapType(SvStream& rIStream, BmapType& rBmap);
- virtual void Draw(OutputDevice& rOut) SAL_OVERRIDE;
+ virtual void Draw(OutputDevice& rOut) override;
};
#define GrupSize 48