summaryrefslogtreecommitdiff
path: root/include/dbaccess/IController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/IController.hxx')
-rw-r--r--include/dbaccess/IController.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx
index 82e8c5603b16..fd1b2df8b485 100644
--- a/include/dbaccess/IController.hxx
+++ b/include/dbaccess/IController.hxx
@@ -88,12 +88,6 @@ namespace dbaui
*/
virtual bool isCommandEnabled( const OUString& _rCompleteCommandURL ) const = 0;
- /** notifyHiContrastChanged will be called when the hicontrast mode changed.
- @param _bHiContrast
- <TRUE/> when in hicontrast mode.
- */
- virtual void notifyHiContrastChanged() = 0;
-
/** checks if the selected data source is read only
@return
<TRUE/> if read only, otherwise <FALSE/>