Tag: odbmacros_2_5 User: fs Date: 2008-02-26 14:15:49+0000 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx
Log: during #i49133#: for consistency, renamed getdocumentinfo to getDocumentInfo File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.28.8.1.2.1&r2=1.28.8.1.2.2 Delta lines: +3 -3 ------------------- --- AppDetailPageHelper.cxx 2008-02-20 13:28:00+0000 1.28.8.1.2.1 +++ AppDetailPageHelper.cxx 2008-02-26 14:15:46+0000 1.28.8.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailPageHelper.cxx,v $ * - * $Revision: 1.28.8.1.2.1 $ + * $Revision: 1.28.8.1.2.2 $ * - * last change: $Author: fs $ $Date: 2008/02/20 13:28:00 $ + * last change: $Author: fs $ $Date: 2008/02/26 14:15:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1067,7 +1067,7 @@ if ( m_ePreviewMode == E_DOCUMENT ) aCommand.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("preview")); else - aCommand.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("getdocumentinfo")); + aCommand.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("getDocumentInfo")); Any aPreview = xContent->execute(aCommand,xContent->createCommandIdentifier(),Reference< XCommandEnvironment >()); if ( m_ePreviewMode == E_DOCUMENT ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
