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:
// Hilfsklasse SdrObjMacroHitRec
//************************************************************
class SdrObjMacroHitRec
class SVX_DLLPUBLIC SdrObjMacroHitRec
{
public:
Point aPos;
......@@ -189,14 +189,7 @@ public:
sal_uInt16 nTol;
bool bDown;
public:
SdrObjMacroHitRec()
: pOut(NULL),
pVisiLayer(NULL),
pPageView(NULL),
nTol(0),
bDown(false)
{}
SdrObjMacroHitRec();
};
//************************************************************
......
......@@ -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);
......
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