summaryrefslogtreecommitdiffstats
path: root/filter/source/graphicfilter/idxf/dxfentrd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/idxf/dxfentrd.hxx')
-rw-r--r--filter/source/graphicfilter/idxf/dxfentrd.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/graphicfilter/idxf/dxfentrd.hxx b/filter/source/graphicfilter/idxf/dxfentrd.hxx
index f2aa8d3c90aa..3f6c4e46fa2e 100644
--- a/filter/source/graphicfilter/idxf/dxfentrd.hxx
+++ b/filter/source/graphicfilter/idxf/dxfentrd.hxx
@@ -207,8 +207,6 @@ protected:
class DXFShapeEntity : public DXFBasicEntity {
-public:
-
DXFVector aP0; // 10,20,30
double fSize; // 40
OString m_sName; // 2
@@ -216,6 +214,8 @@ public:
double fXScale; // 41
double fOblAngle; // 51
+public:
+
DXFShapeEntity();
protected:
@@ -248,8 +248,6 @@ protected:
class DXFAttDefEntity : public DXFBasicEntity {
-public:
-
DXFVector aP0; // 10,20,30
double fHeight; // 40
OString m_sDefVal; // 1
@@ -266,6 +264,8 @@ public:
long nVertJust; // 74
DXFVector aAlign; // 11,21,31
+public:
+
DXFAttDefEntity();
protected: