summaryrefslogtreecommitdiffstats
path: root/cui/source/options
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-06-05 08:43:09 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-06-05 08:43:09 +0400
commit39205cb3ab21418f715a4e8c0628dec859a577c9 (patch)
tree9c0923d7a7fcce9521363c88e5107bfdfd4b1cbd /cui/source/options
parentFix fdo#50704 Default to absolute svg:d paths for ODF1.2 compat-mode (diff)
downloadcore-39205cb3ab21418f715a4e8c0628dec859a577c9.tar.gz
core-39205cb3ab21418f715a4e8c0628dec859a577c9.zip
Revert "Dupe code removal in cui"
FI is an image, FT is a text... This reverts commit ecdd0501c809e8f283a09cc320a539b828bfec2f.
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/optsave.cxx1
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;
}