summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxwindow.hxx')
-rw-r--r--include/toolkit/awt/vclxwindow.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/toolkit/awt/vclxwindow.hxx b/include/toolkit/awt/vclxwindow.hxx
index 1ab1f9e8a8d2..dab9b8e82eeb 100644
--- a/include/toolkit/awt/vclxwindow.hxx
+++ b/include/toolkit/awt/vclxwindow.hxx
@@ -45,7 +45,8 @@
#include <stdarg.h>
#include <list>
-#include <boost/function.hpp>
+#include <functional>
+
class VclSimpleEvent;
class VclWindowEvent;
@@ -56,11 +57,8 @@ namespace toolkit
class IAccessibleFactory;
}
-
-
// class VCLXWINDOW
-
class UnoPropertyArrayHelper;
class VCLXWindowImpl;
typedef ::cppu::ImplInheritanceHelper9 < VCLXDevice
@@ -108,7 +106,7 @@ protected:
::cppu::OInterfaceContainerHelper& GetTopWindowListeners();
public:
- typedef ::boost::function0< void > Callback;
+ typedef ::std::function<void ()> Callback;
protected:
/** executes the given callback asynchronously