summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-06 20:15:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-06 20:16:49 +0100
commitbbdb24bfaa52a455baca553816d13480a3bd8be2 (patch)
tree56b4aab6c297555d3fd58a66ce35084183fd0ed6 /include/dbaccess
parenttdf#85594 Addition of freeze, split, header & footer, and symbol buttons (diff)
downloadcore-bbdb24bfaa52a455baca553816d13480a3bd8be2.tar.gz
core-bbdb24bfaa52a455baca553816d13480a3bd8be2.zip
apparently OGenericUnoController::InvalidateFeature is unused
Change-Id: I3cd9d7fffc3b1c9b0891c6de23b1ff873d2a1158
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/genericcontroller.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx
index acd0e0668989..2b6ae5c37452 100644
--- a/include/dbaccess/genericcontroller.hxx
+++ b/include/dbaccess/genericcontroller.hxx
@@ -412,10 +412,9 @@ namespace dbaui
// shows a error box if the SQLExceptionInfo is valid
void showError(const ::dbtools::SQLExceptionInfo& _rInfo);
- // if xListener is NULL the change will be forwarded to all listeners to the given ::com::sun::star::util::URL
- // if _bForceBroadcast is sal_True, the current feature state is broadcasted no matter if it is the same as the cached state
- void InvalidateFeature(const OUString& rURLPath, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xListener = NULL, bool _bForceBroadcast = false);
- // if there is an ::com::sun::star::util::URL translation for the id ('handle') the preceding InvalidateFeature is used.
+ // if there is an ::com::sun::star::util::URL translation for the id
+ // ('handle') then if if xListener is NULL the change will be forwarded
+ // to all listeners to the given ::com::sun::star::util::URL
// if there is a toolbar slot with the given id it is updated (the new state is determined via GetState)
// if _bForceBroadcast is sal_True, the current feature state is broadcasted no matter if it is the same as the cached state
void InvalidateFeature(sal_uInt16 nId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xListener = NULL, bool _bForceBroadcast = false);