[Libreoffice-commits] .: svx/inc svx/source
Katarina Machalkova
bubli at kemper.freedesktop.org
Tue Jun 14 09:11:51 PDT 2011
svx/inc/svx/fntctrl.hxx | 1 -
svx/source/dialog/fntctrl.cxx | 7 -------
2 files changed, 8 deletions(-)
New commits:
commit 81b0db9a4327d88c4107acaad8d96ca29c90ed71
Author: Katarina Machalkova <kmachalkova at suse.cz>
Date: Tue Jun 14 17:42:25 2011 +0200
Removed commented-out code
diff --git a/svx/inc/svx/fntctrl.hxx b/svx/inc/svx/fntctrl.hxx
index 8912919..d366582 100644
--- a/svx/inc/svx/fntctrl.hxx
+++ b/svx/inc/svx/fntctrl.hxx
@@ -95,7 +95,6 @@ public:
void SetPreviewText( const ::rtl::OUString& rString );
void SetFontNameAsPreviewText();
- //void SetFontSize( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
void SetFont( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
void SetFontStyle( const SfxItemSet& rSet, sal_uInt16 nSlotPosture, sal_uInt16 nSlotWeight, SvxFont& rFont ); // posture/weight
void SetFontWidthScale( const SfxItemSet& rSet );
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx
index a36294f..c03356b 100644
--- a/svx/source/dialog/fntctrl.cxx
+++ b/svx/source/dialog/fntctrl.cxx
@@ -66,26 +66,19 @@
#include <editeng/udlnitem.hxx> // SvxUnderlineItem
#include <editeng/crsditem.hxx> // SvxCrossedOutItem
#include <editeng/cntritem.hxx> // SvxContourItem
-//#include <editeng/langitem.hxx> // SvxLanguageItem
#include <editeng/wghtitem.hxx> // SvxWeightItem
#include <editeng/fhgtitem.hxx> // SvxFontHeightItem
#include <editeng/shdditem.hxx> // SvxShadowedItem
#include <editeng/escpitem.hxx> // SvxEscapementItem
-//#include <editeng/prszitem.hxx> // SvxPropSizeItem
#include <editeng/wrlmitem.hxx> // SvxWordLineModeItem
#include <editeng/cmapitem.hxx> // SvxWordLineModeItem
#include <editeng/kernitem.hxx> // SvxKerningItem
-//#include <editeng/blnkitem.hxx> // SvxBlinkItem
-//#include "editeng/flstitem.hxx" // SvxFontListItem
-//#include <editeng/akrnitem.hxx> // SvxAutoKernItem
#include <editeng/brshitem.hxx> // SvxBrushItem
#include <editeng/colritem.hxx> // SvxColorItem
#include <editeng/emphitem.hxx> // SvxEmphasisMarkItem
#include <editeng/charreliefitem.hxx> // SvxCharReliefItem
#include <editeng/twolinesitem.hxx> // SvxTwoLinesItem
-// #include <editeng/charhiddenitem.hxx> // SvxCharHiddenItem
#include <editeng/charscaleitem.hxx> // SvxCharScaleWidthItem
-// #include <editeng/charrotateitem.hxx> // SvxCharRotateItem
#include <svl/stritem.hxx> // SfxStringItem
More information about the Libreoffice-commits
mailing list