Author: hdu
Date: Tue Jan 21 16:10:06 2014
New Revision: 1560054
URL: http://svn.apache.org/r1560054
Log:
#i123948# fix more class/struct mismatches
fix forward declarations that don't match the actual definitions
Modified:
openoffice/trunk/main/basegfx/inc/basegfx/tools/b2dclipstate.hxx
openoffice/trunk/main/framework/inc/uielement/genericstatusbarcontroller.hxx
openoffice/trunk/main/sw/source/core/access/accpara.hxx
Modified: openoffice/trunk/main/basegfx/inc/basegfx/tools/b2dclipstate.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/basegfx/inc/basegfx/tools/b2dclipstate.hxx?rev=1560054&r1=1560053&r2=1560054&view=diff
==============================================================================
--- openoffice/trunk/main/basegfx/inc/basegfx/tools/b2dclipstate.hxx (original)
+++ openoffice/trunk/main/basegfx/inc/basegfx/tools/b2dclipstate.hxx Tue Jan 21
16:10:06 2014
@@ -38,7 +38,7 @@ namespace basegfx
namespace tools
{
- class ImplB2DClipState;
+ struct ImplB2DClipState;
/** This class provides an optimized, symbolic clip state for
graphical output
Modified:
openoffice/trunk/main/framework/inc/uielement/genericstatusbarcontroller.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/framework/inc/uielement/genericstatusbarcontroller.hxx?rev=1560054&r1=1560053&r2=1560054&view=diff
==============================================================================
---
openoffice/trunk/main/framework/inc/uielement/genericstatusbarcontroller.hxx
(original)
+++
openoffice/trunk/main/framework/inc/uielement/genericstatusbarcontroller.hxx
Tue Jan 21 16:10:06 2014
@@ -29,7 +29,7 @@
namespace framework
{
-class AddonStatusbarItemData;
+struct AddonStatusbarItemData;
class GenericStatusbarController : public svt::StatusbarController
{
Modified: openoffice/trunk/main/sw/source/core/access/accpara.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/access/accpara.hxx?rev=1560054&r1=1560053&r2=1560054&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/access/accpara.hxx (original)
+++ openoffice/trunk/main/sw/source/core/access/accpara.hxx Tue Jan 21 16:10:06
2014
@@ -55,7 +55,7 @@ namespace rtl { class OUString; }
namespace com { namespace sun { namespace star {
namespace i18n { struct Boundary; }
namespace accessibility { class XAccessibleHyperlink; }
- namespace style { class TabStop; }
+ namespace style { struct TabStop; }
} } }
typedef ::std::hash_map< ::rtl::OUString,