diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/tabdlg.hxx | 2 |
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; |