summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplayout.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:19:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:31 +0100
commit822a0b7046d8f0a8325ad158ea6756d33846c83e (patch)
treee1683caf123afd514361f85c389db52514d02890 /lotuswordpro/source/filter/lwplayout.hxx
parent53a2e93fc5a4872b36fb8e76ddd4b722a18cb49b (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Id11454397abad090741c5d98e2ae585531c886f6
Diffstat (limited to 'lotuswordpro/source/filter/lwplayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwplayout.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwplayout.hxx b/lotuswordpro/source/filter/lwplayout.hxx
index c291f28de269..d6bfcdd2f484 100644
--- a/lotuswordpro/source/filter/lwplayout.hxx
+++ b/lotuswordpro/source/filter/lwplayout.hxx
@@ -129,7 +129,7 @@ public:
virtual sal_uInt8 GetRelativeType();
bool IsRelativeAnchored();
LwpUseWhen* GetUseWhen();
- virtual LwpUseWhen* VirtualGetUseWhen(){ return NULL;}
+ virtual LwpUseWhen* VirtualGetUseWhen(){ return nullptr;}
virtual bool IsUseOnAllPages(){ return false;}
virtual bool IsUseOnAllEvenPages(){ return false;}
virtual bool IsUseOnAllOddPages(){ return false;}
@@ -137,9 +137,9 @@ public:
virtual sal_Int32 GetPageNumber(sal_uInt16 /*nLayoutNumber*/ = 0){ return -1;}
bool IsMinimumHeight();
virtual bool IsForWaterMark(){ return false;}
- virtual LwpPara* GetLastParaOfPreviousStory() { return NULL; }
+ virtual LwpPara* GetLastParaOfPreviousStory() { return nullptr; }
LwpVirtualLayout* GetParentLayout();
- virtual LwpVirtualLayout* GetContainerLayout(){ return NULL;}
+ virtual LwpVirtualLayout* GetContainerLayout(){ return nullptr;}
void RegisterChildStyle();
bool NoContentReference();
bool IsStyleLayout();