diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-06-25 14:34:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-25 15:04:47 +0200 |
commit | c9d53bbe6efe7d2963a46fc5ac843f79672baf1f (patch) | |
tree | 77506b1abcce4a243d0b2721e1809c2b13b2fdca /sw | |
parent | 1ba95042121983d0bf865e3dd449f8362d119c7c (diff) |
remove spurious com::sun::star::forms prefix
Change-Id: I5c7c1d888cda7f01685bce46a6092a2c30b856f9
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/swhtml.hxx | 2 | ||||
-rw-r--r-- | sw/source/filter/html/wrthtml.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx index 8521e016053b..4c0c077731c4 100644 --- a/sw/source/filter/html/swhtml.hxx +++ b/sw/source/filter/html/swhtml.hxx @@ -766,7 +766,7 @@ private: SvxCSS1PropertyInfo &rPropInfo, const OUString *pLang=0, const OUString *pDir=0 ); - // Inserting Controls and ::com::sun::star::form::Forms (htmlform.cxx) + // Inserting Controls and Forms (htmlform.cxx) // Insert draw object into document void InsertDrawObject( SdrObject* pNewDrawObj, const Size& rSpace, diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx index 70b6f4aa41bf..64951ceea3c6 100644 --- a/sw/source/filter/html/wrthtml.hxx +++ b/sw/source/filter/html/wrthtml.hxx @@ -295,7 +295,7 @@ public: std::set<OUString> aScriptTextStyles;// script dependent text styles std::vector<OUString> aOutlineMarks; std::vector<sal_uInt32> aOutlineMarkPoss; - HTMLControls aHTMLControls; // die zu schreibenden ::com::sun::star::form::Forms + HTMLControls aHTMLControls; // die zu schreibenden Forms SwHTMLFmtInfos aChrFmtInfos; SwHTMLFmtInfos aTxtCollInfos; INetFmts aINetFmts; // die "offenen" INet-Attribute |