summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/tautofmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/table/tautofmt.cxx')
-rw-r--r--sw/source/ui/table/tautofmt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx
index 6f4a5bf8c080..8bb89e7958cc 100644
--- a/sw/source/ui/table/tautofmt.cxx
+++ b/sw/source/ui/table/tautofmt.cxx
@@ -56,7 +56,7 @@ public:
void NotifyChange( const SwTableAutoFormat& rNewData );
- void DetectRTL(SwWrtShell* pWrtShell);
+ void DetectRTL(SwWrtShell const * pWrtShell);
virtual void Resize() override;
protected:
@@ -538,7 +538,7 @@ void AutoFormatPreview::Resize()
NotifyChange(aCurData);
}
-void AutoFormatPreview::DetectRTL(SwWrtShell* pWrtShell)
+void AutoFormatPreview::DetectRTL(SwWrtShell const * pWrtShell)
{
if (!pWrtShell->IsCursorInTable()) // We haven't created the table yet
mbRTL = AllSettings::GetLayoutRTL();