summaryrefslogtreecommitdiff
path: root/cui/source/inc/hltpbase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-28 14:18:40 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-29 06:45:22 +0000
commit0c5f72b06f7d3b06e61cc5a0eabc8abc7bb72ef5 (patch)
tree62259bba5006e3ea813d149cb6399be82f3d6636 /cui/source/inc/hltpbase.hxx
parent171990764eedee708ce458be2239466307b2dc6a (diff)
com::sun::star->css in cui
Change-Id: I70ee15db7c8de507fa21a9dfc705f518f223a70b Reviewed-on: https://gerrit.libreoffice.org/17385 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source/inc/hltpbase.hxx')
-rw-r--r--cui/source/inc/hltpbase.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/hltpbase.hxx b/cui/source/inc/hltpbase.hxx
index fa5ddb9c6c78..9933d6c1c439 100644
--- a/cui/source/inc/hltpbase.hxx
+++ b/cui/source/inc/hltpbase.hxx
@@ -73,10 +73,10 @@ private:
VclPtr<Edit> mpEdText;
VclPtr<PushButton> mpBtScript;
- bool mbIsCloseDisabled;
+ bool mbIsCloseDisabled;
- ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >
- mxDocumentFrame;
+ css::uno::Reference< css::frame::XFrame >
+ mxDocumentFrame;
protected:
VclPtr<vcl::Window> mpDialog;
@@ -121,7 +121,7 @@ public:
virtual void dispose() SAL_OVERRIDE;
void SetDocumentFrame(
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxDocumentFrame )
+ const css::uno::Reference< css::frame::XFrame >& rxDocumentFrame )
{
mxDocumentFrame = rxDocumentFrame;
}