diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-09-26 16:22:05 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-09-26 16:25:30 +0200 |
commit | daff51e125d1036895a5d39a7a652b3f5ff0e97e (patch) | |
tree | 319bd5ea1a3602d9116323aa3c6baefac38e7e40 /sw/inc/node.hxx | |
parent | d527a2eaee4ecbcc80ac019f78da9f14ac49060a (diff) |
revert the change of SwCntntNode bases, for now
Smoketest fails because of this, presumably there is some old-style
C cast that fails to adjust the pointer value in SwModify* -> SwCntntNode*
casts because of missing the header file *sigh* , but I can't find
it now.
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 583b8e6ce617..597f02e626a1 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -376,7 +376,7 @@ private: // -------------------- // SwCntntNode // -------------------- -class SW_DLLPUBLIC SwCntntNode: public SwNode, public SwModify, public SwIndexReg +class SW_DLLPUBLIC SwCntntNode: public SwModify, public SwNode, public SwIndexReg { //FEATURE::CONDCOLL |