diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:12:22 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 10:41:48 +0000 |
commit | 82f0a4f9300ab3898925941ff541b3382b0175e0 (patch) | |
tree | 8e667af1abf57c07c63b55446f1955859205845b /UnoControls | |
parent | 835d7774e78df95d0c59243b6c1b8ed1b51b2311 (diff) |
Fix typos
Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34
Reviewed-on: https://gerrit.libreoffice.org/18990
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/controls/OConnectionPointHelper.cxx | 2 | ||||
-rw-r--r-- | UnoControls/source/inc/statusindicator.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/controls/OConnectionPointHelper.cxx b/UnoControls/source/controls/OConnectionPointHelper.cxx index c58001311166..57ba1851a045 100644 --- a/UnoControls/source/controls/OConnectionPointHelper.cxx +++ b/UnoControls/source/controls/OConnectionPointHelper.cxx @@ -196,7 +196,7 @@ Sequence< Reference< XInterface > > SAL_CALL OConnectionPointHelper::getConnecti OMultiTypeInterfaceContainerHelper& aSharedContainer = m_pContainerImplementation->impl_getMultiTypeContainer(); // Get pointer to specialized container which hold all interfaces of searched type. OInterfaceContainerHelper* pSpecialContainer = aSharedContainer.getContainer( m_aInterfaceType ); - // Get elements of searched type, if somelse exist. + // Get elements of searched type, if some else exist. if ( pSpecialContainer != NULL ) { seqReturnConnections = pSpecialContainer->getElements(); diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index 4760d3ea1ceb..47c17b9a8b8e 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -42,7 +42,7 @@ class ProgressBar; #define FIXEDTEXT_MODELNAME "com.sun.star.awt.UnoControlFixedTextModel" #define CONTROLNAME_TEXT "Text" // identifier the control in container #define CONTROLNAME_PROGRESSBAR "ProgressBar" // -||- -#define STATUSINDICATOR_BACKGROUNDCOLOR TRGB_COLORDATA( 0x00, 0xC0, 0xC0, 0xC0 ) // lighgray +#define STATUSINDICATOR_BACKGROUNDCOLOR TRGB_COLORDATA( 0x00, 0xC0, 0xC0, 0xC0 ) // lightgray #define STATUSINDICATOR_LINECOLOR_BRIGHT TRGB_COLORDATA( 0x00, 0xFF, 0xFF, 0xFF ) // white #define STATUSINDICATOR_LINECOLOR_SHADOW TRGB_COLORDATA( 0x00, 0x00, 0x00, 0x00 ) // black #define STATUSINDICATOR_DEFAULT_WIDTH 300 |