summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 20f70ec86a26..2916f4c1382e 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -123,7 +123,6 @@ void SvxRectCtl::Resize()
}
-
void SvxRectCtl::Resize_Impl()
{
aSize = GetOutputSize();
@@ -367,7 +366,6 @@ void SvxRectCtl::KeyInput( const KeyEvent& rKeyEvt )
}
-
void SvxRectCtl::StateChanged( StateChangedType nType )
{
if ( nType == StateChangedType::ControlForeground )
@@ -379,7 +377,6 @@ void SvxRectCtl::StateChanged( StateChangedType nType )
}
-
void SvxRectCtl::DataChanged( const DataChangedEvent& rDCEvt )
{
if ( ( rDCEvt.GetType() == DataChangedEventType::SETTINGS ) && ( rDCEvt.GetFlags() & AllSettingsFlags::STYLE ) )
@@ -1763,7 +1760,6 @@ void LineEndLB::Modify( const XLineEndEntry& rEntry, sal_Int32 nPos, const Bitma
}
-
void SvxPreviewBase::InitSettings(bool bForeground, bool bBackground)
{
const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings();
@@ -1988,7 +1984,6 @@ void SvxXLinePreview::dispose()
}
-
void SvxXLinePreview::SetSymbol(Graphic* p,const Size& s)
{
mpGraphic = p;
@@ -1996,7 +1991,6 @@ void SvxXLinePreview::SetSymbol(Graphic* p,const Size& s)
}
-
void SvxXLinePreview::ResizeSymbol(const Size& s)
{
if ( s != maSymbolSize )
@@ -2007,7 +2001,6 @@ void SvxXLinePreview::ResizeSymbol(const Size& s)
}
-
void SvxXLinePreview::SetLineAttributes(const SfxItemSet& rItemSet)
{
// Set ItemSet at objects
@@ -2023,7 +2016,6 @@ void SvxXLinePreview::SetLineAttributes(const SfxItemSet& rItemSet)
}
-
void SvxXLinePreview::Paint(vcl::RenderContext& rRenderContext, const Rectangle&)
{
LocalPrePaint(rRenderContext);