summaryrefslogtreecommitdiff
path: root/sw
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 /sw
parentca18092a78b04ceccfae259cd89f1b361914760e (diff)
remove spurious com::sun::star::util prefix
Change-Id: I002a14fe0cb0cbdb4d5da51db8da6c8208cf604e
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/doc.hxx4
1 files changed, 2 insertions, 2 deletions
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;