summaryrefslogtreecommitdiffstats
path: root/include/sfx2/frmhtml.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-26 15:48:49 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:06 +0200
commit5498a8b9c59593f025edb83b3dc20248718c43e0 (patch)
tree0a43476f9e8828b273e6885bdbfdca5686401e04 /include/sfx2/frmhtml.hxx
parentconvert include/sfx2/frmhtmlw.hxx from String to OUString (diff)
downloadcore-5498a8b9c59593f025edb83b3dc20248718c43e0.tar.gz
core-5498a8b9c59593f025edb83b3dc20248718c43e0.zip
convert include/sfx2/frmhtml.hxx from String to OUString
Change-Id: I4cf46df61752487173f0fc636395962d6e7e4688
Diffstat (limited to 'include/sfx2/frmhtml.hxx')
-rw-r--r--include/sfx2/frmhtml.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/frmhtml.hxx b/include/sfx2/frmhtml.hxx
index d1eb1c4054c0..356d778e6590 100644
--- a/include/sfx2/frmhtml.hxx
+++ b/include/sfx2/frmhtml.hxx
@@ -28,7 +28,6 @@
class SfxFrameHTMLParser;
class SfxMedium;
-namespace svtools { class AsynchronLink; }
class SFX2_DLLPUBLIC SfxFrameHTMLParser : public SfxHTMLParser
{
@@ -38,7 +37,7 @@ protected:
public:
// These methods can also be used by other parsers.
- static void ParseFrameOptions(SfxFrameDescriptor*, const HTMLOptions&, const String& );
+ static void ParseFrameOptions(SfxFrameDescriptor*, const HTMLOptions&, const OUString& );
};