diff options
Diffstat (limited to 'sd/source/ui/inc/OutlineView.hxx')
-rw-r--r-- | sd/source/ui/inc/OutlineView.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx index 552bfa041595..15869e25c454 100644 --- a/sd/source/ui/inc/OutlineView.hxx +++ b/sd/source/ui/inc/OutlineView.hxx @@ -95,7 +95,7 @@ public: void Paint (const ::tools::Rectangle& rRect, ::sd::Window* pWin); - // Callbacks fuer LINKs + // Callbacks for LINKs DECL_LINK( ParagraphInsertedHdl, ::Outliner::ParagraphHdlParam, void ); DECL_LINK( ParagraphRemovingHdl, ::Outliner::ParagraphHdlParam, void ); DECL_LINK( DepthChangedHdl, ::Outliner::DepthChangeHdlParam, void ); |