summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-01 17:26:46 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-01 18:03:37 +0200
commit31e37f8f405d53ad0d5b1a271e07976328f93d64 (patch)
treeaf3f8403c25db961dc4f063100d4d95dd3650490 /sw/source/ui/inc
parentremove run-time replacement of %WRITERCOMPATIBILITYVERSIONOOO11 (diff)
downloadcore-31e37f8f405d53ad0d5b1a271e07976328f93d64.tar.gz
core-31e37f8f405d53ad0d5b1a271e07976328f93d64.zip
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
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/optcomp.hxx1
1 files changed, 0 insertions, 1 deletions
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();