diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-21 20:45:47 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-21 21:05:34 -0500 |
commit | c2d11710716f3ec5696f3402951be0d7539fe376 (patch) | |
tree | c582808194a6817dea1cb9f2f89bf040bda05a07 /sfx2/source/appl/appreg.cxx | |
parent | 5432e2a5ef7a3e131d2496e19bd0c6a86955319f (diff) |
Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.
Change-Id: Iaf287912a52eb8785c687a13536fc170094425c7
Diffstat (limited to 'sfx2/source/appl/appreg.cxx')
-rw-r--r-- | sfx2/source/appl/appreg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/appreg.cxx b/sfx2/source/appl/appreg.cxx index e9c1e6e1905a..923016d01c94 100644 --- a/sfx2/source/appl/appreg.cxx +++ b/sfx2/source/appl/appreg.cxx @@ -34,6 +34,7 @@ #include "partwnd.hxx" #include <sfx2/sfxsids.hrc> #include "recfloat.hxx" +#include <ctrlfactoryimpl.hxx> #include <sfx2/objsh.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/objface.hxx> |