summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-04-30 07:18:59 +0300
committerTor Lillqvist <tml@collabora.com>2015-04-30 09:11:40 +0300
commit5a27f808beff001bc69755095e08e50900d7c863 (patch)
tree1df6fbc012958c178be6f4bd7e5e60e08e7ef189 /sd/source/ui/animations
parentc07a3b0396ab131bef7ef23305180c8f27bf5c9b (diff)
Get rid of initial :: for the sdr namespace
Change-Id: Ibbeb069b6fcb2aa0581429ac5cb6db519548fd00
Diffstat (limited to 'sd/source/ui/animations')
-rw-r--r--sd/source/ui/animations/motionpathtag.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/motionpathtag.cxx b/sd/source/ui/animations/motionpathtag.cxx
index bd918c151acf..e15ac0db2701 100644
--- a/sd/source/ui/animations/motionpathtag.cxx
+++ b/sd/source/ui/animations/motionpathtag.cxx
@@ -56,7 +56,7 @@
#include <svx/sdr/contact/viewcontact.hxx>
#include <svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx>
-using ::sdr::PolyPolygonEditor;
+using sdr::PolyPolygonEditor;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
@@ -287,7 +287,7 @@ void SdPathHdl::CreateB2dIAObject()
if(rPageWindow.GetPaintWindow().OutputToWindow())
{
- rtl::Reference< ::sdr::overlay::OverlayManager > xManager = rPageWindow.GetOverlayManager();
+ rtl::Reference< sdr::overlay::OverlayManager > xManager = rPageWindow.GetOverlayManager();
if (xManager.is() && mpPathObj)
{
const sdr::contact::ViewContact& rVC = mpPathObj->GetViewContact();