summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/dbfunc3.cxx')
-rwxr-xr-xsc/source/ui/view/dbfunc3.cxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx
index af2beec4afae..9004c5fc486f 100755
--- a/sc/source/ui/view/dbfunc3.cxx
+++ b/sc/source/ui/view/dbfunc3.cxx
@@ -2369,29 +2369,3 @@ void ScDBFunc::RepeatDB( BOOL bRecord )
else // "Keine Operationen auszufuehren"
ErrorMessage(STR_MSSG_REPEATDB_0);
}
-
-void ScDBFunc::AutoFormatPivotTable(USHORT nIndex)
-{
- ScDocument* pDoc = GetViewData()->GetDocument();
-
- // old pivot not used any more
-
- ScDPObject* pDPObj = pDoc->GetDPAtCursor(
- GetViewData()->GetCurX(), GetViewData()->GetCurY(), GetViewData()->GetTabNo() );
-
- if ( pDPObj )
- {
- pDPObj->SetAutoFormatIndex(nIndex);
- }
- else
- ErrorMessage(STR_PIVOT_NOTFOUND);
-
-}
-
-void ScDBFunc::AutoFormatPivotTable(ScDPObject* pDPObj, USHORT nIndex)
-{
- pDPObj->SetAutoFormatIndex(nIndex);
-}
-
-
-