diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-09 18:52:44 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-09 18:52:44 +0000 |
commit | 6c30e7d639602cbde72b57c2ce3fe6bc7fe83042 (patch) | |
tree | 9022ee520e2230cc457fb52474be48bc2ca70559 /sc/inc/scmod.hxx | |
parent | 9807d51b6588d363bd34fb8d6260b82435e1a491 (diff) |
#80170# SetRefDialog: pass view frame
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r-- | sc/inc/scmod.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index d4f4d7b56629..b17246bcd25c 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -2,9 +2,9 @@ * * $RCSfile: scmod.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:50 $ + * last change: $Author: nn $ $Date: 2000-11-09 19:51:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -260,7 +260,7 @@ public: ScFormEditData* GetFormEditData() { return pFormEditData; } // Referenzeingabe: - void SetRefDialog( USHORT nId, BOOL bVis ); + void SetRefDialog( USHORT nId, BOOL bVis, SfxViewFrame* pViewFrm = NULL ); BOOL IsModalMode(SfxObjectShell* pDocSh = NULL); BOOL IsFormulaMode(); BOOL IsRefDialogOpen(); |