diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-22 15:35:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:00 +0200 |
commit | 1fe85b15417ff88d8c08db2daa5ee632073e23b9 (patch) | |
tree | a1eb4154c0b0cb0fa66bac30115ad11f95068e02 /include/sfx2/sfxbasemodel.hxx | |
parent | 71a408f5b1244580b658bd79fa760bd2b3a64dea (diff) |
convert include/sfx2/sfxbasemodel.hxx from String to OUString
Change-Id: I686aab4113e76b790963fb69a89c112070619151
Diffstat (limited to 'include/sfx2/sfxbasemodel.hxx')
-rw-r--r-- | include/sfx2/sfxbasemodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx index bcfc1d715b0a..d9bece9e8432 100644 --- a/include/sfx2/sfxbasemodel.hxx +++ b/include/sfx2/sfxbasemodel.hxx @@ -1442,7 +1442,7 @@ private: SAL_DLLPRIVATE void postEvent_Impl( const OUString& aName, const css::uno::Reference< css::frame::XController2 >& xController = css::uno::Reference< css::frame::XController2 >() ); - SAL_DLLPRIVATE String getEventName_Impl( long nID ); + SAL_DLLPRIVATE OUString getEventName_Impl( long nID ); SAL_DLLPRIVATE bool QuerySaveSizeExceededModules( const com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler >& xHandler ); SAL_DLLPRIVATE css::uno::Reference< css::frame::XTitle > impl_getTitleHelper (); |