Kaydet (Commit) fb592503 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS pchfix04 (1.5.24); FILE MERGED

2007/02/05 12:14:06 os 1.5.24.1: #i73604# usage of ITEMID_* removed
üst d18dd6d2
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: writingmodeitem.cxx,v $ * $RCSfile: writingmodeitem.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: vg $ $Date: 2006-11-21 17:11:29 $ * last change: $Author: kz $ $Date: 2007-05-10 14:54:04 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -56,7 +56,7 @@ using namespace ::com::sun::star::text; ...@@ -56,7 +56,7 @@ using namespace ::com::sun::star::text;
// class SvxWritingModeItem ------------------------------------------------- // class SvxWritingModeItem -------------------------------------------------
TYPEINIT1_AUTOFACTORY(SvxWritingModeItem, SfxUInt16Item); TYPEINIT1_FACTORY(SvxWritingModeItem, SfxUInt16Item, new SvxWritingModeItem(com::sun::star::text::WritingMode_LR_TB, 0));
SvxWritingModeItem::SvxWritingModeItem( WritingMode eValue, USHORT _nWhich ) SvxWritingModeItem::SvxWritingModeItem( WritingMode eValue, USHORT _nWhich )
: SfxUInt16Item( _nWhich, (sal_uInt16)eValue ) : SfxUInt16Item( _nWhich, (sal_uInt16)eValue )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment