summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbacommandbars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbacommandbars.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbacommandbars.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vbahelper/source/vbahelper/vbacommandbars.cxx b/vbahelper/source/vbahelper/vbacommandbars.cxx
index 9993979d888e..ad32100830b3 100644
--- a/vbahelper/source/vbahelper/vbacommandbars.cxx
+++ b/vbahelper/source/vbahelper/vbacommandbars.cxx
@@ -32,9 +32,7 @@ using namespace com::sun::star;
using namespace ooo::vba;
-typedef ::cppu::WeakImplHelper1< container::XEnumeration > CommandBarEnumeration_BASE;
-
-class CommandBarEnumeration : public CommandBarEnumeration_BASE
+class CommandBarEnumeration : public ::cppu::WeakImplHelper1< container::XEnumeration >
{
uno::Reference< XHelperInterface > m_xParent;
uno::Reference< uno::XComponentContext > m_xContext;
'2021-12-27 03:51:41 +0100'>2021-12-27vcl: change Get{Linear|Complex}GradientSteps()Chris Sherlock 2021-12-27vcl: remove unnecessary actions from DrawGradientToMetafile()Chris Sherlock 2021-11-17vcl: split GetGradientSteps() into Get{Complex|Linear}GradientSteps()Chris Sherlock 2021-10-22vcl: move variable declar's closer to 1st use in DrawComplexGradientToMetaFileChris Sherlock 2021-10-20vcl: test OutputDevice::DrawGradient()Chris Sherlock 2021-09-28vcl: rename OutDevState to StackChris Sherlock 2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin 2021-05-17fix is_double_buffered_windowNoel Grandin 2021-01-13vcl: migrate OutputDevice::SetGrayscaleColors() to Gradient::MakeGrayscale()Chris Sherlock 2021-01-07set fill color when filling alphavdev area for gradients (tdf#138959)Luboš Luňák 2020-12-24custom literal for Degree10Noel Grandin 2020-12-15tdf#138936 gradient missing under RTL from writer comment marginsCaolán McNamara 2020-11-13properly clip native VCL gradients (tdf#137563)Luboš Luňák 2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin 2020-10-21new tools::Degree10 strong typedefNoel Grandin 2020-10-19use tools::Long in vclNoel 2020-08-04loplugin:flatten in vclNoel Grandin 2019-11-27tdf#128337 clip the metafile Gradient drawingJan-Marek Glogowski 2019-06-22tdf#125670 check graphics before output cliprectJan-Marek Glogowski 2019-06-21Related: tdf#125670 avoid possible performance issues for the general caseCaolán McNamara 2019-06-21tdf#125777 restore old RenderContext before returnJan-Marek Glogowski 2019-06-06tdf#125670 just check gradient clipping on drawingJan-Marek Glogowski 2019-02-11loplugin:indentation in vclNoel Grandin 2018-11-26remove unused DrawModeFlags enum valuesNoel Grandin 2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin 2018-10-12Fix typosAndrea Gelmini 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann 2018-07-18Fix typosAndrea Gelmini 2018-03-26replace SalColor with ColorNoel Grandin 2018-02-27replace Color(COL_*) with COL_*Noel Grandin 2018-02-22loplugin:changetoolsgen in vclNoel Grandin