Kaydet (Commit) 20958c4e authored tarafından Miklos Vajna's avatar Miklos Vajna

svx: can avoid comphelper/implbase_var.hxx in formcontroller

Change-Id: I37a1d16f76cad6b8ff5727ecd09d718e15519de9
üst 2831714e
...@@ -77,11 +77,7 @@ ...@@ -77,11 +77,7 @@
#include <vcl/timer.hxx> #include <vcl/timer.hxx>
#include <vcl/idle.hxx> #include <vcl/idle.hxx>
#ifndef INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_22 #include <cppuhelper/compbase.hxx>
#define INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_22
#define COMPHELPER_IMPLBASE_INTERFACE_NUMBER 22
#include <comphelper/implbase_var.hxx>
#endif
struct FmXTextComponentLess : public ::std::binary_function< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTextComponent >, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTextComponent> , bool> struct FmXTextComponentLess : public ::std::binary_function< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTextComponent >, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTextComponent> , bool>
{ {
...@@ -103,7 +99,7 @@ namespace svxform ...@@ -103,7 +99,7 @@ namespace svxform
class ControlBorderManager; class ControlBorderManager;
struct FmFieldInfo; struct FmFieldInfo;
typedef ::comphelper::WeakComponentImplHelper22 < ::com::sun::star::form::runtime::XFormController typedef cppu::WeakComponentImplHelper < ::com::sun::star::form::runtime::XFormController
, ::com::sun::star::form::runtime::XFilterController , ::com::sun::star::form::runtime::XFilterController
, ::com::sun::star::awt::XFocusListener , ::com::sun::star::awt::XFocusListener
, ::com::sun::star::form::XLoadListener , ::com::sun::star::form::XLoadListener
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment