diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-07 00:50:36 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-07 00:50:36 -0500 |
commit | 72c1b6141d590fb4479925ed8bc88b79357c2bfc (patch) | |
tree | 8d3606a61b33e2e6736dfc06010c553fc8568d91 /sc/source/ui/inc/docfunc.hxx | |
parent | 9abbf7c181467e665e4b8da3561a31086b65ed08 (diff) |
ScAutoFormat no longer a child of ScSortedCollection.
Diffstat (limited to 'sc/source/ui/inc/docfunc.hxx')
-rw-r--r-- | sc/source/ui/inc/docfunc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx index a339b940d445..63cbc3975f66 100644 --- a/sc/source/ui/inc/docfunc.hxx +++ b/sc/source/ui/inc/docfunc.hxx @@ -151,8 +151,8 @@ public: sal_Bool ClearItems( const ScMarkData& rMark, const sal_uInt16* pWhich, sal_Bool bApi ); sal_Bool ChangeIndent( const ScMarkData& rMark, sal_Bool bIncrement, sal_Bool bApi ); - sal_Bool AutoFormat( const ScRange& rRange, const ScMarkData* pTabMark, - sal_uInt16 nFormatNo, sal_Bool bRecord, sal_Bool bApi ); + bool AutoFormat( const ScRange& rRange, const ScMarkData* pTabMark, + sal_uInt16 nFormatNo, bool bRecord, bool bApi ); sal_Bool EnterMatrix( const ScRange& rRange, const ScMarkData* pTabMark, const ScTokenArray* pTokenArray, |