diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-07-22 11:57:58 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-07-22 11:57:58 +0000 |
commit | cf98bfc2260a1e7d6a47ecde87a755ea1242864b (patch) | |
tree | 40cfcb3902b15cef3c454f8267bcba229ede72e0 /dbaccess/source/ui/browser/genericcontroller.cxx | |
parent | 948cc5ea7a14e9d9606b706c38cd64661475210a (diff) |
#101592# -SaveModified
Diffstat (limited to 'dbaccess/source/ui/browser/genericcontroller.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/genericcontroller.cxx | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx index 6791ad8e5857..20084bdb89c3 100644 --- a/dbaccess/source/ui/browser/genericcontroller.cxx +++ b/dbaccess/source/ui/browser/genericcontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: obo $ $Date: 2002-06-26 08:17:57 $ + * last change: $Author: oj $ $Date: 2002-07-22 12:57:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -813,14 +813,6 @@ FeatureState OGenericUnoController::GetState(sal_uInt16 nId) const } //------------------------------------------------------------------------------ -sal_Bool OGenericUnoController::SaveModified( sal_Bool bCommit ) -{ - InvalidateFeature( ID_BROWSER_SAVEDOC ); - InvalidateFeature( ID_BROWSER_UNDO ); - return sal_True; -} - -//------------------------------------------------------------------------------ void OGenericUnoController::onToolBoxSelected( sal_uInt16 _nSelectedItem ) { Execute( _nSelectedItem ); @@ -844,11 +836,6 @@ IMPL_LINK(OGenericUnoController, OnToolBoxSelected, ToolBox*, pToolBox) onToolBoxSelected( pToolBox->GetCurItemId() ); return 0L; } -//------------------------------------------------------------------ -//sal_uInt16 OGenericUnoController::SaveData(sal_Bool bUI, sal_Bool bForBrowsing) -//{ -// return (sal_uInt16)SaveModified(); -//} // ------------------------------------------------------------------------- URL OGenericUnoController::getURLForId(sal_Int32 _nId) const { |