diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-10 13:08:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-10 14:13:57 -0400 |
commit | 2aef59dca407a1d342874cde88732b6cb9e131b4 (patch) | |
tree | a0dbc808ff9737a8726f00bc88d17b7d8793267f /svx/source/unodraw/unoshap4.cxx | |
parent | cef8eb1f7e906c5717c12967d63f164dced9e8a5 (diff) |
Move the embedded object to the impl class.
Change-Id: I15af9a74fdcc40d65b3f8b394fc69037c017fe76
Diffstat (limited to 'svx/source/unodraw/unoshap4.cxx')
-rw-r--r-- | svx/source/unodraw/unoshap4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index b4b2af19df45..fdc76fbe7244 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -52,7 +52,7 @@ #include "svx/svdstr.hrc" #include <svdoopengl.hxx> #include <vcl/wmf.hxx> - +#include <svtools/embedhlp.hxx> using namespace ::osl; |