summaryrefslogtreecommitdiff
path: root/sc/inc/autoform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/autoform.hxx')
-rw-r--r--sc/inc/autoform.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/autoform.hxx b/sc/inc/autoform.hxx
index aad0604a5433..938ef5e8dd56 100644
--- a/sc/inc/autoform.hxx
+++ b/sc/inc/autoform.hxx
@@ -23,7 +23,6 @@
/*************************************************************************
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
Die akt. Struktur der Autoformatierung darf nicht mehr veraendert werden.
Diese wird durch unterschiedlichen Code vom StartWriter und vom StarCalc
eingelesen/geschrieben.
@@ -248,7 +247,6 @@ public:
bool Save( SvStream& rStream, sal_uInt16 fileVersion );
};
-
class SC_DLLPUBLIC ScAutoFormatData
{
private:
@@ -346,7 +344,6 @@ public:
iterator end();
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */