summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
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 /svx/source/svdraw/svdouno.cxx
parentc07a3b0396ab131bef7ef23305180c8f27bf5c9b (diff)
Get rid of initial :: for the sdr namespace
Change-Id: Ibbeb069b6fcb2aa0581429ac5cb6db519548fd00
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index ebbacf522052..aac9a6d8711f 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -51,7 +51,7 @@
#include <svx/svdograf.hxx>
using namespace ::com::sun::star;
-using namespace ::sdr::contact;
+using namespace sdr::contact;
// Defines
@@ -576,9 +576,9 @@ bool SdrUnoObj::impl_getViewContact( ViewContactOfUnoControl*& _out_rpContact )
}
-::sdr::contact::ViewContact* SdrUnoObj::CreateObjectSpecificViewContact()
+sdr::contact::ViewContact* SdrUnoObj::CreateObjectSpecificViewContact()
{
- return new ::sdr::contact::ViewContactOfUnoControl( *this );
+ return new sdr::contact::ViewContactOfUnoControl( *this );
}