From 17dc7f1153b20a2b7b757c78237ade22e0e9fad3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 25 Jun 2014 14:54:33 +0200 Subject: remove spurious com::sun::star::util prefix Change-Id: I002a14fe0cb0cbdb4d5da51db8da6c8208cf604e --- sw/inc/doc.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') 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 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 > maPatternNms; // Array for names of document-templates com::sun::star::uno::Reference 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; -- cgit