diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2011-07-22 15:08:35 +0100 |
---|---|---|
committer | Nigel Hawkins <n.hawkins@gmx.com> | 2011-07-22 15:11:01 +0100 |
commit | e75fc37685556497f5030a512b245c9296750726 (patch) | |
tree | 4f67d488f92a424da20cf1dfdb796f54c89b4574 /sw/inc/node.hxx | |
parent | 6f1f0423eec115bf44ee06f59294b4b618c18bbe (diff) |
Replace SvUShorts with vector in rolbck.hxx and cascade changes.
LGPLv3+/MPL
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 839b40510e1d..bf136a9e57fb 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -452,7 +452,7 @@ public: virtual sal_Bool SetAttr( const SfxPoolItem& ); virtual sal_Bool SetAttr( const SfxItemSet& rSet ); virtual sal_Bool ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 ); - virtual sal_Bool ResetAttr( const SvUShorts& rWhichArr ); + virtual sal_Bool ResetAttr( const std::vector<sal_uInt16>& rWhichArr ); virtual sal_uInt16 ResetAllAttr(); // Obtains attribute that is not delivered via conditional style! |