summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-25 14:54:33 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-25 15:04:47 +0200
commit17dc7f1153b20a2b7b757c78237ade22e0e9fad3 (patch)
treef71d462a5ea70012953049cbb91ada7375c4404f
parentca18092a78b04ceccfae259cd89f1b361914760e (diff)
remove spurious com::sun::star::util prefix
Change-Id: I002a14fe0cb0cbdb4d5da51db8da6c8208cf604e
-rw-r--r--include/xmloff/xmlexp.hxx2
-rw-r--r--sfx2/source/doc/objmisc.cxx1
-rw-r--r--sw/inc/doc.hxx4
3 files changed, 3 insertions, 4 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index 0e5060d72517..62a68be990c3 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -404,7 +404,7 @@ public:
return mxExtHandler;
}
- // Get original ::com::sun::star::util::URL.
+ // Get original URL.
const OUString& GetOrigFileName() const { return msOrigFileName; }
// Get (const) namespace map.
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 ) );
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index b9ce38f32ba2..6948b7ea01f7 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -277,7 +277,7 @@ class SW_DLLPUBLIC SwDoc :
Timer maStatsUpdateTimer; //< Timer for asynchronous stats calculation
SwDBData maDBData; //< database descriptor
::com::sun::star::uno::Sequence <sal_Int8 > maRedlinePasswd;
- OUString msTOIAutoMarkURL; //< ::com::sun::star::util::URL of table of index AutoMark file
+ OUString msTOIAutoMarkURL; //< URL of table of index AutoMark file
boost::ptr_vector< boost::nullable<OUString> > maPatternNms; // Array for names of document-templates
com::sun::star::uno::Reference<com::sun::star::container::XNameContainer>
mxXForms; //< container with XForms models
@@ -1638,7 +1638,7 @@ public:
void SetCalcFieldValueHdl(Outliner* pOutliner);
- // Query if ::com::sun::star::util::URL was visited.
+ // Query if URL was visited.
// Query via Doc, if only a Bookmark has been given.
// In this case the document name has to be set in front.
bool IsVisitedURL( const OUString& rURL ) const;