summaryrefslogtreecommitdiff
path: root/include/dbaccess/ToolBoxHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/ToolBoxHelper.hxx')
-rw-r--r--include/dbaccess/ToolBoxHelper.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/dbaccess/ToolBoxHelper.hxx b/include/dbaccess/ToolBoxHelper.hxx
index e06dc308e8a8..6fe04d5423ac 100644
--- a/include/dbaccess/ToolBoxHelper.hxx
+++ b/include/dbaccess/ToolBoxHelper.hxx
@@ -42,16 +42,17 @@ namespace dbaui
/** will be called when the controls need to be resized.
@param _rDiff
Contains the difference of the old and new toolbox size.
+
+ TO-DO: remove this when all implmentations
+ are converted to .ui format
*/
virtual void resizeControls(const Size& _rDiff) = 0;
- /** will be called when the image list is needed.
+ /** will be called when the image list needs to change
@param _eSymbolsSize
<svtools/imgdef.hxx>
- @param _bHiContast
- <TRUE/> when in high contrast mode.
*/
- virtual ImageList getImageList(sal_Int16 _eSymbolsSize) const = 0;
+ virtual void setImageList(sal_Int16 _eSymbolsSize) = 0;
/** only the member will be set, derived classes can overload this function and do what need to be done.
@param _pTB