summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-11-16 12:12:18 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-11-16 12:37:03 +0100
commit7ae56e48e2a7473687657600eba7ead114983ea9 (patch)
tree3bc95cb07c3c7a36334af7c1bb949765baf44bf8 /include/sfx2/basedlgs.hxx
parentwriterfilter: these are expected to be UTF-8 (diff)
downloadcore-7ae56e48e2a7473687657600eba7ead114983ea9.tar.gz
core-7ae56e48e2a7473687657600eba7ead114983ea9.zip
vcl: let the ModelessDialog ctor take an OUString
Change-Id: Iae88a9889c674337fb999a23a799d8730d2793d5
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 864cf09734c6..441830360750 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -100,7 +100,7 @@ class SFX2_DLLPUBLIC SfxModelessDialog: public ModelessDialog
protected:
SfxModelessDialog( SfxBindings*, SfxChildWindow*,
- vcl::Window*, const OString& rID, const OUString& rUIXMLDescription );
+ vcl::Window*, const OUString& rID, const OUString& rUIXMLDescription );
virtual ~SfxModelessDialog();
virtual bool Close() SAL_OVERRIDE;
virtual void Resize() SAL_OVERRIDE;