From 31e37f8f405d53ad0d5b1a271e07976328f93d64 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 1 Oct 2013 17:26:46 +0200 Subject: remove SwCompatibilityOptPage::ReplaceFormatName ... which probably didn't do anything anyway since the dialog actually used %WRITERCOMPATIBILITYVERSIONOOO11 and not the variables replaced here. Change-Id: I27a59382476979b3bbcdb7fc06eda2243d1487e1 --- sw/source/ui/inc/optcomp.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/ui/inc') diff --git a/sw/source/ui/inc/optcomp.hxx b/sw/source/ui/inc/optcomp.hxx index fd9f127e94eb..3d9dce01c076 100644 --- a/sw/source/ui/inc/optcomp.hxx +++ b/sw/source/ui/inc/optcomp.hxx @@ -56,7 +56,6 @@ private: // private methods void InitControls( const SfxItemSet& rSet ); - void ReplaceFormatName( OUString& rEntry ); void SetCurrentOptions( sal_uLong nOptions ); sal_uLong GetDocumentOptions() const; void WriteOptions(); -- cgit