summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-29 20:12:12 -0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 10:48:40 +0000
commit25d089e09d94a86c615bf641d59846a65323e495 (patch)
tree2ab581076de8847273983b192851a42abafca538 /forms
parent5a7532b5ed3df5017b29964125f4609d45bdc647 (diff)
fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.
Change-Id: I09cca73d8d77af259965e74e1b29a88aa5c315ab Reviewed-on: https://gerrit.libreoffice.org/7731 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/richtext/rtattributes.hxx16
1 files changed, 0 insertions, 16 deletions
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 <tools/solar.h>
#include <sal/types.h>
#include <svl/poolitem.hxx>
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: