diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 12:12:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:31 +0200 |
commit | 04778e507f6564b6e8a1b867313cd0ab5f913c30 (patch) | |
tree | 183af0bd0a9d0db05851c7b21920bb3ab5a88bcc /include/svx | |
parent | df1f76dfff82b8736c3d19cf61bd19d4aab5ae2a (diff) |
convert include/svx/linectrl.hxx from String to OUString
Change-Id: I6c2136f8ea121286f80afa45655a9fba42ac0197
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/linectrl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/linectrl.hxx b/include/svx/linectrl.hxx index 4d09d55183a4..cf914c5fba3d 100644 --- a/include/svx/linectrl.hxx +++ b/include/svx/linectrl.hxx @@ -130,11 +130,11 @@ protected: public: SvxLineEndWindow( sal_uInt16 nId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, - const String& rWndTitle ); + const OUString& rWndTitle ); SvxLineEndWindow( sal_uInt16 nId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow, - const String& rWndTitle ); + const OUString& rWndTitle ); ~SvxLineEndWindow(); void StartSelection(); |