diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-12-14 00:05:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-12-14 00:05:45 +0100 |
commit | 00e9f30360216581c1d9d105fa522da69e078ed8 (patch) | |
tree | f78aa8f9480e2d9fc13ecfe8125ee2525aa2fe9a | |
parent | d67684f62fc99dd25fb46ddb547e8ff4345d0970 (diff) |
Oups
Change-Id: I0e812a08fbd3bb1f16b8c5b2860343a5e5235f71
-rw-r--r-- | sc/source/ui/app/scmod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx index f31cc578a411..353a4685ac89 100644 --- a/sc/source/ui/app/scmod.cxx +++ b/sc/source/ui/app/scmod.cxx @@ -1123,7 +1123,7 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet ) if ( rOptSet.HasItem(SID_ATTR_GRID_OPTIONS,&pItem) ) { - ScGridOptions aNewGridOpt( (const SvxGridItem&)*pItem) ); + ScGridOptions aNewGridOpt( (const SvxGridItem&)*pItem ); if ( pViewSh ) { |