diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-06-05 08:43:09 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-06-05 08:43:09 +0400 |
commit | 39205cb3ab21418f715a4e8c0628dec859a577c9 (patch) | |
tree | 9c0923d7a7fcce9521363c88e5107bfdfd4b1cbd /cui | |
parent | 3fb24e6307e0ec3e09b1e48e9a4ce5f6787d2cc9 (diff) |
Revert "Dupe code removal in cui"
FI is an image, FT is a text...
This reverts commit ecdd0501c809e8f283a09cc320a539b828bfec2f.
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optsave.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx index efae17b51e2d..6abeaeddbe5a 100644 --- a/cui/source/options/optsave.cxx +++ b/cui/source/options/optsave.cxx @@ -657,6 +657,7 @@ IMPL_LINK_NOARG(SfxSaveTabPage, ODFVersionHdl_Impl) } aODFWarningFI.Show( bShown ); + aODFWarningFT.Show( bShown ); return 0; } |