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 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: aboutdialog.cxx,v $ * $RCSfile: aboutdialog.cxx,v $
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -86,6 +86,7 @@ rtl::OUString InsertFixedText( AboutDialog& rAboutDialog, const rtl::OUString& r ...@@ -86,6 +86,7 @@ rtl::OUString InsertFixedText( AboutDialog& rAboutDialog, const rtl::OUString& r
return rControlName; return rControlName;
} }
#if 0
rtl::OUString InsertSeparator( AboutDialog& rAboutDialog, const OUString& rControlName, sal_Int32 nOrientation, rtl::OUString InsertSeparator( AboutDialog& rAboutDialog, const OUString& rControlName, sal_Int32 nOrientation,
sal_Int32 nPosX, sal_Int32 nPosY, sal_Int32 nWidth, sal_Int32 nHeight ) sal_Int32 nPosX, sal_Int32 nPosY, sal_Int32 nWidth, sal_Int32 nHeight )
{ {
...@@ -115,6 +116,8 @@ rtl::OUString InsertSeparator( AboutDialog& rAboutDialog, const OUString& rContr ...@@ -115,6 +116,8 @@ rtl::OUString InsertSeparator( AboutDialog& rAboutDialog, const OUString& rContr
return rControlName; return rControlName;
} }
#endif
rtl::OUString InsertImage( AboutDialog& rAboutDialog, const OUString& rControlName, const OUString& rURL, rtl::OUString InsertImage( AboutDialog& rAboutDialog, const OUString& rControlName, const OUString& rURL,
sal_Int32 nPosX, sal_Int32 nPosY, sal_Int32 nWidth, sal_Int32 nHeight ) 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