summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-08-25 16:09:53 +0300
committerTor Lillqvist <tml@collabora.com>2017-08-25 16:09:53 +0300
commit27bde9a6abf6c73d5345b0a85b81afc8470d25cf (patch)
treee5bab0d5ca835e8e74b030069cec30877cd181e0 /sw/source/core/unocore/unodraw.cxx
parentaa7dc5fa1df23f1a9079305cb362aab018e94848 (diff)
Drop gratuitous initial :: from comphelper::ProfileZone
Change-Id: Iae7d86b857d0563d9ed9d9b4187e009554698412
Diffstat (limited to 'sw/source/core/unocore/unodraw.cxx')
-rw-r--r--sw/source/core/unocore/unodraw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index 8d7a73882c7a..6a6da5c57d9e 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -2339,7 +2339,7 @@ awt::Size SAL_CALL SwXShape::getSize()
void SAL_CALL SwXShape::setSize( const awt::Size& aSize )
{
- ::comphelper::ProfileZone aZone("SwXShape::setSize");
+ comphelper::ProfileZone aZone("SwXShape::setSize");
if ( mxShape.is() )
{