summaryrefslogtreecommitdiffstats
path: root/include/svx/itemwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/itemwin.hxx')
-rw-r--r--include/svx/itemwin.hxx8
1 files changed, 4 insertions, 4 deletions
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 );