summaryrefslogtreecommitdiff
path: root/framework/inc/uielement
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-04 10:04:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-04 16:44:54 +0100
commit57aa9ea3a6d178fcea016fadb005dfbcc2ca2e8d (patch)
tree6407cb0a354b9a14731a4ab3a9c8eb80ec7a7a01 /framework/inc/uielement
parentf7f47654787c8fd1764a8d827bb6a84b17fe3882 (diff)
readme not a sufficient indicator
Change-Id: Idd5cd004b873280e202b16c182356977045bdab4 Reviewed-on: https://gerrit.libreoffice.org/81993 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r--framework/inc/uielement/FixedImageToolbarController.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/uielement/FixedImageToolbarController.hxx b/framework/inc/uielement/FixedImageToolbarController.hxx
index 2fa55e4e8cc5..bfe197bb44a6 100644
--- a/framework/inc/uielement/FixedImageToolbarController.hxx
+++ b/framework/inc/uielement/FixedImageToolbarController.hxx
@@ -26,7 +26,7 @@
#include <uielement/complextoolbarcontroller.hxx>
class ToolBox;
-class ImageControl;
+class FixedImage;
namespace framework
{
@@ -49,11 +49,11 @@ protected:
DECL_LINK(MiscOptionsChanged, LinkParamNone*, void);
private:
- VclPtr<ImageControl> m_pFixedImageControl;
+ VclPtr<FixedImage> m_pFixedImageControl;
sal_Int16 m_eSymbolSize;
};
} // namespace framework
#endif // INCLUDED_FRAMEWORK_INC_UIELEMENT_FIXEDIMAGETOOLBARCONTROLLER_HXX
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */