summaryrefslogtreecommitdiff
path: root/include/svx/sdtfchim.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:25:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:50 +0100
commit6cd7bf2043146a630925a2e49336f02c802f707a (patch)
tree786cecd8ab993e25cda497d45b68007050c30d61 /include/svx/sdtfchim.hxx
parent28f4bee7bd7378141d8569186162e1a3166eb012 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5
Diffstat (limited to 'include/svx/sdtfchim.hxx')
-rw-r--r--include/svx/sdtfchim.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdtfchim.hxx b/include/svx/sdtfchim.hxx
index cf175ec18c6b..47faebebde22 100644
--- a/include/svx/sdtfchim.hxx
+++ b/include/svx/sdtfchim.hxx
@@ -31,11 +31,11 @@ public:
SVX_DLLPRIVATE virtual bool GetPresentation(SfxItemPresentation ePresentation,
SfxMapUnit eCoreMetric, SfxMapUnit ePresentationMetric,
- OUString &rText, const IntlWrapper * = 0) const override;
+ OUString &rText, const IntlWrapper * = nullptr) const override;
SVX_DLLPRIVATE virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nItem ) const override;
SVX_DLLPRIVATE virtual SvStream& Store( SvStream&, sal_uInt16 nVersion ) const override;
- SVX_DLLPRIVATE virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const override;
+ SVX_DLLPRIVATE virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
SVX_DLLPRIVATE virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) const override;
SVX_DLLPRIVATE virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
1b'>Replace GUIBASE with USING_X11Samuel Mehrbrodt 2015-09-11LOK: Implement an own trivial InteractionHandler.Jan Holesovsky 2015-09-11Missing dependencyStephan Bergmann 2015-06-29Partially revert "svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all"Andras Timar 2015-06-15Dead codeStephan Bergmann 2015-05-23Build the LibreOfficeKit bits for OS X, tooTor Lillqvist 2015-03-20Don't include vcl's private include files in desktopTor Lillqvist 2015-03-02Remove references to unused GLUStephan Bergmann 2015-03-02if you link vclplug_svp to desktop you end up with duplicate font cachesCaolán McNamara 2015-02-07Fixup --without-x buildRiccardo Magliocchetti 2015-02-03Build the applicable LibreOfficeKit bits for iOS, tooTor Lillqvist 2015-01-13svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at allDouglas Mencken 2014-12-04desktop: do not link sofficeapp against sw libraryMichael Stahl 2014-12-04init.cxx is for now ANDROID and LINUX (unix?) only.Kohei Yoshida 2014-12-04Hack soffice_main into LOK.Andrzej Hunt 2014-11-21make glxtest available in salmainMarkus Mohrhard 2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard 2014-07-03Fix dependencies for libmerged wrt. libsofficeappMatúš Kukan 2014-07-01libreofficekit JNI for AndroidTomaž Vajngerl 2014-06-25LOK: can't use basebmp as a library on android.Andrzej Hunt 2014-06-25Add all the required conditions for vclplug_svp.Andrzej Hunt 2014-06-25vclplug_svp only exists with ENABLE_HEADLESS.Andrzej Hunt 2014-06-25Use ITiledRenderable for LIBLOK.Andrzej Hunt 2014-06-25Upgrade LibLO tiled rendering to RGBA.Andrzej Hunt 2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt 2014-06-25Add tiled rendering via liblibreoffice.Andrzej Hunt 2014-06-04update_pch: add a bunch of pch filesThomas Arnhold 2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida