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

Export these symbols.

Change-Id: I8a16103564775e3df67d9a9891197e800ab63995
üst 2e92df04
...@@ -213,9 +213,9 @@ public: ...@@ -213,9 +213,9 @@ public:
void InsertObj(SdrOle2Obj* pObj); void InsertObj(SdrOle2Obj* pObj);
void RemoveObj(SdrOle2Obj* pObj); void RemoveObj(SdrOle2Obj* pObj);
size_t size() const; SVX_DLLPUBLIC size_t size() const;
SdrOle2Obj* operator[](size_t nPos); SVX_DLLPUBLIC SdrOle2Obj* operator[](size_t nPos);
const SdrOle2Obj* operator[](size_t nPos) const; SVX_DLLPUBLIC const SdrOle2Obj* operator[](size_t nPos) const;
}; };
......
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