diff options
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdobj.hxx | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/svx/inc/svx/svdobj.hxx b/svx/inc/svx/svdobj.hxx index 55dabc83de93..f261c99fa8f5 100644 --- a/svx/inc/svx/svdobj.hxx +++ b/svx/inc/svx/svdobj.hxx @@ -178,7 +178,7 @@ public: // Hilfsklasse SdrObjMacroHitRec //************************************************************ -class SdrObjMacroHitRec +class SVX_DLLPUBLIC SdrObjMacroHitRec { public: Point aPos; @@ -186,17 +186,10 @@ public: OutputDevice* pOut; const SetOfByte* pVisiLayer; const SdrPageView* pPageView; - sal_uInt16 nTol; + sal_uInt16 nTol; bool bDown; -public: - SdrObjMacroHitRec() - : pOut(NULL), - pVisiLayer(NULL), - pPageView(NULL), - nTol(0), - bDown(false) - {} + SdrObjMacroHitRec(); }; //************************************************************ |