diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:06:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:06:19 +0000 |
commit | 593912d3eaf3b4af3e941fd9ccfb12071d91e43e (patch) | |
tree | a2b0e1a033e8f5f4daf6f8d827d0462720e71cb7 /extensions/source/bibliography | |
parent | 8a14c5648efb4c3d78767e301314e70cbc8360bc (diff) |
INTEGRATION: CWS mba30patches01 (1.15.40); FILE MERGED
2008/04/23 10:48:20 mba 1.15.40.2: RESYNC: (1.15-1.16); FILE MERGED
2008/03/18 15:40:52 mba 1.15.40.1: #i86365#: remove unused code
Diffstat (limited to 'extensions/source/bibliography')
-rw-r--r-- | extensions/source/bibliography/datman.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx index 665bdd6e7..5dcb96fba 100644 --- a/extensions/source/bibliography/datman.hxx +++ b/extensions/source/bibliography/datman.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: datman.hxx,v $ - * $Revision: 1.16 $ + * $Revision: 1.17 $ * * This file is part of OpenOffice.org. * @@ -177,10 +177,6 @@ public: ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > loadControlModel(const ::rtl::OUString& rName, sal_Bool bForceListBox = sal_False); - void saveCtrModel(const ::rtl::OUString& rName, - const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & rCtrModel); - - sal_Bool moveRelative(sal_Int32 nMove); void CreateMappingDialog(Window* pParent); ::rtl::OUString CreateDBChangeDialog(Window* pParent); |