diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-02 13:05:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-03 08:00:49 +0200 |
commit | 0c98269868a63b308d238d14e0c324a5e5d26dde (patch) | |
tree | 095c559b4b3bec0a6a74886f19c1586274213e29 /framework/source/layoutmanager/helpers.hxx | |
parent | cea484870ccab8dd536ed140a8271bc220d407da (diff) |
replace createFromAscii with OUString literals in framework
Change-Id: I4fccbfd57d942f64ce812c8a7e8e373296918af4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167011
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/layoutmanager/helpers.hxx')
-rw-r--r-- | framework/source/layoutmanager/helpers.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/layoutmanager/helpers.hxx b/framework/source/layoutmanager/helpers.hxx index c58fa6665bad..b15ba4446ced 100644 --- a/framework/source/layoutmanager/helpers.hxx +++ b/framework/source/layoutmanager/helpers.hxx @@ -50,7 +50,7 @@ vcl::Window* getWindowFromXUIElement( const css::uno::Reference< css::ui::XUIEle SystemWindow* getTopSystemWindow( const css::uno::Reference< css::awt::XWindow >& xWindow ); bool equalRectangles( const css::awt::Rectangle& rRect1, const css::awt::Rectangle& rRect2 ); bool lcl_checkUIElement(const css::uno::Reference< css::ui::XUIElement >& xUIElement,css::awt::Rectangle& _rPosSize, css::uno::Reference< css::awt::XWindow >& _xWindow); -css::uno::Reference< css::awt::XVclWindowPeer > createToolkitWindow( const css::uno::Reference< css::uno::XComponentContext >& rxContext, const css::uno::Reference< css::awt::XVclWindowPeer >& rParent, const char* pService ); +css::uno::Reference< css::awt::XVclWindowPeer > createToolkitWindow( const css::uno::Reference< css::uno::XComponentContext >& rxContext, const css::uno::Reference< css::awt::XVclWindowPeer >& rParent, const OUString& pService ); WindowAlign ImplConvertAlignment( css::ui::DockingArea aAlignment ); std::u16string_view getElementTypeFromResourceURL( std::u16string_view aResourceURL ); void parseResourceURL( std::u16string_view aResourceURL, OUString& aElementType, OUString& aElementName ); |