summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/xfilter/xfglobal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfglobal.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfglobal.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfglobal.cxx b/lotuswordpro/source/filter/xfilter/xfglobal.cxx
index 160dfba4907a..36649937dcab 100644
--- a/lotuswordpro/source/filter/xfilter/xfglobal.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfglobal.cxx
@@ -63,16 +63,10 @@
#include <xfilter/xfstylemanager.hxx>
int XFGlobal::s_nFrameID = 1;
-int XFGlobal::s_nGraphID = 1;
int XFGlobal::s_nSectionID = 1;
-int XFGlobal::s_nTableID = 1;
int XFGlobal::s_nNoteID = 1;
int XFGlobal::s_nStrokeDashID = 1;
int XFGlobal::s_nAreaID = 1;
-
-//For chart object, /2005/2
-int XFGlobal::s_nObjID = 1;
-
int XFGlobal::s_nImageID = 1;
OUString XFGlobal::GenSectionName()
@@ -123,11 +117,9 @@ void XFGlobal::Reset()
{
s_nSectionID = 1;
s_nFrameID = 1;
- s_nTableID = 1;
s_nNoteID = 1;
s_nStrokeDashID = 1;
s_nAreaID = 1;
- s_nObjID = 1;
}
void XFGlobalReset()