summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/GraphicObjectBar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/GraphicObjectBar.cxx')
-rw-r--r--sd/source/ui/view/GraphicObjectBar.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sd/source/ui/view/GraphicObjectBar.cxx b/sd/source/ui/view/GraphicObjectBar.cxx
index 64bf53da46ba..1f950457b552 100644
--- a/sd/source/ui/view/GraphicObjectBar.cxx
+++ b/sd/source/ui/view/GraphicObjectBar.cxx
@@ -56,19 +56,19 @@ namespace sd {
-// -----------------------
+
// - GraphicObjectBar -
-// -----------------------
+
SFX_IMPL_INTERFACE( GraphicObjectBar, SfxShell, SdResId( STR_GRAFOBJECTBARSHELL ) )
{
}
-// -----------------------------------------------------------------------------
+
TYPEINIT1( GraphicObjectBar, SfxShell );
-// -----------------------------------------------------------------------------
+
GraphicObjectBar::GraphicObjectBar (
ViewShell* pSdViewShell,
@@ -87,14 +87,14 @@ GraphicObjectBar::GraphicObjectBar (
SetName( OUString( "Graphic objectbar" ));
}
-// -----------------------------------------------------------------------------
+
GraphicObjectBar::~GraphicObjectBar()
{
SetRepeatTarget( NULL );
}
-// -----------------------------------------------------------------------------
+
void GraphicObjectBar::GetAttrState( SfxItemSet& rSet )
{
@@ -102,7 +102,7 @@ void GraphicObjectBar::GetAttrState( SfxItemSet& rSet )
SvxGrafAttrHelper::GetGrafAttrState( rSet, *mpView );
}
-// -----------------------------------------------------------------------------
+
void GraphicObjectBar::Execute( SfxRequest& rReq )
{
@@ -113,7 +113,7 @@ void GraphicObjectBar::Execute( SfxRequest& rReq )
}
}
-// -----------------------------------------------------------------------------
+
void GraphicObjectBar::GetFilterState( SfxItemSet& rSet )
{
@@ -132,7 +132,7 @@ void GraphicObjectBar::GetFilterState( SfxItemSet& rSet )
SvxGraphicFilter::DisableGraphicFilterSlots( rSet );
}
-// -----------------------------------------------------------------------------
+
void GraphicObjectBar::ExecuteFilter( SfxRequest& rReq )
{