diff options
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/propbrw.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx index 87c2e6c8d94f..0e7c2fc579cb 100644 --- a/basctl/source/inc/propbrw.hxx +++ b/basctl/source/inc/propbrw.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/stl_types.hxx> #include <sfx2/basedlgs.hxx> -#include <sfx2/childwin.hxx> +#include <sfx2/dockwin.hxx> #include <svl/lstner.hxx> #include <svx/svdmark.hxx> @@ -45,7 +45,7 @@ public: class SfxBindings; class SdrView; -class PropBrw : public SfxFloatingWindow , public SfxListener, public SfxBroadcaster +class PropBrw : public SfxDockingWindow , public SfxListener, public SfxBroadcaster { private: bool m_bInitialStateChange; |