diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-17 11:36:39 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-17 14:30:59 -0500 |
commit | a6b459c8598df19f62b0cd4cb4b29de3791a3991 (patch) | |
tree | 0604521ef49af8380bf2ded866b8fda560c116b2 /svx | |
parent | ab1f30eed23944468427bf0e28659139b9eadea1 (diff) |
Proper construction of the impl class, using initializer.
And make sure the whole thing still builds.
Change-Id: I49d3c01d288df800e3261ce7d4f07080be2a4098
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/charthelper.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodraw/unoshap4.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx b/svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx index cb4edcb0f98a..fe82ff2a6a11 100644 --- a/svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx +++ b/svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx @@ -27,6 +27,7 @@ #include <basegfx/polygon/b2dpolygontools.hxx> #include <com/sun/star/embed/EmbedMisc.hpp> #include <com/sun/star/embed/EmbedStates.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> diff --git a/svx/source/svdraw/charthelper.cxx b/svx/source/svdraw/charthelper.cxx index c4cb613279ed..cc87019a7a5c 100644 --- a/svx/source/svdraw/charthelper.cxx +++ b/svx/source/svdraw/charthelper.cxx @@ -20,6 +20,7 @@ #include <svtools/embedhlp.hxx> #include <tools/globname.hxx> #include <sot/clsids.hxx> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/util/XUpdatable.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index c516b6ff6563..a79ef1103257 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -20,6 +20,7 @@ #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/embed/XLinkageSupport.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> +#include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> #include <vcl/virdev.hxx> |