summaryrefslogtreecommitdiff
path: root/sc/workben/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben/test.cxx')
-rw-r--r--sc/workben/test.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index 4a4e4488381a..9ce306f3d4cb 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -49,7 +49,6 @@
//! das muss als Konstante in irgendeine idl-Datei!!!!
#define TEXTCONTROLCHAR_PARAGRAPH_BREAK 0
-
class MyFixedText : public FixedText
{
protected:
@@ -158,7 +157,6 @@ void ScTestListener::selectionChanged(const EventObject& aEvent)
pFixedText->SetText(aStr);
}
-
extern "C" Window* SAL_CALL CreateWindow( Window *pParent, const String& rParam )
{
MyWindow *pWin = new MyWindow( pParent );
@@ -381,7 +379,6 @@ void lcl_DoCount()
}
}
-
void lcl_GlobalCell()
{
if ( xGlobalCell )
@@ -392,7 +389,6 @@ void lcl_GlobalCell()
}
}
-
void lcl_Annotations( FixedText& aTimeText )
{
XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model
@@ -456,7 +452,6 @@ void lcl_Annotations( FixedText& aTimeText )
}
}
-
void lcl_Cursor( FixedText& aTimeText )
{
aTimeText.SetText( "..." );
@@ -583,7 +578,6 @@ void lcl_Cursor( FixedText& aTimeText )
}
}
-
void lcl_Cells( FixedText& aTimeText )
{
aTimeText.SetText( "..." );
@@ -633,7 +627,6 @@ void lcl_Cells( FixedText& aTimeText )
sal_uLong nEnd = Time::GetSystemTicks();
aTimeText.SetText(String(nCount)+String(" ")+String(nEnd-nStart)+String(" ms"));
-
// if (xLock)
// xLock->removeActionLock();
}
@@ -1736,7 +1729,6 @@ IMPL_LINK_NOARG(MyWindow, BlaHdl)
return 0;
}
-
IMPL_LINK_NOARG(MyWindow, TabHdl)
{
String aResult;