X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FAMathMLFactory.hh;h=f53b56408bb2c1f99deb24e6c78ade44dafaec41;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=b91d240d426a0c68d6caf3ed55b0477de85ebdc3;hpb=c112706f347e08e7f345131fbc4c3aa0e9ecc7b5;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/AMathMLFactory.hh b/helm/DEVEL/mathml_editor/src/AMathMLFactory.hh index b91d240d4..f53b56408 100644 --- a/helm/DEVEL/mathml_editor/src/AMathMLFactory.hh +++ b/helm/DEVEL/mathml_editor/src/AMathMLFactory.hh @@ -34,6 +34,9 @@ public: AMathMLFactory(class ALogger& l) : logger(l) { }; virtual ~AMathMLFactory() { }; + static std::string getDefaultMathMLStylesheetPath(void); + static std::string getDefaultTeXStylesheetPath(void); + virtual void documentModified(class TDocument&) = 0; virtual DOM::Document document(void) const = 0;