summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/texttabstoplistcontext.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:32:01 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:32:01 +0000
commitc9b7646e583d99804f0c1288fe68e0195a58ed94 (patch)
tree4083fa955f8db9cde7e81c77fa8b409e1598820a /oox/source/drawingml/texttabstoplistcontext.cxx
parent3804621a95fb06aa902238274f41faa3c1400962 (diff)
INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED
2008/02/04 13:32:36 dr 1.2.4.1: rework of fragment handler/context handler base classes
Diffstat (limited to 'oox/source/drawingml/texttabstoplistcontext.cxx')
-rw-r--r--oox/source/drawingml/texttabstoplistcontext.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/oox/source/drawingml/texttabstoplistcontext.cxx b/oox/source/drawingml/texttabstoplistcontext.cxx
index 54f6bed012b8..a1cc46de6176 100644
--- a/oox/source/drawingml/texttabstoplistcontext.cxx
+++ b/oox/source/drawingml/texttabstoplistcontext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: texttabstoplistcontext.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2008-01-17 08:05:52 $
+ * last change: $Author: kz $ $Date: 2008-03-05 18:31:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,9 +51,8 @@ using namespace ::com::sun::star::xml::sax;
namespace oox { namespace drawingml {
- TextTabStopListContext::TextTabStopListContext( const ContextRef& xParent,
- std::list< TabStop > & aTabList )
- : Context( *xParent )
+ TextTabStopListContext::TextTabStopListContext( ContextHandler& rParent, std::list< TabStop > & aTabList )
+ : ContextHandler( rParent )
, maTabList( aTabList )
{
}