summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-05-03 07:57:01 +0000
committerCarsten Driesner <cd@openoffice.org>2001-05-03 07:57:01 +0000
commit8b344678fe5a91fc978508590a0c30ac6e3c1e0a (patch)
tree1a14224e535dcfd121412028c324d5f95209277f /framework
parentb0f22b23b47538bc780f5c594f80ea28ef169324 (diff)
helper function for error line number
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/services/menudocumenthandler.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/inc/services/menudocumenthandler.hxx b/framework/inc/services/menudocumenthandler.hxx
index 269bb8ad060b..f6e2667b3c39 100644
--- a/framework/inc/services/menudocumenthandler.hxx
+++ b/framework/inc/services/menudocumenthandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: menudocumenthandler.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cd $ $Date: 2001-05-02 05:42:06 $
+ * last change: $Author: cd $ $Date: 2001-05-03 08:57:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,6 +150,8 @@ class ReadMenuDocumentHandlerBase : public ::com::sun::star::xml::sax::XDocument
::com::sun::star::uno::RuntimeException );
protected:
+ ::rtl::OUString getErrorLineString();
+
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler> m_xReader;
};