summaryrefslogtreecommitdiff
path: root/include/svx/unopage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unopage.hxx')
-rw-r--r--include/svx/unopage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unopage.hxx b/include/svx/unopage.hxx
index 6814f859904a..911be0c2a66e 100644
--- a/include/svx/unopage.hxx
+++ b/include/svx/unopage.hxx
@@ -51,7 +51,7 @@ enum class SdrInventor : sal_uInt32;
#define TWIPS_TO_MM(val) ((val * 127 + 36) / 72)
#define MM_TO_TWIPS(val) ((val * 72 + 63) / 127)
-class SVX_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper7< css::drawing::XDrawPage,
+class SVXCORE_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper7< css::drawing::XDrawPage,
css::drawing::XShapeGrouper,
css::drawing::XShapes2,
css::drawing::XShapes3,
>2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-05loplugin:stringconstantStephan Bergmann 2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno 2015-09-30Fix typosAndrea Gelmini 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann 2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann 2015-08-18Remove obsolete getLocalFileURLStephan Bergmann 2015-08-11loplugin: defaultparamsNoel Grandin 2015-08-03inline some use-once typedefsNoel Grandin 2015-07-16tdf#84190 : when auth fails, don't remember passwords for cmisSzymon Kłos 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-05-26cppcheck: noExplicitConstructorCaolán McNamara 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-09V801: Decreased performanceCaolán McNamara 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-18ucbhelper: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-15Authentication fallback request for the OneDrive connectionMihai Varga 2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-08spelling: instanciated -> instantiatedNoel Grandin 2014-09-22loplugin: cstylecastNoel Grandin 2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler 2014-09-17Improve exception msgStephan Bergmann 2014-09-12bug wrong order of test cause out of bound access.Norbert Thiebaud