[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Jan 12 12:30:23 PST 2011


 sc/source/ui/inc/IAnyRefDialog.hxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit beb14c7d320da3acf1efe77641ce0209fc5e3262
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Jan 12 15:30:11 2011 -0500

    Removed commented-out lines.

diff --git a/sc/source/ui/inc/IAnyRefDialog.hxx b/sc/source/ui/inc/IAnyRefDialog.hxx
index 7a40593..3da1784 100644
--- a/sc/source/ui/inc/IAnyRefDialog.hxx
+++ b/sc/source/ui/inc/IAnyRefDialog.hxx
@@ -44,12 +44,6 @@ 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;
-    //virtual void ToggleCollapsed( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL ) = 0;
-
-
     virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) = 0;
     virtual void RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL ) = 0;
     virtual void RefInputDone( BOOL bForced = FALSE ) = 0;


More information about the Libreoffice-commits mailing list