Kaydet (Commit) 5f47d332 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

More implicit inline method to hide.

üst 5d24ffdc
...@@ -178,7 +178,7 @@ public: ...@@ -178,7 +178,7 @@ public:
// Hilfsklasse SdrObjMacroHitRec // Hilfsklasse SdrObjMacroHitRec
//************************************************************ //************************************************************
class SdrObjMacroHitRec class SVX_DLLPUBLIC SdrObjMacroHitRec
{ {
public: public:
Point aPos; Point aPos;
...@@ -186,17 +186,10 @@ public: ...@@ -186,17 +186,10 @@ public:
OutputDevice* pOut; OutputDevice* pOut;
const SetOfByte* pVisiLayer; const SetOfByte* pVisiLayer;
const SdrPageView* pPageView; const SdrPageView* pPageView;
sal_uInt16 nTol; sal_uInt16 nTol;
bool bDown; bool bDown;
public: SdrObjMacroHitRec();
SdrObjMacroHitRec()
: pOut(NULL),
pVisiLayer(NULL),
pPageView(NULL),
nTol(0),
bDown(false)
{}
}; };
//************************************************************ //************************************************************
......
...@@ -137,6 +137,13 @@ void SdrObjUserCall::Changed(const SdrObject& /*rObj*/, SdrUserCallType /*eType* ...@@ -137,6 +137,13 @@ void SdrObjUserCall::Changed(const SdrObject& /*rObj*/, SdrUserCallType /*eType*
{ {
} }
SdrObjMacroHitRec::SdrObjMacroHitRec() :
pOut(NULL),
pVisiLayer(NULL),
pPageView(NULL),
nTol(0),
bDown(false) {}
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
TYPEINIT0(SdrObjUserData); TYPEINIT0(SdrObjUserData);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment