summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-11-15 15:19:56 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-11-15 16:00:52 +0100
commit369eb9bfba507c72165f2797acd2cd28e692c5d1 (patch)
treef64c7e6f9742f00103f669a689f2270cc611d48c /include
parent6be63430c0a73549e0e5d49f6bb4fd1573a854b1 (diff)
TabDialog ctor: take an OUString
Change-Id: Ie390fb9debe3a80b3ebc5e609119723c78eadba2
Diffstat (limited to 'include')
-rw-r--r--include/vcl/tabdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/tabdlg.hxx b/include/vcl/tabdlg.hxx
index e4f42482c23a..f02efc726596 100644
--- a/include/vcl/tabdlg.hxx
+++ b/include/vcl/tabdlg.hxx
@@ -40,7 +40,7 @@ private:
public:
TabDialog( vcl::Window* pParent,
WinBits nStyle = WB_STDTABDIALOG );
- TabDialog( vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription );
+ TabDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription );
virtual ~TabDialog();
virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;