Kaydet (Commit) a8e65dcd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: type name first seen using 'class' now seen using 'struct'

üst c395e3f9
...@@ -76,8 +76,9 @@ using namespace ::com::sun::star; ...@@ -76,8 +76,9 @@ using namespace ::com::sun::star;
// - ImplColorListData - // - ImplColorListData -
// -------------------- // --------------------
struct ImplColorListData class ImplColorListData
{ {
public:
Color aColor; Color aColor;
sal_Bool bColor; sal_Bool bColor;
...@@ -975,8 +976,9 @@ void LineListBox::DataChanged( const DataChangedEvent& rDCEvt ) ...@@ -975,8 +976,9 @@ void LineListBox::DataChanged( const DataChangedEvent& rDCEvt )
// FontNameBox // FontNameBox
// =================================================================== // ===================================================================
struct ImplFontNameListData class ImplFontNameListData
{ {
public:
FontInfo maInfo; FontInfo maInfo;
sal_uInt16 mnType; sal_uInt16 mnType;
......
...@@ -40,8 +40,9 @@ ...@@ -40,8 +40,9 @@
// ======================================================================= // =======================================================================
struct ImplHeadItem class ImplHeadItem
{ {
public:
sal_uInt16 mnId; sal_uInt16 mnId;
HeaderBarItemBits mnBits; HeaderBarItemBits mnBits;
long mnSize; long mnSize;
......
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