summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/docundomanager.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-11-02 13:19:49 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-11-02 13:19:49 +0100
commit8a329b45c0c7592b69f3ee720abb7b9962dd5023 (patch)
treec93bdb5d26e38f2e01abae70b8cef2010d0d06f1 /sfx2/source/inc/docundomanager.hxx
parent8241bf7c831b07bc19509387f1514c42bc5624c1 (diff)
undoapi: allow retrieving the count/comments of Undo/Redo actions both on the current and the top level
Diffstat (limited to 'sfx2/source/inc/docundomanager.hxx')
-rwxr-xr-xsfx2/source/inc/docundomanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/docundomanager.hxx b/sfx2/source/inc/docundomanager.hxx
index 37ab4cb4e0d9..7998657fbb3a 100755
--- a/sfx2/source/inc/docundomanager.hxx
+++ b/sfx2/source/inc/docundomanager.hxx
@@ -117,9 +117,9 @@ namespace sfx2
);
void impl_do_nolck(
- USHORT ( ::svl::IUndoManager::*i_checkMethod )() const,
+ USHORT ( ::svl::IUndoManager::*i_checkMethod )( bool const ) const,
BOOL ( ::svl::IUndoManager::*i_doMethod )(),
- UniString ( ::svl::IUndoManager::*i_titleRetriever )( USHORT ) const,
+ UniString ( ::svl::IUndoManager::*i_titleRetriever )( USHORT, bool const ) const,
void ( SAL_CALL ::com::sun::star::document::XUndoManagerListener::*i_notificationMethod )( const ::com::sun::star::document::UndoManagerEvent& )
);