Kaydet (Commit) 3552c7f9 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i123948# fix more class/struct mismatches

fix forward declarations that don't match the actual definitions
üst 821f6651
......@@ -38,7 +38,7 @@ namespace basegfx
namespace tools
{
class ImplB2DClipState;
struct ImplB2DClipState;
/** This class provides an optimized, symbolic clip state for graphical output
......
......@@ -29,7 +29,7 @@
namespace framework
{
class AddonStatusbarItemData;
struct AddonStatusbarItemData;
class GenericStatusbarController : public svt::StatusbarController
{
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment