summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/anyrefdg.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-11-28 10:46:41 +0000
committerNiklas Nebel <nn@openoffice.org>2001-11-28 10:46:41 +0000
commit4546445a4459d06c72e26d3edf90d626ea0ab954 (patch)
treed3d6ee0bf7003bccc5fdf5d3e10c8aa109c3e602 /sc/source/ui/inc/anyrefdg.hxx
parent62d2db2104fc59bb66fef128c55d943a5df4e2a0 (diff)
#95197# HideReference: don't call DoneRefMode when called from SetReference
Diffstat (limited to 'sc/source/ui/inc/anyrefdg.hxx')
-rw-r--r--sc/source/ui/inc/anyrefdg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx
index 5f1c2d103c30..bdaab68f304a 100644
--- a/sc/source/ui/inc/anyrefdg.hxx
+++ b/sc/source/ui/inc/anyrefdg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: anyrefdg.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-07-05 14:11:11 $
+ * last change: $Author: nn $ $Date: 2001-11-28 11:45:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,7 +193,7 @@ public:
virtual BOOL IsDocAllowed(SfxObjectShell* pDocSh) const;
void ShowReference( const XubString& rStr );
- void HideReference();
+ void HideReference( BOOL bDoneRefMode = TRUE );
void ViewShellChanged(ScTabViewShell* pScViewShell);
void SwitchToDocument();