diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-08 21:43:11 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-08 23:23:32 -0500 |
commit | 822b3482414fe9be0e271727d58581a1df1d3b83 (patch) | |
tree | ee06146b2a503e0099fbd268357381178cec95e4 /svx/source/table | |
parent | ac732491868fd233c68b45fd358a811c9810dd7b (diff) |
Add Impl to SdrObject and hide ObjectUser member.
SdrObject is quite large and we can't pimplize it in one go. Let's do
it bit by bit.
Change-Id: I40abe71799f6dcae90854dcc6979acc1d6ed7462
Diffstat (limited to 'svx/source/table')
-rw-r--r-- | svx/source/table/tableundo.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx index 1f7e24dd6350..c9747cb635bb 100644 --- a/svx/source/table/tableundo.hxx +++ b/svx/source/table/tableundo.hxx @@ -26,6 +26,7 @@ #include "svx/svdotable.hxx" #include "svx/svdobj.hxx" #include "svx/svdundo.hxx" +#include <svx/sdrobjectuser.hxx> #include "celltypes.hxx" |