diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-06-25 14:54:33 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-25 15:04:47 +0200 |
commit | 17dc7f1153b20a2b7b757c78237ade22e0e9fad3 (patch) | |
tree | f71d462a5ea70012953049cbb91ada7375c4404f /sfx2 | |
parent | ca18092a78b04ceccfae259cd89f1b361914760e (diff) |
remove spurious com::sun::star::util prefix
Change-Id: I002a14fe0cb0cbdb4d5da51db8da6c8208cf604e
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objmisc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index 2b0a58e901f9..f296e98df93f 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -910,7 +910,6 @@ OUString SfxObjectShell::GetTitle } else { - // ::com::sun::star::util::URL-Versions if ( nMaxLength >= SFX_TITLE_MAXLEN ) { OUString aComplete( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); |