From c06e2fcc2c03c4b6353bd9a1e282c36de872d777 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 23 Oct 2015 09:07:12 +0200 Subject: com::sun::star->css in include/sot to include/typelib Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de --- include/svx/itemwin.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/svx/itemwin.hxx') diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx index b70063af5f54..f059069adb37 100644 --- a/include/svx/itemwin.hxx +++ b/include/svx/itemwin.hxx @@ -39,7 +39,7 @@ class SvxLineBox : public LineLB Size aLogicalSize; bool bRelease; SfxObjectShell* mpSh; - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame; + css::uno::Reference< css::frame::XFrame > mxFrame; DECL_LINK_TYPED(DelayHdl_Impl, Timer *, void); @@ -47,7 +47,7 @@ class SvxLineBox : public LineLB public: SvxLineBox( vcl::Window* pParent, - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, + const css::uno::Reference< css::frame::XFrame >& rFrame, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ); void FillControl(); @@ -69,7 +69,7 @@ class SVX_DLLPUBLIC SvxMetricField : public MetricField SfxMapUnit ePoolUnit; FieldUnit eDlgUnit; Size aLogicalSize; - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame; + css::uno::Reference< css::frame::XFrame > mxFrame; static void ReleaseFocus_Impl(); @@ -84,7 +84,7 @@ protected: public: SvxMetricField( vcl::Window* pParent, - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, + const css::uno::Reference< css::frame::XFrame >& rFrame, WinBits nBits = WB_BORDER | WB_SPIN | WB_REPEAT ); void Update( const XLineWidthItem* pItem ); -- cgit