diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-31 14:51:15 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-31 21:38:57 -0500 |
commit | 5f47d3323987ab68f64b2e3a45449820391f09ba (patch) | |
tree | a087389fb4fdd1985e7ed38d44e4a6bf3f8a7849 /svx/inc | |
parent | 5d24ffdcbeeed0bcc51ecff3b18bfa5ba07d6c1c (diff) |
More implicit inline method to hide.
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(); }; //************************************************************ |