summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-15 15:27:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-15 15:28:37 +0100
commite30319e07e1b842dca749894de5b8d2f1bb7c8fd (patch)
tree2db483b040484f5b0861c2329e7a073f66142d9d /extensions
parent6baf24c4d253d837c66968cec2eb4885c20900e6 (diff)
Typo: NotifcationMode->NotificationMode
Change-Id: I73d98b1aa08966e2fb169e8d25fbfbe68762a228
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/browserlistbox.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/browserlistbox.cxx b/extensions/source/propctrlr/browserlistbox.cxx
index 12cfcd65b65b..568a4cb6ee1d 100644
--- a/extensions/source/propctrlr/browserlistbox.cxx
+++ b/extensions/source/propctrlr/browserlistbox.cxx
@@ -132,7 +132,7 @@ namespace pcr
,public ::comphelper::IEventProcessor
{
public:
- enum NotifcationMode
+ enum NotificationMode
{
eSynchronously,
eAsynchronously
@@ -140,7 +140,7 @@ namespace pcr
private:
IControlContext* m_pContext;
- NotifcationMode m_eMode;
+ NotificationMode m_eMode;
public:
/** creates an instance
@@ -162,7 +162,7 @@ namespace pcr
@param _eMode
the new notification mode
*/
- void setNotificationMode( NotifcationMode _eMode );
+ void setNotificationMode( NotificationMode _eMode );
virtual void SAL_CALL acquire() throw() SAL_OVERRIDE;
virtual void SAL_CALL release() throw() SAL_OVERRIDE;
@@ -240,7 +240,7 @@ namespace pcr
}
- void PropertyControlContext_Impl::setNotificationMode( NotifcationMode _eMode )
+ void PropertyControlContext_Impl::setNotificationMode( NotificationMode _eMode )
{
SolarMutexGuard aGuard;
m_eMode = _eMode;