From 2633976ef3406d48907bd922f067ea04e39c94f1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 6 Nov 2015 10:51:51 +0200 Subject: com::sun::star->css in sw/source/core Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9 --- sw/source/uibase/wrtsh/select.cxx | 2 +- sw/source/uibase/wrtsh/wrtsh1.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/uibase/wrtsh') diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx index e7a3806b95e2..342123150f12 100644 --- a/sw/source/uibase/wrtsh/select.cxx +++ b/sw/source/uibase/wrtsh/select.cxx @@ -45,7 +45,7 @@ namespace com { namespace sun { namespace star { namespace util { struct SearchOptions; } } } } -using namespace ::com::sun::star::util; +using namespace css::util; static long nStartDragX = 0, nStartDragY = 0; static bool bStartDrag = false; diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx index de8d83e695e2..922b06b7404d 100644 --- a/sw/source/uibase/wrtsh/wrtsh1.cxx +++ b/sw/source/uibase/wrtsh/wrtsh1.cxx @@ -594,8 +594,8 @@ void SwWrtShell::MoveObjectIfActive( svt::EmbeddedObjectRef& xObj, const Point& try { sal_Int32 nState = xObj->getCurrentState(); - if ( nState == ::com::sun::star::embed::EmbedStates::INPLACE_ACTIVE - || nState == ::com::sun::star::embed::EmbedStates::UI_ACTIVE ) + if ( nState == css::embed::EmbedStates::INPLACE_ACTIVE + || nState == css::embed::EmbedStates::UI_ACTIVE ) { SfxInPlaceClient* pCli = GetView().FindIPClient( xObj.GetObject(), &(GetView().GetEditWin()) ); -- cgit