diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:58:05 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:30:53 +0000 |
commit | 185f207ef17d58ea81d0c17c1a37cf14647cc71a (patch) | |
tree | 24955c63ae56d1d674704bf1ae18b4164869d4a0 /sc/workben | |
parent | 7de7eeff1c92427262a2400c69daf2c84cffe088 (diff) |
Fix typos
Change-Id: I3ea8a90f0ec917b4e26335fcd31a5f7e0888589e
Reviewed-on: https://gerrit.libreoffice.org/18972
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/workben')
-rw-r--r-- | sc/workben/addin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx index 60089b318a19..4ec33382a4f9 100644 --- a/sc/workben/addin.cxx +++ b/sc/workben/addin.cxx @@ -369,7 +369,7 @@ sal_Int32 SAL_CALL ScTestAddIn::getColorValue( const ::com::sun::star::uno::Refe long nRet = -1; uno::Any aTrans = xProp->getPropertyValue( L"IsCellBackgroundTransparent" ); sal_Bool bIsTrans; - aTrans >>= bIsTrans; //! dont use >>= for BOOL + aTrans >>= bIsTrans; //! don't use >>= for BOOL if (!bIsTrans) { uno::Any aCol = xProp->getPropertyValue( L"CellBackColor" ); |