summaryrefslogtreecommitdiff
path: root/include/svx/fntctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fntctrl.hxx')
-rw-r--r--include/svx/fntctrl.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index 89655ac22559..d07d60edb62f 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -50,16 +50,8 @@ public:
virtual void StateChanged( StateChangedType nStateChange ) override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
- // for reasons of efficiency not const
- SvxFont& GetFont();
- const SvxFont& GetFont() const;
void SetFont( const SvxFont& rNormalFont, const SvxFont& rCJKFont, const SvxFont& rCTLFont );
- SvxFont& GetCJKFont();
- SvxFont& GetCTLFont();
- void SetColor( const Color& rColor );
- void ResetColor();
void SetBackColor( const Color& rColor );
- void UseResourceText();
void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& ) override;
bool IsTwoLines() const;