summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextFrameHyperlinkContext.hxx')
-rw-r--r--xmloff/source/text/XMLTextFrameHyperlinkContext.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx b/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx
index 5046831b236b..b44603938ace 100644
--- a/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx
+++ b/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx
@@ -31,9 +31,9 @@ namespace com { namespace sun { namespace star {
class XMLTextFrameHyperlinkContext : public SvXMLImportContext
{
- ::rtl::OUString sHRef;
- ::rtl::OUString sName;
- ::rtl::OUString sTargetFrameName;
+ OUString sHRef;
+ OUString sName;
+ OUString sTargetFrameName;
::com::sun::star::text::TextContentAnchorType eDefaultAnchorType;
SvXMLImportContextRef xFrameContext;
sal_Bool bMap;
@@ -44,7 +44,7 @@ public:
XMLTextFrameHyperlinkContext( SvXMLImport& rImport,
sal_uInt16 nPrfx,
- const ::rtl::OUString& rLName,
+ const OUString& rLName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList,
::com::sun::star::text::TextContentAnchorType eDefaultAnchorType );
@@ -53,7 +53,7 @@ public:
virtual void EndElement();
SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList );