diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-11-16 17:25:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-11-16 17:25:15 +0000 |
commit | 97ca8f4680ba5d05d3bb409a48d8bf2e1d781431 (patch) | |
tree | 95720cfae911573f63483b363670f4b6caf2bddb /sc/source/ui/inc | |
parent | 4694e90c500d8cd3782bb374a1d76781e8f41f4a (diff) | |
parent | 407a89402e6a10267d1004151a05a7613160b227 (diff) |
controltextrendering: merge changes from DEV300_m61
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/tabvwsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx index 10224536bf0b..eede290aa8db 100644 --- a/sc/source/ui/inc/tabvwsh.hxx +++ b/sc/source/ui/inc/tabvwsh.hxx @@ -418,7 +418,7 @@ public: void ExecuteCellFormatDlg ( SfxRequest& rReq, USHORT nTabPage = 0xffff ); - BOOL GetFunction( String& rFuncStr ); + BOOL GetFunction( String& rFuncStr, sal_uInt16 nErrCode = 0 ); void StartSimpleRefDialog( const String& rTitle, const String& rInitVal, BOOL bCloseOnButtonUp, BOOL bSingleCell, BOOL bMultiSelection ); |