Kaydet (Commit) f4191be4 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

add applyToItemSet method to all properties

Change-Id: Iaa67f0c6c619af248074d9c1a436a1e59563fd2b
üst bd38b1f1
......@@ -218,8 +218,9 @@ private:
struct border
{
border();
void applyToItemSet(SfxItemSet& rSet) const;
};
border maCurrentBorder;
......@@ -231,6 +232,7 @@ private:
bool mbLocked;
protection();
void applyToItemSet(SfxItemSet& rSet) const;
};
protection maCurrentProtection;
......@@ -239,6 +241,8 @@ private:
struct number_format
{
OUString maCode;
void applyToItemSet(SfxItemSet& rSet) const;
};
number_format maCurrentNumberFormat;
......
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