summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorWinfried Donkers <W.Donkers@dci-electronics.nl>2012-04-05 14:34:22 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-04-05 14:35:57 +0530
commit11f5d3db58dcce64a964d1e4d26eb81e2bb709f1 (patch)
treede7b4c8075fa0d35d95cb0da69020dce33561251 /svx
parent62f5df61ff89269e177dd2b8a9d939f49cdbea2d (diff)
Unused code removal.
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/tbcontrl.hxx39
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx1
2 files changed, 0 insertions, 40 deletions
diff --git a/svx/inc/svx/tbcontrl.hxx b/svx/inc/svx/tbcontrl.hxx
index 7cc2479380fa..fcf3e5d7cd1a 100644
--- a/svx/inc/svx/tbcontrl.hxx
+++ b/svx/inc/svx/tbcontrl.hxx
@@ -48,14 +48,6 @@
Additional information
from DocShell: SvxFontListItem (SID_ATTR_CHAR_FONTLIST)
- SvxFontHeightToolBoxControl
- ---------------------------
- Item type: SvxFontHeightItem
- Execute-Id: SID_ATTR_CHAR_FONTHEIGHT
- -> SvxFontHeightItem
- Additional information
- from DocShell: SvxFontListItem (SID_ATTR_CHAR_FONTLIST)
-
SvxFontColorToolBoxControl
--------------------------
Item type: SvxFontColorItem
@@ -173,7 +165,6 @@
class SvxLineItem;
class SvxBoxInfoItem;
class SvxFontItem;
-class SvxFontHeightItem;
class SfxStyleControllerItem_Impl;
class SfxStyleSheetBasePool;
class SfxTemplateItem;
@@ -256,35 +247,6 @@ public:
//========================================================================
-// class SvxFontHeightToolBoxControl -------------------------------------
-//========================================================================
-
-/*
-class SvxFontSizeItem;
-class SvxFontItem;
-class SvxFontSizeBox_Impl;
-
-class SVX_DLLPUBLIC SvxFontHeightToolBoxControl : public SfxToolBoxControl
-{
- SvxFontSizeBox_Impl* pBox; // ItemWindow f"ur quick-access
- ::com::sun::star::awt::FontDescriptor aCurrentFont; // Kopie des aktuellen Fonts
-
-public:
- SFX_DECL_TOOLBOX_CONTROL();
- SvxFontHeightToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- ~SvxFontHeightToolBoxControl();
-
- // new controller API
- // XStatusListener
- virtual void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& Event )
- throw ( ::com::sun::star::uno::RuntimeException );
-
- virtual Window* CreateItemWindow( Window *pParent );
-};
-*/
-
-
-//========================================================================
// class SvxFontColorToolBoxControl --------------------------------------
//========================================================================
@@ -334,7 +296,6 @@ public:
virtual SfxPopupWindowType GetPopupWindowType() const;
virtual SfxPopupWindow* CreatePopupWindow();
virtual void Select( sal_Bool bMod1 = sal_False );
-
};
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index f9f25a8a3075..b504d6825864 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -68,7 +68,6 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/status/ItemStatus.hpp>
-#include <com/sun/star/frame/status/FontHeight.hpp>
#include <svx/dialogs.hrc>
#include <svx/svxitems.hrc>