[Libreoffice-commits] .: cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 11 07:47:53 PST 2013
cui/source/tabpages/chardlg.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit eccae3ee63cc561c0b0ace0b95e9a2344081bb9c
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Sat Jan 12 00:42:38 2013 +0900
Drop deserted m_aTransparentText
Its usage was gone with adda1a25f248586b46682bb9e19cd7a6b2c9debc.
Change-Id: I055c15f5154c6f78d2314d4b502ca3db751ab891
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 598edbc..ff52f40 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();
More information about the Libreoffice-commits
mailing list