diff options
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r-- | sw/inc/swtable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 309f7e34b259..665d7ff86276 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -490,7 +490,7 @@ class SwCellFrame; class SW_DLLPUBLIC SwTableCellInfo { struct Impl; - ::std::unique_ptr<Impl> m_pImpl; + std::unique_ptr<Impl> m_pImpl; const SwCellFrame * getCellFrame() const; |