summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-11-28 10:40:23 +0100
committerEike Rathke <erack@redhat.com>2016-11-28 13:54:35 +0000
commit1fe671546218135841d2cb1c99a993b95fd7e12c (patch)
tree25a5afb7ae39aef65432ec1d8803562485cff072 /sc/inc
parent852956a271578b9ad7c1ef2983381e109f2a8156 (diff)
nitpicks, tdf#43544 follow-up
Address nitpicks stated in https://gerrit.libreoffice.org/29274 Change-Id: If7ce8a7239a65a2ff619259622b85ce239060e52 (cherry picked from commit dd974413acc6ab00168a301cbb53b3c9caa11e32) Reviewed-on: https://gerrit.libreoffice.org/31320 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/styleuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index b1b5fe7184ff..ff48b6d092e6 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -223,7 +223,7 @@ private:
OUString aStyleName;
SfxStyleSheetBase* pStyle_cached;
- SfxStyleSheetBase* GetStyle_Impl( bool useCachedValue = false );
+ SfxStyleSheetBase* GetStyle_Impl( bool bUseCachedValue = false );
const SfxItemSet* GetStyleItemSet_Impl( const OUString& rPropName, const SfxItemPropertySimpleEntry*& rpEntry );
css::beans::PropertyState getPropertyState_Impl( const OUString& PropertyName )
throw(css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception);