summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmcontrolbordermanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmcontrolbordermanager.hxx')
-rw-r--r--svx/source/inc/fmcontrolbordermanager.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/inc/fmcontrolbordermanager.hxx b/svx/source/inc/fmcontrolbordermanager.hxx
index 796e9df671cf..bcb1127f0d4c 100644
--- a/svx/source/inc/fmcontrolbordermanager.hxx
+++ b/svx/source/inc/fmcontrolbordermanager.hxx
@@ -126,9 +126,8 @@ namespace svxform
};
typedef ::std::set< ControlData, ControlDataCompare > ControlBag;
- typedef ::com::sun::star::awt::XVclWindowPeer WindowPeer;
- typedef ::com::sun::star::uno::Reference< ::com::sun::star::awt::XVclWindowPeer > WindowPeerRef;
- typedef ::std::set< WindowPeerRef, ::comphelper::OInterfaceCompare< WindowPeer > > PeerBag;
+ typedef ::std::set< css::uno::Reference< css::awt::XVclWindowPeer >,
+ ::comphelper::OInterfaceCompare< css::awt::XVclWindowPeer > > PeerBag;
PeerBag m_aColorableControls;
PeerBag m_aNonColorableControls;