diff options
author | Albert Thuswaldner <albert.thuswaldner@gmail.com> | 2011-03-10 17:12:19 +0530 |
---|---|---|
committer | Muthu Subramanian K <sumuthu@novell.com> | 2011-03-10 17:12:19 +0530 |
commit | 847b372451211d4e03c7f007c5e1149d70039648 (patch) | |
tree | 86131d1bdfe4130837fa311b6dd50233dddbefd6 /sfx2/source/dialog/partwnd.cxx | |
parent | b043148959abfef842554690ee029ec686917beb (diff) |
Translation and typos (2).
Diffstat (limited to 'sfx2/source/dialog/partwnd.cxx')
-rw-r--r-- | sfx2/source/dialog/partwnd.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx index 3bd4b97ae391..908ac4d91dbb 100644 --- a/sfx2/source/dialog/partwnd.cxx +++ b/sfx2/source/dialog/partwnd.cxx @@ -71,7 +71,7 @@ SfxPartChildWnd_Impl::SfxPartChildWnd_Impl ) : SfxChildWindow( pParentWnd, nId ) { - // Window erzeugen + // Create Window pWindow = new SfxPartDockWnd_Impl( pBindings, this, pParentWnd, WB_STDDOCKWIN | WB_CLIPCHILDREN | WB_SIZEABLE | WB_3DLOOK ); eChildAlignment = SFX_ALIGN_TOP; if ( pInfo ) @@ -173,8 +173,9 @@ Rectangle impl_Rectangle_Struct2Object( const ::com::sun::star::awt::Rectangle& void SfxPartDockWnd_Impl::Resize() -/* [Beschreibung] - Anpassung der Gr"osse der Controls an die neue Windowgr"osse +/* [Description] + + Adjusting the size of the controls wrt the new window size */ { |