summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-12 00:42:38 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-12 00:45:46 +0900
commiteccae3ee63cc561c0b0ace0b95e9a2344081bb9c (patch)
tree44489c5a378711cb2577e75e1e2ca172a51b1ac6 /cui
parent40cfbd62e9f3aa52036a339cbbc9e542647017d3 (diff)
Drop deserted m_aTransparentText
Its usage was gone with adda1a25f248586b46682bb9e19cd7a6b2c9debc. Change-Id: I055c15f5154c6f78d2314d4b502ca3db751ab891
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/chardlg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 598edbc748a5..ff52f4068633 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -237,7 +237,6 @@ struct SvxCharNamePage_Impl
{
Timer m_aUpdateTimer;
String m_aNoStyleText;
- String m_aTransparentText;
const FontList* m_pFontList;
sal_uInt16 m_nExtraEntryPos;
sal_Bool m_bMustDelete;
@@ -282,7 +281,6 @@ SvxCharNamePage::SvxCharNamePage( Window* pParent, const SfxItemSet& rInSet )
, m_pImpl(new SvxCharNamePage_Impl)
{
m_pImpl->m_aNoStyleText = String( CUI_RES( RID_SVXSTR_CHARNAME_NOSTYLE ) );
- m_pImpl->m_aTransparentText = String( CUI_RES( RID_SVXSTR_CHARNAME_TRANSPARENT ) );
SvtLanguageOptions aLanguageOptions;
sal_Bool bShowCJK = aLanguageOptions.IsCJKFontEnabled();