summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drwtxtsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/drwtxtsh.cxx')
-rw-r--r--sw/source/uibase/shells/drwtxtsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/drwtxtsh.cxx b/sw/source/uibase/shells/drwtxtsh.cxx
index 4b72415e4aaa..f8e34eabde29 100644
--- a/sw/source/uibase/shells/drwtxtsh.cxx
+++ b/sw/source/uibase/shells/drwtxtsh.cxx
@@ -549,7 +549,7 @@ void SwDrawTextShell::StateUndo(SfxItemSet &rSet)
SfxUndoManager* pUndoManager = GetUndoManager();
if( pUndoManager )
{
- OUString (SfxUndoManager:: *fnGetComment)( size_t, bool const ) const;
+ OUString (SfxUndoManager::*fnGetComment)( size_t, bool const ) const;
sal_uInt16 nCount;
if( SID_GETUNDOSTRINGS == nWhich )