summaryrefslogtreecommitdiff
path: root/include/vcl/fixed.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/fixed.hxx')
-rw-r--r--include/vcl/fixed.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx
index 8eba420ac504..e3193841bf92 100644
--- a/include/vcl/fixed.hxx
+++ b/include/vcl/fixed.hxx
@@ -29,9 +29,9 @@
class UserDrawEvent;
-// -------------
+
// - FixedText -
-// -------------
+
class VCL_DLLPUBLIC FixedText : public Control
{
@@ -90,9 +90,9 @@ public:
virtual void LoseFocus();
};
-// -------------
+
// - FixedLine -
-// -------------
+
class VCL_DLLPUBLIC FixedLine : public Control
{
@@ -124,9 +124,9 @@ public:
virtual Size GetOptimalSize() const;
};
-// ---------------
+
// - FixedBitmap -
-// ---------------
+
class VCL_DLLPUBLIC FixedBitmap : public Control
{
@@ -160,9 +160,9 @@ public:
const Bitmap& GetBitmap() const { return maBitmap; }
};
-// --------------
+
// - FixedImage -
-// --------------
+
class VCL_DLLPUBLIC FixedImage : public Control
{