summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/IAnyRefDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/IAnyRefDialog.hxx')
-rw-r--r--sc/source/ui/inc/IAnyRefDialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/IAnyRefDialog.hxx b/sc/source/ui/inc/IAnyRefDialog.hxx
index 97212be8552e..7a40593d8e51 100644
--- a/sc/source/ui/inc/IAnyRefDialog.hxx
+++ b/sc/source/ui/inc/IAnyRefDialog.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ class SAL_NO_VTABLE IAnyRefDialog : public formula::IControlReferenceHandler
{
public:
virtual ~IAnyRefDialog(){}
-
+
//virtual void ShowReference(const String& _sRef) = 0;
//virtual void HideReference( BOOL bDoneRefMode = TRUE ) = 0;
//virtual void ReleaseFocus( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL ) = 0;
@@ -55,7 +55,7 @@ public:
virtual void RefInputDone( BOOL bForced = FALSE ) = 0;
virtual BOOL IsTableLocked() const = 0;
virtual BOOL IsRefInputMode() const = 0;
-
+
virtual BOOL IsDocAllowed( SfxObjectShell* pDocSh ) const = 0;
virtual void AddRefEntry() = 0;
virtual void SetActive() = 0;