diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-16 21:29:26 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-22 14:02:00 -0500 |
commit | 8cf371314ae1d664b4a749865cfe5ed31398b3ed (patch) | |
tree | 7dbf362485d9491c71242d21fac61d2715225d79 /sc/source/ui/inc/fieldwnd.hxx | |
parent | c5f0c11604bc64a0e6c4dbcdd7a4e077f834f407 (diff) |
Don't up the duplicate count when launching the options dialog.
Diffstat (limited to 'sc/source/ui/inc/fieldwnd.hxx')
-rw-r--r-- | sc/source/ui/inc/fieldwnd.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/fieldwnd.hxx b/sc/source/ui/inc/fieldwnd.hxx index d8d50a827b95..9c7d704f11e3 100644 --- a/sc/source/ui/inc/fieldwnd.hxx +++ b/sc/source/ui/inc/fieldwnd.hxx @@ -152,7 +152,7 @@ public: /** Removes all fields. */ void ClearFields(); /** Changes the text on an existing field. */ - void SetFieldText( const rtl::OUString& rText, size_t nIndex ); + void SetFieldText(const rtl::OUString& rText, size_t nIndex, sal_uInt8 nDupCount); /** Returns the text of an existing field. */ rtl::OUString GetFieldText( size_t nIndex ) const; |