summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/basedlgs.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index dbdf8d55016f..49fe75135c88 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -302,7 +302,7 @@ IMPL_LINK_NOARG(SfxModelessDialog, TimerHdl)
}
SfxModelessDialog::SfxModelessDialog(SfxBindings* pBindinx,
- SfxChildWindow *pCW, vcl::Window *pParent, const OString& rID,
+ SfxChildWindow *pCW, vcl::Window *pParent, const OUString& rID,
const OUString& rUIXMLDescription)
: ModelessDialog(pParent, rID, rUIXMLDescription)
{