[Libreoffice-commits] core.git: include/svx
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Jul 9 12:43:35 PDT 2014
include/svx/svdetc.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d61c11c773656f8d8cbee982771be8df3d6516ea
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Wed Jul 9 15:43:08 2014 -0400
Export these symbols.
Change-Id: I8a16103564775e3df67d9a9891197e800ab63995
diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx
index 6212aab..e524364 100644
--- a/include/svx/svdetc.hxx
+++ b/include/svx/svdetc.hxx
@@ -213,9 +213,9 @@ public:
void InsertObj(SdrOle2Obj* pObj);
void RemoveObj(SdrOle2Obj* pObj);
- size_t size() const;
- SdrOle2Obj* operator[](size_t nPos);
- const SdrOle2Obj* operator[](size_t nPos) const;
+ SVX_DLLPUBLIC size_t size() const;
+ SVX_DLLPUBLIC SdrOle2Obj* operator[](size_t nPos);
+ SVX_DLLPUBLIC const SdrOle2Obj* operator[](size_t nPos) const;
};
More information about the Libreoffice-commits
mailing list