summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/localizationmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/localizationmgr.cxx b/basctl/source/basicide/localizationmgr.cxx
index 6dd07a021d32..279fd7555801 100644
--- a/basctl/source/basicide/localizationmgr.cxx
+++ b/basctl/source/basicide/localizationmgr.cxx
@@ -975,7 +975,7 @@ void LocalizationMgr::resetResourceForDialog( const Reference< container::XNameC
return;
// Dialog as control
- OUString aDummyName;
+ std::u16string_view aDummyName;
Any aDialogCtrl;
aDialogCtrl <<= xDialogModel;
Reference< XStringResourceResolver > xDummyStringResolver;
@@ -1002,7 +1002,7 @@ void LocalizationMgr::setResourceIDsForDialog( const Reference< container::XName
return;
// Dialog as control
- OUString aDummyName;
+ std::u16string_view aDummyName;
Any aDialogCtrl;
aDialogCtrl <<= xDialogModel;
Reference< XStringResourceResolver > xDummyStringResolver;
@@ -1084,7 +1084,7 @@ void LocalizationMgr::copyResourceForDialog(
if( !xDialogModel.is() || !xSourceStringResolver.is() || !xTargetStringResourceManager.is() )
return;
- OUString aDummyName;
+ std::u16string_view aDummyName;
Any aDialogCtrl;
aDialogCtrl <<= xDialogModel;
implHandleControlResourceProperties
b68060d94a91b'>convert ErrCode to strong typedefNoel Grandin 2017-04-30coverity#1405737 (golden) Logically dead codeCaolán McNamara 2017-04-27WaE: declaration of ‘nUserId’ shadows a member of ‘StringErrorInfo’David Tardon 2017-04-27vcl: change pImpl class names to fit with existing conventionChris Sherlock 2017-04-27vcl: move doxygen comment to headerChris Sherlock 2017-04-27vcl: rearrange order of functions in errinf.cxxChris Sherlock 2017-04-27vcl: lUserId -> nUserIdChris Sherlock 2017-04-27vcl: move RegisterDisplay() from ErrorHandler to ErrorRegistryChris Sherlock 2017-04-27vcl: add newline for easier readingChris Sherlock 2017-04-27vcl: remove inaccurate and misleading commentChris Sherlock 2017-04-27vcl: ErrorHandler_Impl renamed to ErrorStringFactoryChris Sherlock 2017-04-27vcl: update error codes to defined constants for code clarityChris Sherlock 2017-04-26vcl: cleanup vcl/source/window/errinf.cxxChris Sherlock 2017-04-26vcl: refactor ErrorHandler functionsChris Sherlock 2017-04-26vcl: rearrange header orderChris Sherlock 2017-04-26vcl: remove comment-cruft from errinf.cxxChris Sherlock 2017-04-26vcl: no longer a reverse dependency...Chris Sherlock 2017-04-25vcl: whitespace cleanup for errinf.cxxChris Sherlock 2017-04-25vcl: added in some braces as this tricked me for a millisecondChris Sherlock 2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock 2017-04-25tdf#39468 - vcl: Translate German in errinf.cxxChris Sherlock 2017-04-25tdf#75280: convert sal_uIntPtr to sal_uInt32 for ErrorInfo memberChris Sherlock 2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock