diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-16 12:13:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-16 12:37:03 +0100 |
commit | 133c295bbe6f746d4c2fd2fe7560206b890cdf1f (patch) | |
tree | 994900dd4929319505c49aa13d6f1ca76281c156 /sc/source/ui/inc | |
parent | b04759db661f35dce41c03dfc7ad00671fc68c55 (diff) |
vcl: let the ModalDialog ctor take an OUString
Change-Id: I839435338f4acf80c40896b6c86f7ef122f5449d
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/anyrefdg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index ed65fc229e3d..f3507ffe8283 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -177,7 +177,7 @@ public: virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE; protected: - ScRefHdlModalImpl(vcl::Window* pParent, const OString& rID, + ScRefHdlModalImpl(vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription); private: @@ -264,7 +264,7 @@ void ScRefHdlrImplBase<TWindow, bBindRef>::StateChanged( StateChangedType nState class ScAnyRefModalDlg : public ScRefHdlModalImpl { public: - ScAnyRefModalDlg(vcl::Window* pParent, const OString& rID, + ScAnyRefModalDlg(vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription); }; |