diff options
Diffstat (limited to 'include/sfx2/charmapcontrol.hxx')
-rw-r--r-- | include/sfx2/charmapcontrol.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/charmapcontrol.hxx b/include/sfx2/charmapcontrol.hxx index 970e3fa6d1d9..9b58bdd6a4da 100644 --- a/include/sfx2/charmapcontrol.hxx +++ b/include/sfx2/charmapcontrol.hxx @@ -23,12 +23,11 @@ #include <sal/config.h> #include <sfx2/dllapi.h> #include <sfx2/tbxctrl.hxx> -#include <com/sun/star/frame/XFrame.hpp> #include <sfx2/charwin.hxx> #include <vcl/button.hxx> #include <deque> -class SvxCharViewControl; +namespace com::sun::star::frame { class XFrame; } class SFX2_DLLPUBLIC SfxCharmapCtrl : public SfxPopupWindow { |