From 25d089e09d94a86c615bf641d59846a65323e495 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Wed, 29 Jan 2014 20:12:12 -0200 Subject: fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I09cca73d8d77af259965e74e1b29a88aa5c315ab Reviewed-on: https://gerrit.libreoffice.org/7731 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- forms/source/richtext/rtattributes.hxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'forms') diff --git a/forms/source/richtext/rtattributes.hxx b/forms/source/richtext/rtattributes.hxx index d0c96af82ad3..4ad754f18344 100644 --- a/forms/source/richtext/rtattributes.hxx +++ b/forms/source/richtext/rtattributes.hxx @@ -20,16 +20,12 @@ #ifndef INCLUDED_FORMS_SOURCE_RICHTEXT_RTATTRIBUTES_HXX #define INCLUDED_FORMS_SOURCE_RICHTEXT_RTATTRIBUTES_HXX -#include #include #include namespace frm { - //==================================================================== - //= misc - //==================================================================== /// the id of an attribute typedef sal_Int32 AttributeId; /// the "which id" of an item in an SfxItemSet @@ -39,9 +35,6 @@ namespace frm /// a script type typedef sal_uInt16 ScriptType; - //==================================================================== - //= AttributeCheckState - //==================================================================== enum AttributeCheckState { eChecked, @@ -49,9 +42,6 @@ namespace frm eIndetermined }; - //==================================================================== - //= AttributeState - //==================================================================== struct AttributeState { private: @@ -73,9 +63,6 @@ namespace frm inline void setItem( const SfxPoolItem* _pItem ); }; - //==================================================================== - //= AttributeState (inline implementation) - //==================================================================== inline AttributeState::AttributeState( ) :pItemHandle( NULL ) ,eSimpleState( eIndetermined ) @@ -142,9 +129,6 @@ namespace frm return ( pItemHandle->GetItem() == _rRHS.pItemHandle->GetItem() ); } - //==================================================================== - //= IMultiAttributeDispatcher - //==================================================================== class IMultiAttributeDispatcher { public: -- cgit