summaryrefslogtreecommitdiff
path: root/include/svx/framelinkarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/framelinkarray.hxx')
-rw-r--r--include/svx/framelinkarray.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/framelinkarray.hxx b/include/svx/framelinkarray.hxx
index 5b60d70ff4f3..a1d1f6350937 100644
--- a/include/svx/framelinkarray.hxx
+++ b/include/svx/framelinkarray.hxx
@@ -360,7 +360,7 @@ public:
void DrawRange( drawinglayer::processor2d::BaseProcessor2D* rDev,
size_t nFirstCol, size_t nFirstRow,
size_t nLastCol, size_t nLastRow,
- const Color* pForceColor = 0 ) const;
+ const Color* pForceColor = nullptr ) const;
/** Draws the part of the specified range, that is inside the clipping range.
@param pForceColor
@@ -368,12 +368,12 @@ public:
void DrawRange( OutputDevice& rDev,
size_t nFirstCol, size_t nFirstRow,
size_t nLastCol, size_t nLastRow,
- const Color* pForceColor = 0 ) const;
+ const Color* pForceColor = nullptr ) const;
/** Draws the part of the array, that is inside the clipping range.
@param pForceColor
If not NULL, only this color will be used to draw all frame borders. */
- void DrawArray( OutputDevice& rDev, const Color* pForceColor = 0 ) const;
+ void DrawArray( OutputDevice& rDev, const Color* pForceColor = nullptr ) const;