diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:11:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:11:59 +0000 |
commit | 2290ddd87a00dc50bb37ada68ef3af51de40efbc (patch) | |
tree | 253dc4eadd3631b3a56dbed2b7bbca5330d24e12 /sfx2/source | |
parent | 0462acfb742127be4a1100d2c45e3e06e2d369c0 (diff) |
INTEGRATION: CWS custommeta (1.39.60); FILE MERGED
2008/01/22 09:33:44 mst 1.39.60.1: - sfx2/source/inc/cfg.hxx, sfx2/source/dialog/cfg.cxx:
+ remove method SfxConfigGroupListBox_Impl::xModelToDocTitle;
call ::comphelper::DocumentInfo::getDocumentTitle instead
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/inc/cfg.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/inc/cfg.hxx b/sfx2/source/inc/cfg.hxx index f0ea74c78fc9..680ae70411fa 100644 --- a/sfx2/source/inc/cfg.hxx +++ b/sfx2/source/inc/cfg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cfg.hxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: kz $ $Date: 2007-10-09 15:33:21 $ + * last change: $Author: obo $ $Date: 2008-02-26 15:11:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -234,7 +234,6 @@ class SfxConfigGroupListBox_Impl : public SvTreeListBox Image GetImage( ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode > node, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xCtx, bool bIsRootNode, bool bHighContrast ); ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getDocumentModel( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xCtx, ::rtl::OUString& docName ); - ::rtl::OUString xModelToDocTitle( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel ); ::rtl::OUString parseLocationName( const ::rtl::OUString& location ); void InitModule(); |