summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galbrws.cxx
diff options
context:
space:
mode:
authorMatthias Freund <matti_lx@yahoo.de>2013-09-08 00:10:20 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-09-08 02:58:19 +0000
commit8848c6ec29919deec2f242ccdd336bc710da6646 (patch)
tree29b89f2c530e09412ebad351b27a7e5e418b2fbd /svx/source/gallery2/galbrws.cxx
parent5ba5c492e8e4d994e6c37893516059b6586a5b92 (diff)
fdo#39468 Comment translation GER-ENG in svx/source/gallery2/
Translate some german comments and remove ascii art. :-) Change-Id: Ie0ba349b95e4f73aea7b6e20ed3fc86ded14c444 Reviewed-on: https://gerrit.libreoffice.org/5870 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'svx/source/gallery2/galbrws.cxx')
-rw-r--r--svx/source/gallery2/galbrws.cxx26
1 files changed, 1 insertions, 25 deletions
diff --git a/svx/source/gallery2/galbrws.cxx b/svx/source/gallery2/galbrws.cxx
index 85647f4f16bc..3b717d776a7e 100644
--- a/svx/source/gallery2/galbrws.cxx
+++ b/svx/source/gallery2/galbrws.cxx
@@ -32,9 +32,6 @@
#include <boost/bind.hpp>
-// -------------------------
-// - SvxGalleryChildWindow -
-// -------------------------
DBG_NAME(GalleryChildWindow)
GalleryChildWindow::GalleryChildWindow( Window* _pParent, sal_uInt16 nId, SfxBindings* pBindings, SfxChildWinInfo* pInfo ) :
@@ -47,20 +44,15 @@ GalleryChildWindow::GalleryChildWindow( Window* _pParent, sal_uInt16 nId, SfxBin
( (GalleryBrowser*) pWindow )->Initialize( pInfo );
};
-// -----------------------------------------------------------------------------
-
GalleryChildWindow::~GalleryChildWindow()
{
DBG_DTOR(GalleryChildWindow,NULL);
}
-// -----------------------------------------------------------------------------
-
SFX_IMPL_DOCKINGWINDOW_WITHID( GalleryChildWindow, SID_GALLERY )
-// ------------------
// - GalleryBrowser -
-// ------------------
+
DBG_NAME(GalleryBrowser)
GalleryBrowser::GalleryBrowser(
@@ -103,8 +95,6 @@ GalleryBrowser::GalleryBrowser(
InitSettings();
}
-// -----------------------------------------------------------------------------
-
GalleryBrowser::~GalleryBrowser()
{
delete mpBrowser2;
@@ -114,8 +104,6 @@ GalleryBrowser::~GalleryBrowser()
DBG_DTOR(GalleryBrowser,NULL);
}
-// -----------------------------------------------------------------------------
-
void GalleryBrowser::InitSettings()
{
SetBackground( Wallpaper( GALLERY_DLG_COLOR ) );
@@ -135,8 +123,6 @@ void GalleryBrowser::InitSettings()
mpBrowser2->SetControlForeground( GALLERY_DLG_COLOR );
}
-// -----------------------------------------------------------------------------
-
void GalleryBrowser::Resize()
{
// call parent
@@ -199,8 +185,6 @@ void GalleryBrowser::Resize()
maLastSize = aNewSize;
}
-// -----------------------------------------------------------------------------
-
sal_Bool GalleryBrowser::KeyInput( const KeyEvent& rKEvt, Window* )
{
const sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode();
@@ -236,30 +220,22 @@ sal_Bool GalleryBrowser::KeyInput( const KeyEvent& rKEvt, Window* )
return bRet;
}
-// -----------------------------------------------------------------------------
-
sal_Bool GalleryBrowser::Close()
{
return SfxDockingWindow::Close();
}
-// -----------------------------------------------------------------------------
-
void GalleryBrowser::GetFocus()
{
SfxDockingWindow::GetFocus();
mpBrowser1->GrabFocus();
}
-// -----------------------------------------------------------------------------
-
void GalleryBrowser::ThemeSelectionHasChanged()
{
mpBrowser2->SelectTheme( mpBrowser1->GetSelectedTheme() );
}
-// -----------------------------------------------------------------------------
-
IMPL_LINK_NOARG(GalleryBrowser, SplitHdl)
{
if(mpSplitter->IsHorizontal())