summaryrefslogtreecommitdiffstats
path: root/include/svtools/svparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/svparser.hxx')
-rw-r--r--include/svtools/svparser.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svtools/svparser.hxx b/include/svtools/svparser.hxx
index b15580e6fc47..f4c04f54c2b3 100644
--- a/include/svtools/svparser.hxx
+++ b/include/svtools/svparser.hxx
@@ -168,11 +168,6 @@ public:
};
-#ifndef GOODIES_DECL_SVPARSER_DEFINED
-#define GOODIES_DECL_SVPARSER_DEFINED
-typedef tools::SvRef<SvParser> SvParserRef;
-#endif
-
inline sal_uLong SvParser::SetLineNr( sal_uLong nlNum )
{ sal_uLong nlOld = nlLineNr; nlLineNr = nlNum; return nlOld; }