summaryrefslogtreecommitdiffstats
path: root/include/svx/itemwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 09:07:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 10:48:50 +0200
commitc06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch)
tree69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svx/itemwin.hxx
parentResolves: tdf#76964 fall back to primary language via getLanguage (diff)
downloadcore-c06e2fcc2c03c4b6353bd9a1e282c36de872d777.tar.gz
core-c06e2fcc2c03c4b6353bd9a1e282c36de872d777.zip
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
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 );