diff options
author | mb93783 <mb93783@v60x-so15.Germany.Sun.COM> | 2010-01-27 14:04:30 +0100 |
---|---|---|
committer | mb93783 <mb93783@v60x-so15.Germany.Sun.COM> | 2010-01-27 14:04:30 +0100 |
commit | 83d2f8dc6a59c447d69d08745f28fac0c6172d77 (patch) | |
tree | d01afd21c06d9953eeac24284eaaa21fd12cd2d2 | |
parent | 905f604597f6d54c0b2f362137cafcbfe0c3cdaa (diff) |
fixed warning on Linux
-rw-r--r-- | cui/source/tabpages/autocdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index 3c7516f60e99..a74e20edefd7 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -494,7 +494,6 @@ OfaSwAutoFmtOptionsPage::OfaSwAutoFmtOptionsPage( Window* pParent, //typ. Anfuehrungszeichen einsetzen SvtSysLocale aSysLcl; - const LocaleDataWrapper& rLcl = aSysLcl.GetLocaleData(); aCheckLB.SetHelpId(HID_OFAPAGE_AUTOFORMAT_CLB); aCheckLB.SetWindowBits(WB_HSCROLL| WB_VSCROLL); |