Kaydet (Commit) cfa96b2a authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS impress141 (1.4.36); FILE MERGED

2008/04/21 09:56:18 cl 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED
2008/04/16 09:16:29 sj 1.4.36.1: #i86326# added patch (removed unused methods)
üst bf756043
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: aboutdialog.cxx,v $
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
......@@ -86,6 +86,7 @@ rtl::OUString InsertFixedText( AboutDialog& rAboutDialog, const rtl::OUString& r
return rControlName;
}
#if 0
rtl::OUString InsertSeparator( AboutDialog& rAboutDialog, const OUString& rControlName, sal_Int32 nOrientation,
sal_Int32 nPosX, sal_Int32 nPosY, sal_Int32 nWidth, sal_Int32 nHeight )
{
......@@ -115,6 +116,8 @@ rtl::OUString InsertSeparator( AboutDialog& rAboutDialog, const OUString& rContr
return rControlName;
}
#endif
rtl::OUString InsertImage( AboutDialog& rAboutDialog, const OUString& rControlName, const OUString& rURL,
sal_Int32 nPosX, sal_Int32 nPosY, sal_Int32 nWidth, sal_Int32 nHeight )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment