diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-29 12:48:31 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-29 12:48:31 +0000 |
commit | e58b07014301482b6a61bd9ec86d21c92794c76f (patch) | |
tree | 00fd36b79c121dc806d484831bf503542b533942 /reportdesign | |
parent | 382ce377627c08cd9cc6040b2fe7992317079000 (diff) |
INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED
2007/11/07 08:55:03 oj 1.3.36.1: #i77751# remove dosave
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inc/ReportController.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx index 4673c3311..55c01a1ef 100644 --- a/reportdesign/source/ui/inc/ReportController.hxx +++ b/reportdesign/source/ui/inc/ReportController.hxx @@ -6,9 +6,9 @@ * * $RCSfile: ReportController.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2007-08-02 14:37:02 $ + * last change: $Author: rt $ $Date: 2008-01-29 13:48:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -202,11 +202,6 @@ namespace rptui */ void listen(const bool _bAdd); - /** saves the report definition - @param _bSaveAs if <TRUE/> then the report will be saved as a new one. - */ - sal_Bool doSaveDoc(sal_Bool _bSaveAs); - /** opens the common page dialog */ void openPageDialog(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection); @@ -308,8 +303,6 @@ namespace rptui DECL_LINK( OnInvalidateClipboard, void* ); DECL_LINK( OnClipboardChanged, void* ); DECL_LINK( OnExecuteReport, void* ); - DECL_LINK( OnSave, void* ); - DECL_LINK( OnSaveAs, void* ); DECL_LINK( OnOpenHelpAgent, void* ); short saveModified(); // all the features which should be handled by this class |