summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-25 14:36:15 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-25 15:04:47 +0200
commitca18092a78b04ceccfae259cd89f1b361914760e (patch)
tree3739bfb726e5f1a353f13a85c16ae8b8b2563289
parentc9d53bbe6efe7d2963a46fc5ac843f79672baf1f (diff)
remove spurious com::sun::star::text prefix
Change-Id: I98d2fc7de3c2d3f95fb96192da83761ac1146172
-rw-r--r--include/svx/gridctrl.hxx2
-rw-r--r--sw/inc/doc.hxx4
-rw-r--r--sw/source/filter/html/swhtml.hxx8
-rw-r--r--sw/source/filter/html/wrthtml.hxx2
4 files changed, 8 insertions, 8 deletions
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 0170cb2cddd9..8b73b5fb89e5 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -63,7 +63,7 @@ enum GridRowStatus
class DbGridRow : public SvRefBase
{
- ::com::sun::star::uno::Any m_aBookmark; // ::com::sun::star::text::Bookmark of the row, can be set
+ ::com::sun::star::uno::Any m_aBookmark; // Bookmark of the row, can be set
DbDataColumns m_aVariants;
GridRowStatus m_eStatus;
bool m_bIsNew;
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 2dc04156d52b..b9ce38f32ba2 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1270,7 +1270,7 @@ public:
bool SortText(const SwPaM&, const SwSortOptions&);
// Correct the SwPosition-Objects that are registered with the document
- // e. g. ::com::sun::star::text::Bookmarks or tables/indices.
+ // e. g. Bookmarks or tables/indices.
// If bMoveCrsr is set move Crsr too.
// Set everything in rOldNode on rNewPos + Offset.
@@ -1639,7 +1639,7 @@ public:
void SetCalcFieldValueHdl(Outliner* pOutliner);
// Query if ::com::sun::star::util::URL was visited.
- // Query via Doc, if only a ::com::sun::star::text::Bookmark has been given.
+ // 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;
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx
index 4c0c077731c4..2f17b7522d4f 100644
--- a/sw/source/filter/html/swhtml.hxx
+++ b/sw/source/filter/html/swhtml.hxx
@@ -722,19 +722,19 @@ private:
// <BODY>-Tag auswerten: Hintergrund-Grafiken und -Farben setzen (htmlgrin.cxx)
void InsertBodyOptions();
- // Einfuegen von Links und ::com::sun::star::text::Bookmarks (htmlgrin.cxx)
+ // Einfuegen von Links und Bookmarks (htmlgrin.cxx)
- // <A>-Tag auswerten: einen Link bzw. eine ::com::sun::star::text::Bookmark einfuegen
+ // <A>-Tag auswerten: einen Link bzw. eine Bookmark einfuegen
void NewAnchor();
void EndAnchor();
- // eine ::com::sun::star::text::Bookmark einfuegen
+ // eine Bookmark einfuegen
void InsertBookmark( const OUString& rName );
void InsertCommentText( const sal_Char *pTag = 0 );
void InsertComment( const OUString& rName, const sal_Char *pTag = 0 );
- // sind im aktuellen Absatz ::com::sun::star::text::Bookmarks vorhanden?
+ // sind im aktuellen Absatz Bookmarks vorhanden?
bool HasCurrentParaBookmarks( bool bIgnoreStack=false ) const;
// Einfuegen von Script/Basic-Elementen
diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index 64951ceea3c6..9953307c8296 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -407,7 +407,7 @@ public:
void Out_SwDoc( SwPaM* ); // schreibe den makierten Bereich
- // gebe alle an in aktuellen Ansatz stehenden ::com::sun::star::text::Bookmarks aus
+ // gebe alle an in aktuellen Ansatz stehenden Bookmarks aus
void OutAnchor( const OUString& rName );
void OutBookmarks();
void OutPointFieldmarks( const SwPosition& rPos );